summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/issue5726-sqfactor.smt2
blob: 4608746f6e3190e2c36426f17e72e5c93279a3ff (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --no-nl-ext --nl-cad
; REQUIRES: poly
; EXPECT: sat
(set-logic QF_NRA)
(declare-fun x () Real)
(declare-fun y () Real)
(assert (and (> (* y y y y y y) 0) (> (- x (+ x (* x x (+ (* x x) (* y (- 1.0)))))) 0)))
(check-sat) 
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback