Rename checkValid/query to checkEntailed. (#4191)
[cvc5.git] / test / regress / regress0 / ite_real_int_type.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status sat)
3 (set-logic QF_LRA)
4 (declare-fun x () Real)
5 (declare-fun y () Real)
6 (check-sat-assuming ( (and (= 0.0 (ite true x 1)) (= 0 (ite (= x 0.0) 0 1)) (= x (ite true y 0)) (= 0 (ite true 0 0))) ))