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_BV formula (reduce-invertible + qffd) #3951

Closed
rainoftime opened this issue Apr 14, 2020 · 0 comments
Closed

Invalid model for QF_BV formula (reduce-invertible + qffd) #3951

rainoftime opened this issue Apr 14, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

Hi, for the following formula,

(set-logic QF_BV)
(set-option :model_validate true)
(declare-const bv_21-0 (_ BitVec 21))
(assert (distinct (bvneg bv_21-0) bv_21-0))
(check-sat-using (then simplify reduce-invertible qffd))

z3 commit 0f69783 gives an invalid model

sat
(error "line 5 column 55: an invalid model was generated")
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