|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobalSearchLimit
The interface of objects limiting the global search exploration
Method Summary | |
---|---|
boolean |
endNode(AbstractGlobalSearchSolver solver)
notify the limit object whenever the search closes a node in the search tree |
boolean |
newNode(AbstractGlobalSearchSolver solver)
notify the limit object whenever a new node is created in the search tree |
void |
reset(boolean first)
resets the limit (the counter run from now on) |
Methods inherited from interface choco.Entity |
---|
getProblem, pretty |
Method Detail |
---|
void reset(boolean first)
first
- true for the very first initialization, false for subsequent onesboolean newNode(AbstractGlobalSearchSolver solver)
solver
- the controller of the search exploration, managing the limit
boolean endNode(AbstractGlobalSearchSolver solver)
solver
- the controller of the search exploration, managing the limit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |