summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/lra-triv-gn.smt2
blob: 1598f7097eb42d67ff92d5ce05ceb0d9ea7e6313 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --global-negate --no-check-unsat-cores --no-check-proofs
; EXPECT: unsat
(set-logic LRA)
(set-info :status unsat)
(assert (not (exists ((?X Real)) (>= (/ (- 13) 4) ?X))))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback