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

Horn logic soundness bug #3872

Closed
wintered opened this issue Apr 8, 2020 · 0 comments
Closed

Horn logic soundness bug #3872

wintered opened this issue Apr 8, 2020 · 0 comments

Comments

@wintered
Copy link

wintered commented Apr 8, 2020

[649] % z3 small.smt2
sat
unsat
[650] % 
[650] % cat small.smt2
(assert
 (exists ((a Real))
 (forall ((b Real))
  (xor (< b 0.0)
  (> b (mod (to_int b) (to_int 0.0)))))))
(check-sat)
(check-sat-using horn)
[651] %

OS: Ubuntu 18.04
Commit: 6e8d900

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

1 participant