summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/mix-simp.smt2
blob: 0b8c5067d162912cfa4e4abb30ea2e044bc3b45d (plain)
1
2
3
4
(set-logic ALL_SUPPORTED)
(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