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: 8a3a3dc OS: Ubuntu 18.04
[531] % time z3debug small.smt2 unknown real 0m0.314s user 0m0.027s sys 0m0.022s [532] % timeout -s 9 10 z3release small.smt2 Killed [533] % cat small.smt2 (declare-fun a () Real) (declare-fun b () Real) (assert (or (= a 0) (= b 0))) (check-sat-using (then add-bounds qfuf))
The text was updated successfully, but these errors were encountered:
adec937
No branches or pull requests
Commit: 8a3a3dc
OS: Ubuntu 18.04
The text was updated successfully, but these errors were encountered: