summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug167.smtv1.smt2
blob: bdc16fc6eb00beed8a73c63f7dfe28d7baccb232 (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_LRA)
(declare-fun x_62 () Real)
(declare-fun x_63 () Real)
(declare-fun x_65 () Real)
(declare-fun x_22 () Real)
(declare-fun x_21 () Real)
(declare-fun x_53 () Real)
(declare-fun x_54 () Real)
(check-sat-assuming ( (and (= x_54 (ite (= 2.0 x_53) x_22 x_21)) (or (= 4.0 x_65) (= 3.0 x_65) (= 2.0 x_65) (= 1.0 x_65)) (or (= 4.0 x_63) (= 1.0 x_63)) (<= x_62 4.0) (or (= 1.0 x_62) (= 4.0 x_62))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback