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

(qe) Soundness bug on (assert (forall ((a Int)) (distinct (mod a a) a))) #4104

Closed
muchang opened this issue Apr 26, 2020 · 0 comments
Closed

Comments

@muchang
Copy link

muchang commented Apr 26, 2020

Hi,
For this case, Z3 gives an incorrect answer:

[528] % z3 small.smt2 
sat
unsat
[529] % cat small.smt2 
(assert (forall ((a Int)) (distinct (mod a a) a)))
(check-sat)
(check-sat-using qe)
[530] %

OS: Ubuntu 18.04
Commit: 7f1b147

NikolajBjorner added a commit that referenced this issue Apr 27, 2020
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
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