summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bags/emptybag1.smt2
blob: f7f92599d6db69c4d01ad166e04a8c7ec5ba03d6 (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic ALL)
(set-info :status unsat)
(declare-fun A () (Bag String))
(declare-fun x () String)
(declare-fun y () Int)
(assert (= x "x"))
(assert (= A (as emptybag (Bag String))))
(assert (= (bag.count x A) y))
(assert(> y 1))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback