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

Unsoundness bug (cu_651) #476

Closed
hra687261 opened this issue Aug 16, 2021 · 2 comments
Closed

Unsoundness bug (cu_651) #476

hra687261 opened this issue Aug 16, 2021 · 2 comments
Milestone

Comments

@hra687261
Copy link
Contributor

c_651_l_bis.smt2.txt
c_651_l_bis.ae.txt

Alt-Ergo responds with "Valid" on the ".ae" file with the four solvers. And "I don't know" on the ".smt2" file when the CDCL solver is used, and "Valid" with the other solvers.

The expected answer is "I don't know" in every case, since the goal in the ".ae" file isn't valid (it's negation is satisfiable) and
the assertion in the ".smt2" file (which is equivalent to the negation of the goal) is also satisfiable.

@Stevendeo
Copy link
Collaborator

I believe the smt2 file is Valid (unsat), because when ieqv0 = 0, a division by zero occurs. I am not sure Alt-Ergo manages to deduce its answer for the good reason though.

@bclement-ocp
Copy link
Collaborator

This no longer reproduces after e357e6a so it looks like #487 fixed it.

@Halbaroth Halbaroth added this to the 2.4.3 milestone Apr 14, 2023
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

4 participants