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 instance, z3 with options sat.gc=dyn_psm and sat.gc.initial=100 throws out an assertion violation.
sat.gc=dyn_psm
sat.gc.initial=100
$ cat reduced.smt (declare-fun a () Int) (declare-fun b () Int) (assert (< 1 (* b b a))) (check-sat)
$ ./z3 reduced.smt sat $ ./z3 reduced.smt sat.gc=dyn_psm sat.gc.initial=100 ASSERTION VIOLATION File: ../src/sat/sat_integrity_checker.cpp Line: 110 Failed to verify: num_frozen == s.m_num_frozen
Version: 4.13.4 Commit: 6f24123
6f24123
The text was updated successfully, but these errors were encountered:
15ee879
No branches or pull requests
Hi! For the following instance, z3 with options
sat.gc=dyn_psm
andsat.gc.initial=100
throws out an assertion violation.Version: 4.13.4
Commit:
6f24123
The text was updated successfully, but these errors were encountered: