summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/delta-minimized-row-vector-bug.smtv1.smt2
blob: 755a5f8881b2cb845bf6ae2de1fbd3d1c5cf9803 (plain)
1
2
3
4
5
6
7
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_LRA)
(declare-fun x_120 () Real)
(declare-fun x_11 () Real)
(declare-fun x_102 () Real)
(check-sat-assuming ( (and (>= x_11 0.0) (or (= x_120 x_102) (<= x_102 (- x_11)) (= x_120 (+ x_102 x_11)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback