Package net.sf.cpsolver.studentsct.check

Various checks of validity of a student sectioning solution.

See:
          Description

Class Summary
CourseLimitCheck This class looks and reports cases when there are more students requesting a course than the course limit.
InevitableStudentConflicts This class looks and reports all cases when a student cannot obtain a complete schedule because of time assignments of the requested courses.
InevitableStudentConflicts.StudentCheck Use branch&bound technique to find out whether a student can get a complete schedule.
OverlapCheck This class looks and reports cases when a student is enrolled into two sections that are overlapping in time.
SectionLimitCheck This class looks and reports cases when a section limit is exceeded.
 

Package net.sf.cpsolver.studentsct.check Description

Various checks of validity of a student sectioning solution.