Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Soundness bug in horn tactic #3822

Closed
numairmansur opened this issue Apr 6, 2020 · 0 comments
Closed

Soundness bug in horn tactic #3822

numairmansur opened this issue Apr 6, 2020 · 0 comments

Comments

@numairmansur
Copy link

Hi,
On the following sat formula, i get unsat with (check-sat-using horn)

(set-logic BV)
(declare-fun W_S2_V3 () Bool)
(declare-fun R_S2_V1 () Bool)
(declare-fun W_S1_V1 () Bool)
(assert
 (let (($x10 (not W_S2_V3)))
 (not $x10)))
(assert
 (let (($x16 (and W_S1_V1 R_S2_V1)))
 (let (($x17 (not $x16)))
 (let (($x710 (not $x17)))
 (let (($x758 (not $x710)))
 (not $x758))))))
(check-sat-using horn)

commit: 16be6b9

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant