summaryrefslogtreecommitdiff
path: root/test/regress/regress2/sygus/issue4022-conjecture-gen.smt2
blob: 9c3fe7ac5ccf3d07e20a85add7111e7d9ef60886 (plain)
1
2
3
4
5
6
7
8
9
10
11
(set-logic ALL)
(set-option :conjecture-filter-model true)
(set-option :conjecture-gen true)
(set-option :conjecture-no-filter true)
(set-option :dt-ref-sk-intro true)
(set-option :quant-ind true)
(set-option :sygus-inference true)
(set-info :status sat)
(declare-fun a (Int) Bool)
(assert (exists ((b Int)) (a b)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback