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

Soundness bug with proof=true #4272

Closed
wintered opened this issue May 11, 2020 · 1 comment
Closed

Soundness bug with proof=true #4272

wintered opened this issue May 11, 2020 · 1 comment

Comments

@wintered
Copy link

[632] % z3release small.smt2
sat
[633] % z3release proof=true small.smt2
unsat
[634] % cat small.smt2
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(declare-fun d () Real)
(assert (= a (/ c b)))
(assert (distinct (* b d) 0.0))
(check-sat)
[635] %

OS: Ubuntu 18.04
Commit: 9c97252

@NikolajBjorner
Copy link
Contributor

fixed

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