public class ResectionUnassignedStudentsSelection extends BranchBoundSelection
BranchBoundSelection, where only students that have no enrollments (
Student.nrAssignedRequests(Assignment) is zero) are resectioned.
BranchBoundSelection.BranchBoundNeighbour, BranchBoundSelection.SelectioniBranchWhenSelectedHasNoConflict, iDistanceConflict, iDistConfWeight, iMinimizePenalty, iModel, iOrder, iStudents, iTimeout, iTimeOverlaps, sDebug| Constructor and Description |
|---|
ResectionUnassignedStudentsSelection(DataProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Solver<Request,Enrollment> solver)
Criterion initialization
|
Neighbour<Request,Enrollment> |
selectNeighbour(Solution<Request,Enrollment> solution)
Select neighbour.
|
addStudent, getSelection, init, nextStudent, setModelpublic ResectionUnassignedStudentsSelection(DataProperties properties)
public void init(Solver<Request,Enrollment> solver)
NeighbourSelectioninit in interface NeighbourSelection<Request,Enrollment>init in class BranchBoundSelectionsolver - current solverpublic Neighbour<Request,Enrollment> selectNeighbour(Solution<Request,Enrollment> solution)
selectNeighbour in interface NeighbourSelection<Request,Enrollment>selectNeighbour in class BranchBoundSelectionsolution - given solutionCopyright © 2017 UniTime LLC. All Rights Reserved.