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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, for the following formula, z3 49a0266
(set-logic AUFNIRA) (set-option :rewriter.expand_nested_stores true) (declare-fun i17 () Int) (declare-fun arr0 () (Array Int Bool)) (check-sat) (declare-fun arr1 () (Array Int Bool)) (assert (= (store arr0 467 true) (store (store (store arr0 467 false) i17 true) 0 (exists ((q12 (Array Bool Int)) (q13 Int) (q14 (Array Int Bool)) (q15 Bool) (q16 (Array Bool Int)) (q17 Bool) (q18 (Array Bool Int))) q17)) arr1 (store arr0 467 true) arr0)) (check-sat) $ z3 xx.smt2 sat ASSERTION VIOLATION File: ../src/smt/smt_model_finder.cpp Line: 2201 is_lambda(curr) (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
The text was updated successfully, but these errors were encountered:
36e9412
No branches or pull requests
Hi, for the following formula, z3 49a0266
The text was updated successfully, but these errors were encountered: