Uses of Interface
org.chocosolver.solver.variables.IVariableMonitor
-
Packages that use IVariableMonitor Package Description org.chocosolver.solver.search.strategy.selectors.variables org.chocosolver.solver.variables org.chocosolver.solver.variables.impl -
-
Uses of IVariableMonitor in org.chocosolver.solver.search.strategy.selectors.variables
Classes in org.chocosolver.solver.search.strategy.selectors.variables that implement IVariableMonitor 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 IVariableMonitor in org.chocosolver.solver.variables
Methods in org.chocosolver.solver.variables with parameters of type IVariableMonitor Modifier and Type Method Description void
Variable. addMonitor(IVariableMonitor monitor)
Build and add a monitor to the monitor list ofthis
.void
Variable. removeMonitor(IVariableMonitor monitor)
Removesmonitor
form the list of this variable's monitors. -
Uses of IVariableMonitor in org.chocosolver.solver.variables.impl
Fields in org.chocosolver.solver.variables.impl declared as IVariableMonitor Modifier and Type Field Description protected IVariableMonitor[]
AbstractVariable. monitors
List of monitors observing this variable.Methods in org.chocosolver.solver.variables.impl with parameters of type IVariableMonitor Modifier and Type Method Description void
AbstractVariable. addMonitor(IVariableMonitor monitor)
void
FixedIntVarImpl. addMonitor(IVariableMonitor monitor)
void
AbstractVariable. removeMonitor(IVariableMonitor monitor)
-