net.sf.cpsolver.studentsct.heuristics.selection
Class BranchBoundSelection.BranchBoundNeighbour
java.lang.Object
net.sf.cpsolver.ifs.model.Neighbour
net.sf.cpsolver.studentsct.heuristics.selection.BranchBoundSelection.BranchBoundNeighbour
- Enclosing class:
- BranchBoundSelection
public static class BranchBoundSelection.BranchBoundNeighbour
- extends Neighbour
Branch & bound neighbour -- a schedule of a student
BranchBoundSelection.BranchBoundNeighbour
public BranchBoundSelection.BranchBoundNeighbour(double value,
Enrollment[] assignment)
- Constructor
- Parameters:
value - value of the scheduleassignment - enrollments of student's requests
assign
public void assign(long iteration)
- Assign the schedule
- Specified by:
assign in class Neighbour
toString
public String toString()
- Overrides:
toString in class Object