summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/nested-inf.smt2
blob: ea397f8dba482bbef21ac4ce3325208e4354a0ea (plain)
1
2
3
4
(set-logic LRA)
(set-info :status sat)
(assert (forall ((x Real)) (exists ((y Real)) (> y x))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback