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
[511] % z3release model_validate=true small.smt2 failed to validate: (or a!0 a!1 (not ((_ pbge 4 1 1 2 2) b!2 b!3 (not c!4) (not c!5)))) sat (error "line 8 column 40: an invalid model was generated") ( (define-fun c () Int 0) (define-fun a () Int 0) (define-fun b () Int 0) ) [512] % cat small.smt2 (declare-fun a () Int) (declare-fun b () Int) (declare-fun c () Int) (assert (>= a 0)) (assert (>= b 0)) (assert (>= c 0)) (assert (> (+ (* 3 a) (- b) (* 2 c)) 0)) (check-sat-using (then add-bounds qfnia)) (get-model)
The text was updated successfully, but these errors were encountered:
8a3a3dc
No branches or pull requests
The text was updated successfully, but these errors were encountered: