public static interface PermutationGroup.Backtracker
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Permutation p)
Do something to the permutation
|
boolean |
isFinished()
Check to see if the backtracker is finished.
|
void applyTo(Permutation p)
p - a permutation in the full groupboolean isFinished()
Copyright © 2021. All rights reserved.