Uses of Class
org.chocosolver.solver.variables.events.PropagatorEventType
-
Packages that use PropagatorEventType Package Description org.chocosolver.solver.constraints org.chocosolver.solver.propagation org.chocosolver.solver.variables.events -
-
Uses of PropagatorEventType in org.chocosolver.solver.constraints
Methods in org.chocosolver.solver.constraints with parameters of type PropagatorEventType Modifier and Type Method Description void
Propagator. forcePropagate(PropagatorEventType evt)
Schedules a coarse propagation to filter all variables at once. -
Uses of PropagatorEventType in org.chocosolver.solver.propagation
Methods in org.chocosolver.solver.propagation with parameters of type PropagatorEventType Modifier and Type Method Description void
PropagationEngine. delayedPropagation(Propagator propagator, PropagatorEventType type)
Exeucte a delayed propagator -
Uses of PropagatorEventType in org.chocosolver.solver.variables.events
Methods in org.chocosolver.solver.variables.events that return PropagatorEventType Modifier and Type Method 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.
-