We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
aa3749f
fix Z3Prover#4231
7887cef
No branches or pull requests
Hi, for the following formula,
z3 (commit 1f15033) throws an assertion violation
The text was updated successfully, but these errors were encountered: