Uses of Interface
org.chocosolver.solver.search.loop.monitors.IMonitorRestart
-
-
Uses of IMonitorRestart in org.chocosolver.solver.search.loop.monitors
Classes in org.chocosolver.solver.search.loop.monitors that implement IMonitorRestart Modifier and Type Class Description class
NogoodFromRestarts
A constraint for the specific Nogood store designed to store ONLY positive decisions.class
SearchMonitorList
-
Uses of IMonitorRestart in org.chocosolver.solver.search.strategy.selectors.variables
Classes in org.chocosolver.solver.search.strategy.selectors.variables that implement IMonitorRestart Modifier and Type Class Description class
ActivityBased
Implementation of the search described in: "Activity-Based Search for Black-Box Constraint Propagramming Solver", Laurent Michel and Pascal Van Hentenryck, CPAIOR12. -
Uses of IMonitorRestart in org.chocosolver.solver.search.strategy.strategy
Classes in org.chocosolver.solver.search.strategy.strategy that implement IMonitorRestart Modifier and Type Class Description class
LastConflict<V extends Variable>
Last Conflict heuristic Composite heuristic which hacks a mainStrategy by forcing the use of variables involved in recent conflicts -
Uses of IMonitorRestart in org.chocosolver.solver.trace
Classes in org.chocosolver.solver.trace that implement IMonitorRestart Modifier and Type Class Description class
CPProfiler
A search monitor to send data to cp-profiler.class
GephiGenerator
Project: choco-solver.class
GraphvizGenerator
Project: choco-solver.class
SearchViz
Created by cprudhom on 22/10/2015.
-