Package | Description |
---|---|
org.cpsolver.studentsct.online |
Online Student Sectioning Solver.
|
org.cpsolver.studentsct.online.selection |
Online Student Sectioning Solver: Selection Weights and Heuristics.
|
Modifier and Type | Class and Description |
---|---|
class |
Test.TestModel |
Modifier and Type | Method and Description |
---|---|
OnlineSectioningModel |
Test.model() |
Modifier and Type | Field and Description |
---|---|
protected OnlineSectioningModel |
MultiCriteriaBranchAndBoundSelection.iModel |
Modifier and Type | Method and Description |
---|---|
protected OnlineSectioningModel |
OnlineSectioningCriterion.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
MultiCriteriaBranchAndBoundSelection.setModel(OnlineSectioningModel model) |
void |
OnlineSectioningSelection.setModel(OnlineSectioningModel model)
Set online sectioning model
|
void |
SuggestionSelection.setModel(OnlineSectioningModel model) |
Constructor and Description |
---|
BestPenaltyCriterion(Student student,
OnlineSectioningModel model) |
EqualWeightCriterion(Student student,
OnlineSectioningModel model,
Assignment<Request,Enrollment> assignment,
Hashtable<CourseRequest,Set<Section>> preferredSections) |
OnlineSectioningCriterion(Student student,
OnlineSectioningModel model,
Assignment<Request,Enrollment> assignment,
Hashtable<CourseRequest,Set<Section>> preferredSections)
Constructor
|