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