Package | Description |
---|---|
org.chocosolver.solver |
A package devoted to Model and resolution tools.
|
org.chocosolver.solver.propagation | |
org.chocosolver.solver.propagation.hardcoded |
Modifier and Type | Method and Description |
---|---|
IPropagationEngine |
Solver.getEngine() |
Modifier and Type | Method and Description |
---|---|
void |
Solver.setEngine(IPropagationEngine propagationEngine)
Attaches a propagation engine
this . |
Modifier and Type | Class and Description |
---|---|
class |
NoPropagationEngine |
Modifier and Type | Method and Description |
---|---|
abstract IPropagationEngine |
PropagationEngineFactory.make(Model model) |
Modifier and Type | Method and Description |
---|---|
static void |
PropagationTrigger.execute(Propagator toPropagate,
IPropagationEngine engine) |
Constructor and Description |
---|
PropagationTrigger(IPropagationEngine engine,
Model model) |
Modifier and Type | Class and Description |
---|---|
class |
SevenQueuesPropagatorEngine
This engine is priority-driven constraint-oriented seven queues engine.
|
class |
TwoBucketPropagationEngine
This engine handles two sets of queues.
|
Copyright © 2017. All rights reserved.