Uses of Class
org.xcsp.common.enumerations.EnumerationAbstract
-
Packages that use EnumerationAbstract Package Description org.xcsp.common.enumerations -
-
Uses of EnumerationAbstract in org.xcsp.common.enumerations
Subclasses of EnumerationAbstract in org.xcsp.common.enumerations Modifier and Type Class Description class
EnumerationCartesian
This class allows iterating over all tuples of a given length from a given set of numbers (of possibilities at each position).class
EnumerationOfCombinations
This class allows us to iterate over all combinations of a given length from a given set of values.class
EnumerationOfPermutations
This class allows us to iterate over all permutations of a given set of integer values.
-