Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid assumptions in array model generation #1212

Open
bclement-ocp opened this issue Aug 19, 2024 · 0 comments
Open

Invalid assumptions in array model generation #1212

bclement-ocp opened this issue Aug 19, 2024 · 0 comments
Assignees
Labels
arrays bug models This issue is related to model generation.

Comments

@bclement-ocp
Copy link
Collaborator

Alt-Ergo crashes with an assertion failure in the union-find module with the following input:

; 1212.smt2
(set-logic ALL)
(set-option :produce-models true)
(declare-const a (Array Int Int))
(declare-const b (Array Int Int))
(assert (= (store a 0 0) (store b 0 0)))
(check-sat)
(get-model)

Using 0d6300e (current next at the time of writing):

$ alt-ergo 1212.smt2
; File "1212.smt2", line 7, characters 1-12: I don't know (0.0147) (8 steps) (goal g_1)

unknown
Fatal error: exception File "src/lib/reasoners/uf.ml", line 1276, characters 14-20: Assertion failed
@bclement-ocp bclement-ocp added bug models This issue is related to model generation. arrays labels Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrays bug models This issue is related to model generation.
Projects
None yet
Development

No branches or pull requests

2 participants