public class HeuristicsTracing extends SearchListenerAdapter<ISolverService>
Constructor and Description |
---|
HeuristicsTracing(IVisualizationTool visuTool) |
Modifier and Type | Method and Description |
---|---|
void |
init(ISolverService solverService)
Provide access to the solver's controllable interface.
|
void |
restarting()
The solver restarts the search.
|
void |
solutionFound(int[] model,
RandomAccessModel lazyModel)
a solution is found.
|
adding, assuming, backjump, backtracking, beginLoop, cleaning, conflictFound, conflictFound, delete, end, learn, propagating, start
public HeuristicsTracing(IVisualizationTool visuTool)
public void solutionFound(int[] model, RandomAccessModel lazyModel)
SearchListener
solutionFound
in interface SearchListener<ISolverService>
solutionFound
in class SearchListenerAdapter<ISolverService>
model
- the model foundlazyModel
- TODOpublic void restarting()
SearchListener
restarting
in interface SearchListener<ISolverService>
restarting
in class SearchListenerAdapter<ISolverService>
public void init(ISolverService solverService)
SearchListener
init
in interface SearchListener<ISolverService>
init
in class SearchListenerAdapter<ISolverService>
solverService
- a way to safely control the solver.Copyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.