Re: fixed list combinatorics



On Nov 28, 2007, at 8:58 PM, yitzle wrote:

In a personal email conversation, he realized what he was actually
looking for is the power set.
List::PowerSet
http://search.cpan.org/~nikc/List-PowerSet-0.01/lib/List/PowerSet.pm

If speed is an issue Algorith::Combinatorics provides subsets() in XS:

http://search.cpan.org/~fxn/Algorithm-Combinatorics-0.24/Combinatorics.pm

-- fxn

Disclaimer: That one is mine but that does not matter.
.