summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug164.smtv1.smt2
blob: 37923e75852885437ff9076cb46656bc4997a91b (plain)
1
2
3
4
5
6
7
8
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_LRA)
(declare-fun x_34 () Real)
(declare-fun x_13 () Real)
(declare-fun x_30 () Real)
(declare-fun x_59 () Real)
(check-sat-assuming ( (and (not (<= x_59 0.0)) (= x_30 x_59) (= x_30 0.0) (or true (= x_13 x_34))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback