Support ackermannization on uninterpreted sorts in BV (#3372)
[cvc5.git] / test / regress / regress0 / simple-rdl.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status unsat)
3 (set-logic QF_RDL)
4 (declare-fun x () Real)
5 (declare-fun y () Real)
6 (check-sat-assuming ( (not (=> (< (- x y) 0.0) (< x y))) ))