UniTime / unitime

Comprehensive University Timetabling System
http://www.unitime.org
Apache License 2.0
283 stars 163 forks source link

I'm getting this warning WARN: Student 1397 not enrolled in any class of subpart. How can I resolve it? #118

Closed EricoMutonks closed 2 years ago

tomas-muller commented 2 years ago

This warning is caused by some earlier issue where no classes of a particular scheduling subpart are loaded in, e.g., because they have no available placements. A student requesting a course must attend one class of each scheduling subpart from one of the course configurations, following the parent-child relations if defined. You should see one of the following warnings earlier in the log:

You need to resolve these for the "Student X not enrolled in any class ..." warning to go away.

For more information about using the course timetabling solver, please take a look at the UniTime Course Timetabling Manual that is available in the menu under Help > Manuals > Course Timetabling Solver.

EricoMutonks commented 2 years ago

Thanks once again