dreal3
dreal3 copied to clipboard
There is a new version of dReal, available at https://github.com/dreal/dreal4
``` The following tests FAILED: 308 - regression_nra_polytope_ea_02.smt2 (Failed) 511 - regression_nra_short_sat_push_pop_04.smt2 (Failed) 1179 - regression_nra_multiprune_push_pop_02.smt2 (Failed) 1366 - regression_nra_slack_level_1_abs_2.smt2 (Failed) 1500 - regression_nra_slack_level_2_abs_2.smt2 (Failed) 1715 - regression_nra_lp_icp_push_pop_02.smt2 (Failed) 1841...
mentioned by @dzufferey
feature requested by @scungao
feature requested by @scungao
feature requested by @scungao
The following problem reports unsat: ``` (set-logic QF_NRA) (set-info :precision 0.001) (declare-fun x () Real [-10, 10]) (declare-fun forall y () Real [-10, 10]) (assert ( forall ( (y Real)...
Comment from https://github.com/dreal/dreal3/issues/266#issuecomment-228840893 > By the way, in cvc4, if set-logic is not called, then some kind of default logic is used and a warning message is issued. Seems to...