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, z3 6088da5 gives an invalid model
(set-logic QF_LIA) (set-option :model_validate true) (declare-const i1 Int) (declare-const i5 Int) (assert (distinct 55 i1 0 (mod 28 0) i5)) (check-sat-using (then simplify card2bv add-bounds qffd))
The text was updated successfully, but these errors were encountered:
47fa6ba
fix Z3Prover#4191
3ddde66
No branches or pull requests
Hi, for the following formula, z3 6088da5 gives an invalid model
The text was updated successfully, but these errors were encountered: