Add type to uninterpreted constant values (#8891)
[cvc5.git] / test / regress / cli / regress0 / simple-lra.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status unsat)
3 (set-logic QF_LRA)
4 (declare-fun x () Real)
5 (declare-fun y () Real)
6 (check-sat-assuming ( (not (=> (and (> x 0.0) (< (* 2.0 x) y)) (and (> y 0.0) (< x y)))) ))