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 this instance, z3 d5d77df returns sat while cvc5 returns unsat.
sat
unsat
$ cvc5 small.smt2 unsat $ z3 small.smt2 sat $ cat small.smt2 (set-logic ALL) (assert (exists ((x Int)) (and (< 0 x) (> 0 (div 1 (* 2 x)))))) (check-sat)
The text was updated successfully, but these errors were encountered:
#6289
2181a0f
be0cd74
No branches or pull requests
Hi,
For this instance, z3 d5d77df returns
sat
while cvc5 returnsunsat
.The text was updated successfully, but these errors were encountered: