@Deprecated public class Check2PebblingLemkeP3 extends PebbleAlgorithm
Constructor and Description |
---|
Check2PebblingLemkeP3()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
argumentFormat()
Deprecated.
Describe how the argument(s) to the algorithm should be formatted, if applicable.
|
boolean |
countsOperations()
Deprecated.
|
java.lang.String |
getCurrentProblemData()
Deprecated.
|
java.lang.String |
getResult()
Deprecated.
Get the result of the algorithm.
|
double |
getVersion()
Deprecated.
Mostly for use in comparing results from previous versions of algorithms, and/or so we can know whether or not
data in the database is based on an older version of the algorithm.
|
void |
initializeMoreData()
Deprecated.
Set up a little bit of the data to use for this algorithm.
|
void |
parseArguments(java.lang.String args)
Deprecated.
Sends a string that the user can enter to the algorithm.
|
void |
runAlgorithm()
Deprecated.
Run the algorithm.
|
getPebbleState, getProblemType, getProgressReport, initializeData, quit, setPebbleState
getNumberOfOperations, getState, isDone, isNotDone, isQuit, setProblemData, setState
public java.lang.String getResult()
getResult
in interface AlgorithmInterface<PebbleInstance>
getResult
in class PebbleAlgorithm
public void initializeMoreData()
initializeMoreData
in class PebbleAlgorithm
public void runAlgorithm()
public java.lang.String getCurrentProblemData()
public boolean countsOperations()
public double getVersion()
AlgorithmInterface
public void parseArguments(java.lang.String args)
AlgorithmInterface
public java.lang.String argumentFormat()
AlgorithmInterface