| Package | Description |
|---|---|
| org.cpsolver.studentsct |
Student Sectioning Solver.
|
| org.cpsolver.studentsct.constraint |
Student Sectioning: Constraints.
|
| org.cpsolver.studentsct.model |
Student Sectioning: Model.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkedSections> |
StudentSectioningModel.getLinkedSections()
List of linked sections
|
| Modifier and Type | Method and Description |
|---|---|
LinkedSections |
LinkedSections.LinkedSectionsConstraint.getLinkedSections()
Return linked section
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
LinkedSections.nrSharedOfferings(LinkedSections other)
Number of offerings that are shared with some other linked sections constraint
|
| Modifier and Type | Method and Description |
|---|---|
List<LinkedSections> |
Student.getLinkedSections()
Linked sections of this student
|