public class PebblingNumberRootedForkJoin extends PebblingNumberForkJoin
Constructor and Description |
---|
PebblingNumberRootedForkJoin() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
argumentFormat()
Describe how the argument(s) to the algorithm should be formatted, if applicable.
|
void |
initializeMoreData()
Called by initializeData which is called by setPuzzleData.
|
void |
parseArguments(java.lang.String args)
Sends a string that the user can enter to the algorithm.
|
countsOperations, getCurrentProblemData, getPebblingNumber, getProgressReport, getResult, getRoot, getVersion, runAlgorithm, setLogging, setRoot
getPebbleState, getProblemType, initializeData, quit, setPebbleState
getNumberOfOperations, getState, isDone, isNotDone, isQuit, setProblemData, setState
public void initializeMoreData()
PebbleAlgorithm
initializeMoreData
in class PebblingNumberForkJoin
public void parseArguments(java.lang.String args)
AlgorithmInterface
parseArguments
in interface AlgorithmInterface<PebbleInstance>
parseArguments
in class PebblingNumberForkJoin
public java.lang.String argumentFormat()
AlgorithmInterface
argumentFormat
in interface AlgorithmInterface<PebbleInstance>
argumentFormat
in class PebblingNumberForkJoin