Uses of Class
org.chocosolver.solver.constraints.Constraint.Status
-
Packages that use Constraint.Status Package Description org.chocosolver.solver.constraints -
-
Uses of Constraint.Status in org.chocosolver.solver.constraints
Methods in org.chocosolver.solver.constraints that return Constraint.Status Modifier and Type Method Description Constraint.Status
Constraint. getStatus()
static Constraint.Status
Constraint.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constraint.Status[]
Constraint.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.chocosolver.solver.constraints with parameters of type Constraint.Status Modifier and Type Method Description void
Constraint. checkNewStatus(Constraint.Status aStatus)
Check if the new status is not in conflict with the current onevoid
Constraint. declareAs(Constraint.Status aStatus, int idx)
For internal usage only, declare the status of this constraint in the model and, if need be, its position in the constraint list.
-