summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/nta/cos-bound.smt2
blob: e19260d63132ab98c8d5059ec4f6fefb62621bf1 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --nl-ext
; EXPECT: unsat
(set-logic QF_UFNRA)
(declare-fun x () Real)
(assert (> (cos x) 1.0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback