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_UFLIA formula (proof, fix-dl-var) #3932

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

Invalid model for QF_UFLIA formula (proof, fix-dl-var) #3932

rainoftime opened this issue Apr 12, 2020 · 0 comments

Comments

@rainoftime
Copy link
Contributor

Hi, for the following formula,z3 (commit db9d6d1) gives an invalid model

(set-logic QF_UFLIA)
(set-option :model_validate true)
(set-option :proof true)
(declare-const i0 Int)
(declare-const i3 Int)
(assert (distinct i0 i3))
(check-sat-using (then simplify fix-dl-var bv))
@rainoftime rainoftime changed the title Invalid model for QF_UFLIA formula (proof, fix-dl-ar) Invalid model for QF_UFLIA formula (proof, fix-dl-var) Apr 12, 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