Skip to content

Assertion violation at smt_model_checker.cpp:398 (auto_config false, smt.case_split 3) #4231

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

Closed
rainoftime opened this issue May 7, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

Hi, for the following formula,

(set-logic UFBV)
(set-option :auto_config false)
(set-option :smt.case_split 3)
(declare-const v9 Bool)
(declare-const v11 Bool)
(assert (not (exists ((q4 (_ BitVec 8)) (q5 Bool) (q6 (_ BitVec 8))) (=> (= (_ bv0 8) q4) (and v9 v9 v11)))))
(check-sat)

z3 (commit 1f15033) throws an assertion violation

ASSERTION VIOLATION
File: ../src/smt/smt_model_checker.cpp
Line: 398
md != nullptr
(C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
hgvk94 pushed a commit to hgvk94/z3 that referenced this issue May 7, 2020
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