-
Notifications
You must be signed in to change notification settings - Fork 5
Subset Filter #69
Copy link
Copy link
Open
Milestone
Description
It is tedious when you only need subsets that meet certain criteria about size, either less than, greater than, or equal to a certain size. The CardStock code generates all possible subsets, then you filter it later. This is not lazy, so it takes exponential time to generate what turns out to be only a few needed sets.
This could be fixed with some parameters on the subsets function.
Reactions are currently unavailable