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 annotation #3902

Closed
wintered opened this issue Apr 10, 2020 · 1 comment
Closed

Soundness bug with annotation #3902

wintered opened this issue Apr 10, 2020 · 1 comment

Comments

@wintered
Copy link

wintered commented Apr 10, 2020

Hi the following trace shows a soundness bug in Z3 with annotations. If I read the standard correctly the assert should be semantically equal to false.

[919] % z3 small.smt2
sat
[920] % cvc4 -q small.smt2
unsat
[921] % cat small.smt2
(assert (! false :lblpos +))
(check-sat)
[922] %

OS: Ubuntu 18.04
Commit: fdabaa6

@NikolajBjorner
Copy link
Contributor

well' punt on this: labels is a Boogie feature and tightly coupled to how it creates formulas.

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