10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about 8000 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 instance, z3 c2b7b58 debug build
$ z3 small.smt2 ASSERTION VIOLATION File: ../src/util/vector.h Line: 912 idx < size() (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB a $ cat small.smt2 (set-option :opt.priority box) (declare-const a Real) (declare-const b Real) (assert (< 0 b)) (maximize (mod 0 0)) (minimize (mod 1 (to_int a))) (check-sat)
The text was updated successfully, but these errors were encountered:
b784b74
fix Z3Prover#7550
ebb283a
No branches or pull requests
Hi,
For the following instance, z3 c2b7b58 debug build
The text was updated successfully, but these errors were encountered: