combinat-0.2.9.0: Generate and manipulate various combinatorial objects.

Safe HaskellSafe
LanguageHaskell2010

Math.Combinat.Partitions.Multiset

Description

Partitions of a multiset

Synopsis

Documentation

partitionMultiset :: (Eq a, Ord a) => [a] -> [[[a]]] Source #

Partitions of a multiset. Internally, this uses the vector partition algorithm