|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--Opus5.AbstractSolver
|
+--Opus5.BreadthFirstSolver
Breadth-first problem solver for searching tree-structured solution spaces.
Solution| Fields inherited from class Opus5.AbstractSolver |
bestObjective, bestSolution |
| Fields inherited from interface Opus5.Solver |
copyright |
| Constructor Summary | |
BreadthFirstSolver()
|
|
| Method Summary | |
protected void |
search(Solution initial)
Searches the solution space starting from the specified initial node. |
| Methods inherited from class Opus5.AbstractSolver |
solve, updateBest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BreadthFirstSolver()
| Method Detail |
protected void search(Solution initial)
search in class AbstractSolverinitial - The root node of the solution space.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||