|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cpsolver.studentsct.heuristics.selection.SwapStudentSelection.Selection
public class SwapStudentSelection.Selection
This class looks for a possible swap move for the given student
| Constructor Summary | |
|---|---|
SwapStudentSelection.Selection(Student student)
Constructor |
|
| Method Summary | |
|---|---|
Enrollment |
getBestEnrollment()
The best enrollment found. |
double |
getBestValue()
Cost of the best enrollment found |
Set<Student> |
getProblemStudents()
Set of problematic students computed in the last selection |
long |
getTime()
Time spent in the last selection |
boolean |
isTimeoutReached()
Was timeout reached during the selection |
SwapStudentSelection.SwapStudentNeighbour |
select()
The actual selection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwapStudentSelection.Selection(Student student)
student - given student| Method Detail |
|---|
public SwapStudentSelection.SwapStudentNeighbour select()
public boolean isTimeoutReached()
public long getTime()
public Enrollment getBestEnrollment()
public double getBestValue()
public Set<Student> getProblemStudents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||