Make lambda rewriter more robust (#3806)
[cvc5.git] / test / regress / regress0 / bug164.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status unsat)
3 (set-logic QF_LRA)
4 (declare-fun x_34 () Real)
5 (declare-fun x_13 () Real)
6 (declare-fun x_30 () Real)
7 (declare-fun x_59 () Real)
8 (check-sat-assuming ( (and (not (<= x_59 0.0)) (= x_30 x_59) (= x_30 0.0) (or true (= x_13 x_34))) ))