| Modifier and Type | Class and Description |
|---|---|
class |
IntCompositions
Iterator over all compositions of specified integer into N parts.
|
class |
IntDistinctTuples
Iterator over all distinct N-tuples, which can be chosen from
N sets of integers. |
class |
IntPermutationsWithPriority
Iterator over all possible permutations of specified that allows to adjust the "niceness" of particular permutations,
such they will appear earlier in the iteration if iterator was reset via
IntPermutationsWithPriority.reset(). |
class |
IntTuples
Iterator over all N-tuples (not necessary to be distinct), which can be chosen from
N arrays of integers of
the form arrayi = [0, 1, 2, ..., Ki]. |
| Constructor and Description |
|---|
Iterator(IntCombinatorialPort port) |
Copyright © 2017. All rights reserved.