summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
blob: 3c8a949adc9837a94dc8c5ded5d82279718f4073 (plain)
1
2
3
4
5
6
7
8
; REQUIRES: poly
; COMMAND-LINE: --theoryof-mode=term --nl-ext --nl-icp
; EXPECT: unknown
(set-logic QF_NRA)
(declare-fun x () Real)
(declare-fun y () Real)
(assert (and (< 1 y) (= y (+ x (* x x)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback