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,
On the following formula z3 gives an assertion failure
(declare-fun a () Int) (declare-fun b () Int) (declare-fun c () Int) (declare-fun d () Int) (declare-fun f () Int) (declare-fun e () Int) (declare-fun g () Int) (assert (or (and (let ((?h (<= 0 e)) (?i (<= e f)) (?j (< f d))) (and ?h ?i ?j) )) (forall ((?k Int)) (= 0 ?k ) ) )) (assert (= g (div a c))) (assert (= d (div b g))) (assert (= g (div b d))) (check-sat)
ASSERTION VIOLATION File: ../src/smt/theory_arith_nl.h Line: 1553 n != nm (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
OS: Ubuntu 18.04 Revision: 74aa47f
The text was updated successfully, but these errors were encountered:
f7cc68a
No branches or pull requests
Hi,
On the following formula z3 gives an assertion failure
OS: Ubuntu 18.04
Revision: 74aa47f
The text was updated successfully, but these errors were encountered: