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 the following formula,
(set-logic QF_AUFNIRA) (set-option :smt.arith.solver 1) (declare-const r1 Real) (declare-const r2 Real) (declare-const arr1 (Array Real Real)) (assert (< 1560.0 6585646.0 r1 0.0 r1)) (declare-const arr2 (Array (Array Real Real) Real)) (push 1) (assert (<= 52433.4563 52433.4563 r2 (select (store arr2 (store arr1 387.0463851 86061.0) 0) arr1) 0.0)) (check-sat)
z3 (commit 38e0968) throws an assertion violation
ASSERTION VIOLATION File: ../src/smt/diff_logic.h Line: 518 is_feasible() (C)ontinue, (A)bort, (S)top, (T)hrow exception, Invoke (G)DB
The text was updated successfully, but these errors were encountered:
Another quantified case
(set-logic LIA) (declare-fun _substvar_21_ () Int) (set-option :smt.arith.solver 1) (declare-const i1 Int) (assert (forall ((q38 Bool)) (>= 431 i1 _substvar_21_ 773 0))) (push 1) (assert (not (forall ((q42 Int) (q43 Bool) (q44 Bool)) (= (+ i1 i1) q42)))) (push 1)
Sorry, something went wrong.
ccce599
No branches or pull requests
Hi, for the following formula,
z3 (commit 38e0968) throws an assertion violation
The text was updated successfully, but these errors were encountered: