Skip to content

Subset Filter #69

@mgoadric

Description

@mgoadric

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions