8000 Easy unsolved quantified problem · Issue #11395 · cvc5/cvc5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Easy unsolved quantified problem #11395

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

Open
barrettcw opened this issue Nov 27, 2024 · 1 comment
Open

Easy unsolved quantified problem #11395

barrettcw opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@barrettcw
Copy link
Member

The following benchmark (reported by Leni) is not solved by cvc5's default configuration. It can be solved using
--mbqi --no-cegqi
But we want to improve the default configuration for benchmarks like this one.

(set-logic ALL)

(declare-const v Real)

(assert (forall ((t Real)) (=> (and (> t 0) (< t 10)) (< (* t v) 100))))
(check-sat)

@spamdaemon
Copy link
spamdaemon commented Jan 5, 2025

I have what maybe a related issue, but it yields 'unknown' instead of timing out. With '--mbqi' it yields 'sat' (as does Z3).

(set-logic ALL)
(declare-fun f (Int) Int)
(assert (forall ((a Int)) (> (f a) 0)))
;(assert (> (f 1) 0))
(check-sat)

Tested with bb815cf

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

4 participants
0