|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.solver.Solver
Solver is the primary class for setting up and running an optimization.
| Field Summary | |
protected AlgorithmSchedule |
algorithmSchedule
Deprecated. |
protected MessageCenter |
messageBoard
Deprecated. |
protected Problem |
problem
Deprecated. |
protected ScoreBoard |
scoreBoard
Deprecated. |
protected Stopper |
stopper
Deprecated. |
| Constructor Summary | |
Solver()
Deprecated. Creates a new instance of Solver |
|
| Method Summary | |
ScoreBoard |
getScoreBoard()
Deprecated. Get the scoreboard that shows the present state of solving. |
void |
solve(Problem aProblem,
Stopper aStopper)
Deprecated. Set the problem. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected MessageCenter messageBoard
protected Problem problem
protected Stopper stopper
protected AlgorithmSchedule algorithmSchedule
protected ScoreBoard scoreBoard
| Constructor Detail |
public Solver()
| Method Detail |
public void solve(Problem aProblem,
Stopper aStopper)
public ScoreBoard getScoreBoard()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||