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 in UF with dom-simplify tactic #3068

Closed
numairmansur opened this issue Feb 21, 2020 · 1 comment
Closed

Soundness bug in UF with dom-simplify tactic #3068

numairmansur opened this issue Feb 21, 2020 · 1 comment

Comments

@numairmansur
Copy link

Hi @nunoplopes
On the following satisfiable file, I get unsat when using (check-sat-using dom-simplify)

160.zip

commit: 1aea0d2

@nunoplopes
Copy link
Collaborator

Minimal testcase:

(declare-fun A () Bool)

(assert (not A))
(assert (or (not A) (not A)))

(check-sat-using (then dom-simplify smt))
(check-sat)
(apply dom-simplify)

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