summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue7385-sygus-inst-i.smt2
blob: 26fc1cf7efb65728be8401cc59ed8d57e18b3b0d (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: -i
; EXPECT: sat
(set-logic NIRA)
(push)
(assert (exists ((q29 Int) (q30 Bool) (q35 Bool)) (= (= 0 q29) (= q35 q30))))
(push)
(pop)
(pop)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback