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 following instance, z3 3baaba5 gives an invalid model.
$ cat small.smt2 (declare-const x26 Bool) (declare-const x Real) (declare-const x23176 Real) (declare-const x1 Real) (declare-fun b (Int Real) Bool) (declare-fun v () Real) (declare-fun var1 () Real) (declare-fun r1 () Real) (declare-fun var3 () Real) (declare-fun va () Real) (declare-fun r () Real) (declare-fun r3 () Real) (declare-fun ar33 () Real) (declare-fun r38 () Real) (declare-fun r11 () Int) (declare-fun r4 () Real) (declare-fun var () Real) (push 1) (assert x26) (check-sat) (pop 1) (assert (or (and true true (>= r1 0.0) (= 0.0 (/ x23176 0.0))) (and (> r11 0) (= va (- 0.0 1 (/ 0.0 var)))))) (assert (or x26 (< 0.0 x) (b 0 0.0) (<= x r38) (distinct va (* 101 x x x23176) 0.0 x1) (and (= 24 x1) (<= x r3) (<= x23176 0)) (xor (>= 1 (/ 2 v r4)) (> x 1) (>= var3 0) (> 0 (* var1 (- 1 var1))) (= 1.0 (- ar33 r)) x26 (= 1 v) (<= (- (div x1 x1)) 0)))) (check-sat) $ z3 model_validate=true small.smt2 sat sat (error "line 24 column 10: an invalid model was generated")
The text was updated successfully, but these errors were encountered:
duplicate #7017
Sorry, something went wrong.
No branches or pull requests
Hi,
For this following instance, z3 3baaba5 gives an invalid model.
The text was updated successfully, but these errors were encountered: