summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/mix-simp.smt2
blob: b7142c6e9c20635c01dd1302cbd763d7fcfd4bab (plain)
1
2
3
4
5
6
; COMMAND-LINE: --no-check-models
; EXPECT: sat
(set-logic LIRA)
(set-info :status sat)
(assert (forall ((x Real)) (exists ((y Int)) (and (>= y x) (< y (+ x 1))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback