Rename checkValid/query to checkEntailed. (#4191)
[cvc5.git] / test / regress / regress0 / bug161.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status unsat)
3 (set-logic QF_LRA)
4 (declare-fun x_1 () Real)
5 (check-sat-assuming ( (and (= x_1 10.0) (< x_1 1.0)) ))