Package | Description |
---|---|
org.chocosolver.solver.constraints | |
org.chocosolver.solver.propagation | |
org.chocosolver.solver.variables.events |
Modifier and Type | Method and Description |
---|---|
void |
Propagator.forcePropagate(PropagatorEventType evt)
Schedules a coarse propagation to filter all variables at once.
|
Modifier and Type | Method and Description |
---|---|
void |
PropagationEngine.delayedPropagation(Propagator propagator,
PropagatorEventType type)
Exeucte a delayed propagator
|
Modifier and Type | Method and Description |
---|---|
static PropagatorEventType |
PropagatorEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagatorEventType[] |
PropagatorEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.