I've come across a particular problem which I think involves picking apart subsets and then doing a check on them.
TopCoder Statistics - Problem Statement

How would I go about finding all possible subsets of a particular collection. I've looked into the PowerSet and the SortedSet though can't see how I can get all possible subsets from a given set with these.