Missed this one when real to int was disabled for quantifiers. Fixes regress1.
regress1/quantifiers/qe.smt2
regress1/quantifiers/quant-wf-int-ind.smt2
regress1/quantifiers/quaternion_ds1_symm_0428.fof.smt2
- regress1/quantifiers/real-to-int-quant.smt2
regress1/quantifiers/recfact.cvc
regress1/quantifiers/rel-trigger-unusable.smt2
regress1/quantifiers/repair-const-nterm.smt2
+++ /dev/null
-; COMMAND-LINE: --solve-real-as-int --quiet
-; EXPECT: sat
-(set-logic ALL)
-(set-info :status sat)
-(assert (forall ((x Real) (y Real)) (=> (< x y) (exists ((z Real)) (and (< x z) (< z (+ y 2)))))) )
-(check-sat)