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 LRA with one quantifier #5340

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

Completeness regression in LRA with one quantifier #5340

maurobringolf opened this issue Jun 10, 2021 · 0 comments

Comments

@maurobringolf
Copy link

// z3 commit: 082ec0f49988712c683b1737356e27f2d6416455

$ z3-4.8.10 unknown.smt2
sat
$ z3trunk unknown.smt2
unknown
$ cat unknown.smt2
(declare-const x2 Bool)
(declare-const x9 Bool)
(declare-fun x () Real)
(assert (< x (ite (forall ((x Bool)) (ite x x9 x2)) 0.0 1.0)))
(check-sat)
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