summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue4021-ind-opts.smt2
blob: 03bbd9469554eef3145e6d8424c5989f173dc533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(set-logic ALL)
(set-option :ag-miniscope-quant true)
(set-option :conjecture-gen true)
(set-option :int-wf-ind true)
(set-option :sygus-inference true)
(set-option :uf-ho true)
(set-info :status unsat)
(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(declare-fun e () Real)
(assert (forall ((d Real)) (and (or (< (/ (* (- a) d) 0) c) (> b 0.0)) (= (= d 0) (= e 0)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback