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