Package | Description |
---|---|
org.cpsolver.studentsct.heuristics.studentord |
Online Student Sectioning Test: various students orderings
|
org.cpsolver.studentsct.model |
Student Sectioning: Model.
|
Modifier and Type | Method and Description |
---|---|
int |
StudentMajorOrder.compareMajors(AreaClassificationMajor m1,
AreaClassificationMajor m2) |
Modifier and Type | Method and Description |
---|---|
int |
StudentMajorOrder.compareMajors(List<AreaClassificationMajor> m1,
List<AreaClassificationMajor> m2) |
int |
StudentMajorOrder.compareMajors(List<AreaClassificationMajor> m1,
List<AreaClassificationMajor> m2) |
Modifier and Type | Method and Description |
---|---|
AreaClassificationMajor |
Student.getPrimaryMajor() |
Modifier and Type | Method and Description |
---|---|
List<AreaClassificationMajor> |
Student.getAreaClassificationMajors()
List of academic area, classification, and major codes (
AreaClassificationMajor ) for the given student |
List<AreaClassificationMajor> |
Student.getAreaClassificationMinors()
List of academic area, classification, and minor codes (
AreaClassificationMajor ) for the given student |
Modifier and Type | Method and Description |
---|---|
int |
AreaClassificationMajor.compareTo(AreaClassificationMajor acm) |