public class ForbidInstructorAssignmentConstraint extends Constraint
Constructor and Description |
---|
ForbidInstructorAssignmentConstraint()
Constructor for this constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
imposeConstraint(Store jacopStore,
IntVar[] variables,
Position[] positions,
Assistant[] assistants)
Instructor Precludes Assistant: Forbid an assistant from being
assigned to a section taught by a specific professor.
|
getDescription, getName, isEnabled, setDescription, setEnabled, setName, toString
public ForbidInstructorAssignmentConstraint()
public void imposeConstraint(Store jacopStore, IntVar[] variables, Position[] positions, Assistant[] assistants)
imposeConstraint
in class Constraint