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 on simple nonlinear formula #5349

Closed
wintered opened this issue Jun 16, 2021 · 1 comment
Closed

Completeness regression on simple nonlinear formula #5349

wintered opened this issue Jun 16, 2021 · 1 comment

Comments

@wintered
Copy link

Commit: dc6a8fd
OS: Ubuntu 18.04

$ z3-4.8.10 unknown.smt2
unsat
$ z3 unknown.smt2
unknown
$ cat unknown.smt2
(declare-const x Int)
(assert (forall ((v Int)) (or (= 0 (mod v 2)) (> x (+ 6869 v)))))
(check-sat)
NikolajBjorner added a commit that referenced this issue Jun 17, 2021
NikolajBjorner added a commit that referenced this issue Jun 17, 2021
@NikolajBjorner
Copy link
Contributor

a butterfly, but otherwise added recognizer for mod-a-constant being part of LIA

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