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 integer formula (proof, smt.arith.random_initial_value, fix-dl-var + add-bounds) #3934

Closed
rainoftime opened this issue Apr 12, 2020 · 1 comment

Comments

@rainoftime
Copy link
Contributor

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

(set-option :model_validate true)
(set-option :proof true)
(set-option :smt.arith.random_initial_value true)
(declare-const i3 Int)
(declare-const i5 Int)
(assert (>= i3 i5))
(check-sat-using (then simplify fix-dl-var add-bounds qfnra))
@NikolajBjorner
Copy link
Contributor

duplicate

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

2 participants