summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/issue5219-conflict-rewrite.smt2
blob: ccb50c55da0964c4877f14c898299bd7334abf14 (plain)
1
2
3
4
5
6
7
8
9
; REQUIRES: poly
; COMMAND-LINE: --theoryof-mode=term --nl-icp
; EXPECT: unknown
(set-logic QF_NRA)
(set-option :check-proofs true)
(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