summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/delta-simp.smt2
blob: f18a4fbd9b14732d84096875beb3f600b65095b4 (plain)
1
2
3
4
5
(set-logic LRA)
(set-info :status sat)
(declare-fun c () Real)
(assert (forall ((x Real)) (or (<= x 0) (>= x (+ c 3)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback