localsolver
public interface LSCallback
| Modifier and Type | Method and Description |
|---|---|
void |
callback(LocalSolver solver,
LSCallbackType type)
A function that will be called during LocalSolver search.
|
void callback(LocalSolver solver, LSCallbackType type)
solver - The solver calling the function.type - The type of event that triggered the call.