| Package | Description |
|---|---|
| org.cpsolver.instructor.constraints |
Instructor Scheduling: Constraints.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupConstraint.ConstraintType
Distribution types and their implementation
|
static class |
GroupConstraint.ParametrizedConstraintType<P>
Distribution constraint with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupConstraint.ConstraintTypeInterface |
GroupConstraint.getConstraintType(String reference,
String name)
Create a constraint type from the provided reference.
|
GroupConstraint.ConstraintTypeInterface |
GroupConstraint.Distribution.getType() |
| Constructor and Description |
|---|
Distribution(GroupConstraint.ConstraintTypeInterface type,
String preference) |