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 formula:
(set-logic NRA) (assert (exists ((a Real)) (forall ((b Real)) (exists ((c Real)) (and (< (+ a (* 2 c)) 0) (or (not (= a 0)) (< b 0)) (not (= (+ b c) 0)) (> c 0) ) ) ) ) ) (check-sat)
Z3 latest version will hang on it:
$ timeout -s 9 120 z3 test.smt2 Killed
OS: Ubuntu 18.04 Revision: 0c972b8
The text was updated successfully, but these errors were encountered:
69abe16
No branches or pull requests
Hi,
For this formula:
Z3 latest version will hang on it:
OS: Ubuntu 18.04
Revision: 0c972b8
The text was updated successfully, but these errors were encountered: