Package | Description |
---|---|
org.chocosolver.solver.search.strategy.selectors.variables | |
org.chocosolver.solver.variables | |
org.chocosolver.solver.variables.impl |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.addMonitor(IVariableMonitor monitor)
Build and add a monitor to the monitor list of
this . |
void |
Variable.removeMonitor(IVariableMonitor monitor)
Removes
monitor form the list of this variable's monitors. |
Modifier and Type | Field and Description |
---|---|
protected IVariableMonitor[] |
AbstractVariable.monitors
List of monitors observing this variable.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractVariable.addMonitor(IVariableMonitor monitor) |
void |
FixedIntVarImpl.addMonitor(IVariableMonitor monitor) |
void |
AbstractVariable.removeMonitor(IVariableMonitor monitor) |
Copyright © 2018. All rights reserved.