Improve integration of CAD with nl-Ext (#6542)
[cvc5.git] / test / regress / regress1 / nl / sin-compare.smt2
1 ; COMMAND-LINE: --nl-ext=full --nl-ext-tplanes
2 ; EXPECT: unsat
3 (set-logic QF_UFNRAT)
4 (set-info :status unsat)
5 (declare-fun x () Real)
6 (assert (or (> (sin 0.1) (sin 0.2)) (> (sin 6.4) (sin 6.5))))
7 (check-sat)