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

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

Closed
rainoftime opened this issue Dec 17, 2020 · 0 comments
Closed

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

rainoftime opened this issue Dec 17, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

rainoftime commented Dec 17, 2020

Hi, for the following formula,
z3 11477f1

(set-option :sat.prob_search true)
(set-option :model_validate true)
(declare-const bv_21-0 (_ BitVec 3))
(assert (not (= bv_21-0 (bvneg bv_21-0))))
(check-sat-using (then simplify reduce-invertible qffd))
(get-model)
./z3 delta.out.smt2 
sat
(error "line 5 column 55: an invalid model was generated")
(
  (define-fun bv_21-0 () (_ BitVec 3)
    #b100)
)
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