Package | Description |
---|---|
cusack.hcg.games.lights.algorithms | |
cusack.hcg.games.pebble.algorithms.deprecated | |
cusack.hcg.games.pebble.algorithms.islands | |
cusack.hcg.games.pebble.algorithms.solvability | |
cusack.hcg.graph.algorithm |
Contains classes that allow algorithms to be run on graphs and problems.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStates |
HowellAlgorithm.getState() |
Modifier and Type | Method and Description |
---|---|
void |
HowellAlgorithm.setState(AlgorithmStates state) |
Modifier and Type | Method and Description |
---|---|
AlgorithmStates |
PebblingNumberSuperSkipNoEvens.next()
Deprecated.
|
AlgorithmStates |
PebblingNumberExhaustiveGeneric.next()
Deprecated.
Determines the solvability of the currentConfiguration, and sets up the new configuration that will need to be
run.
|
AlgorithmStates |
IsSolvableSomewhatExhaustive.next()
Deprecated.
|
AlgorithmStates |
EfficientPebblingNumberNoEvens.next()
Deprecated.
|
AlgorithmStates |
Check2PebblingSingleQValue.next()
Deprecated.
Checks all the possible configurations of numberOfPebbles on the current subsetOfVertices.
|
AlgorithmStates |
Check2PebblingProperty.next()
Deprecated.
Checks all the possible configurations of numberOfPebbles on the current subsetOfVertices.
|
AlgorithmStates |
PebblingNumberSuperSkip.nextConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStates |
IsSolvableIslands.next()
Next Step in the Islands Algorithm
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStates |
IsSolvableSomewhatExhaustiveEfficient.next()
This is the method that uses the algorithm.
|
Modifier and Type | Method and Description |
---|---|
AlgorithmStates |
OldGenericAlgorithm.getState()
Deprecated.
|
AlgorithmStates |
AlgorithmInterface.getState()
Get the current state of the algorithm.
|
AlgorithmStates |
AbstractAlgorithm.getState() |
static AlgorithmStates |
AlgorithmStates.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmStates[] |
AlgorithmStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmInterface.setState(AlgorithmStates state)
Sets the state of the algorithm to state.
|
void |
AbstractAlgorithm.setState(AlgorithmStates state) |