Uses of Class
org.chocosolver.solver.constraints.PropagatorPriority
-
Packages that use PropagatorPriority Package Description org.chocosolver.solver.constraints org.chocosolver.solver.constraints.nary.sum -
-
Uses of PropagatorPriority in org.chocosolver.solver.constraints
Fields in org.chocosolver.solver.constraints declared as PropagatorPriority Modifier and Type Field Description protected PropagatorPriority
Propagator. priority
Priority of this propagator.Methods in org.chocosolver.solver.constraints that return PropagatorPriority Modifier and Type Method Description PropagatorPriority
Constraint. computeMaxPriority()
static PropagatorPriority
PropagatorPriority. get(int prio)
PropagatorPriority
Propagator. getPriority()
static PropagatorPriority
PropagatorPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropagatorPriority[]
PropagatorPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.chocosolver.solver.constraints with parameters of type PropagatorPriority Constructor Description Propagator(V[] vars, PropagatorPriority priority, boolean reactToFineEvt)
Creates a new propagator to filter the domains of vars.Propagator(V[] vars, PropagatorPriority priority, boolean reactToFineEvt, boolean swapOnPassivate)
Creates a new propagator to filter the domains of vars. -
Uses of PropagatorPriority in org.chocosolver.solver.constraints.nary.sum
Methods in org.chocosolver.solver.constraints.nary.sum that return PropagatorPriority Modifier and Type Method Description protected static PropagatorPriority
PropSum. computePriority(int nbvars)
Compute the priority of the propagator wrt the number of involved variables
-