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 AUFNIRA) (declare-fun a () Real ) (assert (not (exists ((b Real)) (and (< (- (/ a )) 0))))) (check-sat)
Z3 throws out an assertion violation:
[106] % ./z3debug small.smt2 ASSERTION VIOLATION File: ../src/cmd_context/check_logic.cpp Line: 310 n->get_num_args() == 2 (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB A [107] % ./z3release small.smt2 sat [108] % cat small.smt2 (set-logic AUFNIRA) (declare-fun a () Real ) (assert (not (exists ((b Real)) (and (< (- (/ a )) 0))))) (check-sat)
OS: Ubuntu 18.04 Commit: 7f1b147
The text was updated successfully, but these errors were encountered:
51c3778
No branches or pull requests
Hi,
For this formula:
Z3 throws out an assertion violation:
OS: Ubuntu 18.04
Commit: 7f1b147
The text was updated successfully, but these errors were encountered: