Modifier and Type | Method and Description |
---|---|
static ProblemState |
ProblemState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProblemState[] |
ProblemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Solution |
Solver.findSolution(ProblemState restoreOrNot)
This method attempts to find a solution of the problem, for which the solver was defined.
|