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

(default) Assertion error at src/smt/smt_model_generator.cpp:342 #5304

Closed
rainoftime opened this issue May 24, 2021 · 0 comments
Closed

(default) Assertion error at src/smt/smt_model_generator.cpp:342 #5304

rainoftime opened this issue May 24, 2021 · 0 comments

Comments

@rainoftime
Copy link
Contributor

rainoftime commented May 24, 2021

Hi, for the following formula, z3 322531e

(declare-fun arr0 () (Array Bool (Array (Array Bool Int) Int)))
(declare-fun arr1 () (Array (Array Bool (Array (Array Bool Int) Int)) Int))
(declare-sort S0)
(declare-fun arr2 () (Array (Array (Array Bool Int) (Array (Array Bool Int) Int)) (Array Bool (Array (Array Bool Int) Int))))
(declare-fun arr3 () (Array (Array (Array (Array Bool Int) (Array (Array Bool Int) Int)) (Array Bool (Array (Array Bool Int) Int))) (Array (Array Bool (Array (Array Bool Int) Int)) Int)))
(declare-fun arr4 () (Array (Array Bool Int) (Array (Array (Array Bool Int) Int) (Array S0 (Array (Array (Array Bool Int) (Array (Array Bool Int) Int)) S0)))))
(declare-fun arr5 () (Array (Array (Array (Array (Array Bool Int) (Array (Array Bool Int) Int)) (Array Bool (Array (Array Bool Int) Int))) (Array (Array Bool (Array (Array Bool Int) Int)) Int)) (Array (Array Bool Int) (Array (Array (Array Bool Int) Int) (Array S0 (Array (Array (Array Bool Int) (Array (Array Bool Int) Int)) S0))))))
(assert (= arr5 (store arr5 (store arr3 arr2 (store arr1 arr0 1)) arr4)))
(check-sat)
 ASSERTION VIOLATION
 File: ../src/smt/smt_model_generator.cpp
 Line: 342
 d.get_value()->get_value()
 (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant