public class RequireTagsConstraint extends Constraint
Constructor and Description |
---|
RequireTagsConstraint()
Constructor for this constraint.
|
Modifier and Type | Method and Description |
---|---|
void |
imposeConstraint(Store jacopStore,
IntVar[] variables,
Position[] positions,
Assistant[] assistants)
Require Skills: To be assigned to a position,
an assistant must have at least all the skills
that the position’s section requires.
|
getDescription, getName, isEnabled, setDescription, setEnabled, setName, toString
public RequireTagsConstraint()
public void imposeConstraint(Store jacopStore, IntVar[] variables, Position[] positions, Assistant[] assistants)
imposeConstraint
in class Constraint