summaryrefslogtreecommitdiff
path: root/test/regress/regress1/nl/cos-bound.smt2
blob: d5052f675b1db59f10e5fbbc698057f860015f35 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --nl-ext
; EXPECT: unsat
(set-logic QF_UFNRAT)
(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