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

Completeness regression in NIA with mod #5338

Closed
maurobringolf opened this issue Jun 9, 2021 · 0 comments
Closed

Completeness regression in NIA with mod #5338

maurobringolf opened this issue Jun 9, 2021 · 0 comments

Comments

@maurobringolf
Copy link

Commit: bdf6a17

$ z3-4.8.10 unknown.smt2
unsat
$ z3trunk unknown.smt2
unknown
$ cat unknown.smt2
(assert (forall ((v Int)) (= 0 v)))
(assert (= 0 (mod 0 0)))
(check-sat)
NikolajBjorner added a commit that referenced this issue Jun 17, 2021
NikolajBjorner added a commit that referenced this issue Jun 17, 2021
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