Skip to content

Invalid model for QF_LIA formula (card2bv add-bounds qffd) #4191

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

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

Invalid model for QF_LIA formula (card2bv add-bounds qffd) #4191

rainoftime opened this issue May 2, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

rainoftime commented May 2, 2020

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

(set-logic QF_LIA)
(set-option :model_validate true)
(declare-const i1 Int)
(declare-const i5 Int)
(assert (distinct 55 i1 0 (mod 28 0) i5))
(check-sat-using (then simplify card2bv add-bounds qffd))
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