Module: combinatorics
From SolutionSpaceTool
Helper module implementing several combinatoric basic methods.
package | tools |
imported by: |
Classes
class EnumerativeCombinatorics(object)
This class implements basic enumerative combinatorics functionality, such as permutations, combinations and partitions, since they are necessary for my optimization investigations of data structures. Most methods are static (class) methods. Basically, this class is used to encapsulated conjoined functions.