| Package | Description |
|---|---|
| org.jgrapht.experimental.permutation |
Classes to provide all the possible permutations of arrays or sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundPermutationIter
For permutation like this:
1,2 are the same eq.group (numbers)
a,b are og the same eq.group (letters)
'$' is of its own eq.
|
class |
IntegerPermutationIter
Iterates through permutations of N elements.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayPermutationsIter |
PermutationFactory.createByGroups(int[] groupSizesArray)
For efficiency, try putting the biggest groups at the beggining of the
array.
|
static ArrayPermutationsIter |
PermutationFactory.createRegular(int[] permSourceArray) |
| Constructor and Description |
|---|
CollectionPermutationIter(List<E> objectsArray,
ArrayPermutationsIter permuter) |
Copyright © 2015. All Rights Reserved.