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

Z3 incorrect result #2715

Closed
muchang opened this issue Nov 18, 2019 · 0 comments
Closed

Z3 incorrect result #2715

muchang opened this issue Nov 18, 2019 · 0 comments

Comments

@muchang
Copy link

muchang commented Nov 18, 2019

Hi,
For this formula,

(declare-fun a () Real)
(assert (= (/ (* 2 a) a) (/ a a) 1))
(check-sat)

Z3 reports unsat, while CVC4 reports sat.
If I feed this model to Z3:

(define-fun a () Real 0.0)

Z3 reports sat

OS: Ubuntu 18.04
Revision: d95b549

@muchang muchang changed the title Z3 incorrect checking result Z3 incorrect result Nov 18, 2019
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