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
Commit: e6ea815 OS: Ubuntu 18.04
[569] % z3release model_validate=true small.smt2 sat (error "line 4 column 40: an invalid model was generated") [570] % cat small.smt2 (declare-fun a () Bool) (assert (forall ((b Int)) (or a (= b 0)))) (assert (= (rem 0 0) 1)) (check-sat-using (then purify-arith smt))
The text was updated successfully, but these errors were encountered:
0b5c38d
No branches or pull requests
Commit: e6ea815
OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: