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

Issues with tactics #5867

Closed
merlinsun opened this issue Feb 26, 2022 · 0 comments
Closed

Issues with tactics #5867

merlinsun opened this issue Feb 26, 2022 · 0 comments

Comments

@merlinsun
Copy link

Hi,
For this instance, z3689e2d4 gives an invalid model.

$ z3 delta.smt2 model_validate=true
sat
(error "line 6 column 59: an invalid model was generated")
$ cat delta.smt2
(declare-const x Bool)
(declare-const x4 Bool)
(declare-const x40 Bool)
(declare-fun t () (_ BitVec 1))
(assert (xor (= t (_ bv0 1)) x40 x40 x x4 (not x)))
(check-sat-using (then reduce-invertible qe2 pb-preprocess))
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