-
Class Summary
Class |
Description |
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 org.cpsolver.studentsct.check Description
Various checks of validity of a student sectioning solution.
- Version:
- IFS 1.4 (Instructor Sectioning)
Copyright (C) 2024 Tomáš Müller
muller@unitime.org
http://muller.unitime.org
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not see
http://www.gnu.org/licenses/.
- Author:
- Tomáš Müller