Package | Description |
---|---|
org.cpsolver.instructor.constraints |
Instructor Scheduling: Constraints.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GroupConstraint.ConstraintTypeInterface
Interface for a distribution constraint type, including its implementation
|
Modifier and Type | Class and Description |
---|---|
static class |
GroupConstraint.ConstraintType
Distribution types and their implementation
|
static class |
GroupConstraint.PairCheck
Group constraint check interface for constraints that can be computed on individual class pairs.
|
static class |
GroupConstraint.ParametrizedConstraintType<P>
Distribution constraint with parameters.
|
static class |
GroupConstraint.SimpleCheck
Simplified group constraint check interface for constraints that can be computed on individual class pairs.
|
static class |
GroupConstraint.SimpleTimeCheck
Simplified group constraint check interface for time-only constraints that can be computed on individual class pairs.
|