summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue5471-aext.smt2
blob: c420359fcce160c546583d968c9e26cfe5d9dc92 (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic NRA)
(set-option :sygus-inst true)
(set-option :strings-exp true)
(set-info :status unsat)
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(assert (forall ((d Real)) (= (> d 0) (<= (+ d (/ a c)) 0))))
(assert (<= (* b b) 0))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback