public class PreventSectionConflictsConstraint extends Constraint
Constructor and Description |
---|
PreventSectionConflictsConstraint()
Constructor for this constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
imposeConstraint(Store jacopStore,
IntVar[] variables,
Position[] positions,
Assistant[] assistants)
Avoid Assignment Time Conflicts: If an assistant
is assigned to two different positions, those
positions’ times must not intersect.
|
getDescription, getName, isEnabled, setDescription, setEnabled, setName, toString
public PreventSectionConflictsConstraint()
public void imposeConstraint(Store jacopStore, IntVar[] variables, Position[] positions, Assistant[] assistants)
imposeConstraint
in class Constraint