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 unsatisfiable formula Z3 reports sat. We fed the model to the formula and got unsat.
sat
unsat
(declare-fun a () Real) (declare-fun b () Real) (declare-fun c () Real) (declare-fun d () Real) (declare-fun e () Real) (declare-fun f () Real) (declare-fun g () Real) (declare-fun h () Real) (declare-fun i () Real) (declare-fun j () Real) (declare-fun k () Real) (declare-fun l () Real) (declare-fun o () Real) (assert (not (exists ((n Real)) (=> (> d i) (= (<= 0 k) (not (=> (<= 0 n k) (and (= (+ (* b n) h) c) (= n (- d i)))))))))) (assert (not (exists ((m Real)) (= (or (< (* l i i) 0 g) (< (+ j o) 0)) (or (< 0 a) (>= (+ (* 6 e) (/ i (* 2 l))) f)))))) (check-sat)
OS: Ubuntu 18.04 Revision: e818b8d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
on the following unsatisfiable formula Z3 reports
sat
. We fed the model to the formula and gotunsat
.OS: Ubuntu 18.04
Revision: e818b8d
The text was updated successfully, but these errors were encountered: