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 div #5357

Closed
maurobringolf opened this issue Jun 19, 2021 · 2 comments
Closed

Completeness regression in NIA with div #5357

maurobringolf opened this issue Jun 19, 2021 · 2 comments

Comments

@maurobringolf
Copy link

Maybe related to #5338 (but not fixed by its fix).

Commit: 2138ef2

$ z3-4.8.10 unknown.smt2
unsat
$ z3 unknown.smt2
unknown
$ cat unknown.smt2
(assert (forall ((v Int)) (distinct 0 (div 0 v))))
(check-sat)
@maurobringolf
Copy link
Author

And a variation:

$ z3-4.8.10 unknown.smt2
unsat
$ z3 unknown.smt2
unknown
$ cat unknown.smt2
(assert (forall ((_ Int)) (= 0 _)))
(assert (= 0 (div 0 0)))
(check-sat)

@NikolajBjorner
Copy link
Contributor

these are butterflies too.
I don't understand a rationale from these tests for dealing with them.
They are out of scope of legacy MBQI completeness claims and they get handled by new core so take up resources to examine.

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