Skip to content
New issue

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

invalid model on a QF_LIA formula #6648

Closed
zhendongsu opened this issue Mar 26, 2023 · 0 comments
Closed

invalid model on a QF_LIA formula #6648

zhendongsu opened this issue Mar 26, 2023 · 0 comments

Comments

@zhendongsu
Copy link

[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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant