See: Description
| 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.
|
Copyright © 2017 UniTime LLC. All Rights Reserved.