@Deprecated public class EfficientPebblingNumberNoEvens extends EfficientPebblingNumberExhaustive
Constructor and Description |
---|
EfficientPebblingNumberNoEvens()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResult()
Deprecated.
Return the result of the algorithm in the context of the problem.
|
AlgorithmStates |
next()
Deprecated.
Determines the solvability of the currentConfiguration, and sets up the new configuration that will need to be
run.
|
argumentFormat, getPebblingNumber, getVersion, parseArguments
countsOperations, getCurrentProblemData, getProgressReport, initializeMoreData, runAlgorithm
getPebbleState, getProblemType, initializeData, quit, setPebbleState
getNumberOfOperations, getState, isDone, isNotDone, isQuit, setProblemData, setState
public EfficientPebblingNumberNoEvens()
public java.lang.String getResult()
AlgorithmInterface
getResult
in interface AlgorithmInterface<PebbleInstance>
getResult
in class EfficientPebblingNumberExhaustive
public AlgorithmStates next()
PebblingNumberExhaustiveGeneric
next
in class PebblingNumberExhaustiveGeneric