summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
blob: 76898e07d1b2218a24781ba6b86317ea402e8884 (plain)
1
2
3
4
5
6
7
8
; REQUIRES: poly
; COMMAND-LINE: --theoryof-mode=term --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