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