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 for QF_AUFLIRA formula (smt.arith.solver 3) #4181

Closed
rainoftime opened this issue May 2, 2020 · 0 comments
Closed

Invalid model for QF_AUFLIRA formula (smt.arith.solver 3) #4181

rainoftime opened this issue May 2, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

Hi, for the following formula, z3 6088da5 gives an invalid model

(set-logic QF_AUFLIRA)
(set-option :model_validate true)
(set-option :smt.arith.solver 3)
(declare-const r0 Real)
(declare-const r2 Real)
(declare-const arr-182053642516774971_182053642516774971-0 (Array Real Real))
(assert (= true true true (> 6177.0 0.0798099 r0) true true true))
(assert (xor true true true true false (> 7167491834.0 1000.0 (select arr-182053642516774971_182053642516774971-0 0.0798099) 0.136 r0)))
(assert (xor true false true (> (select arr-182053642516774971_182053642516774971-0 r2) 922563.0 r2 r0) true true true true))
(check-sat)
hgvk94 pushed a commit to hgvk94/z3 that referenced this issue May 7, 2020
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