You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: