org.sat4j.tools
Class HeuristicsTracing

java.lang.Object
  extended by org.sat4j.tools.SearchListenerAdapter<ISolverService>
      extended by org.sat4j.tools.HeuristicsTracing
All Implemented Interfaces:
Serializable, SearchListener<ISolverService>

public class HeuristicsTracing
extends SearchListenerAdapter<ISolverService>

See Also:
Serialized Form

Constructor Summary
HeuristicsTracing(IVisualizationTool visuTool)
           
 
Method Summary
 void init(ISolverService solverService)
          Provide access to the solver's controllable interface.
 void restarting()
          The solver restarts the search.
 void solutionFound(int[] model)
          a solution is found.
 
Methods inherited from class org.sat4j.tools.SearchListenerAdapter
adding, assuming, backjump, backtracking, beginLoop, cleaning, conflictFound, conflictFound, delete, end, learn, propagating, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeuristicsTracing

public HeuristicsTracing(IVisualizationTool visuTool)
Method Detail

solutionFound

public void solutionFound(int[] model)
Description copied from interface: SearchListener
a solution is found.

Specified by:
solutionFound in interface SearchListener<ISolverService>
Overrides:
solutionFound in class SearchListenerAdapter<ISolverService>
Parameters:
model - the model found

restarting

public void restarting()
Description copied from interface: SearchListener
The solver restarts the search.

Specified by:
restarting in interface SearchListener<ISolverService>
Overrides:
restarting in class SearchListenerAdapter<ISolverService>

init

public void init(ISolverService solverService)
Description copied from interface: SearchListener
Provide access to the solver's controllable interface.

Specified by:
init in interface SearchListener<ISolverService>
Overrides:
init in class SearchListenerAdapter<ISolverService>
Parameters:
solverService - a way to safely control the solver.


Copyright © 2012 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.