summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug161.smtv1.smt2
blob: e6cdc5522188e16b418f4a181d5f3f40423622b8 (plain)
1
2
3
4
5
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_LRA)
(declare-fun x_1 () Real)
(check-sat-assuming ( (and (= x_1 10.0) (< x_1 1.0)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback