-
-
Notifications
You must be signed in to change notification settings - Fork 49.4k
Closed
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files
Description
Feature description
The subset generation algorithm in dynamic_programming/subset_generation.py works entirely by printing all possible subsets to console, which goes against the current contribution guidelines (see #7337 for more details). Ideally the algorithm should generate some data structure containing all of the subsets instead (list, set, generator, whatever), but that would require reworking parts of the algorithm rather than simply removing the print statements.
Metadata
Metadata
Assignees
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files