Skip to content
Discussion options

You must be logged in to vote

Firstly, a student needs to have one class for each scheduling subpart of a single configuration, following the parent-child relations when defined. So, for instance, if there is one Lecture subpart with two lectures (Lec 1 and Lec 2) and one Lab subpart with eight labs (Lab 1, 2, ... 8) that are nested (Lab 1 - 4 are under Lec 1 and Lab 5 - 8 are under Lec 2), the selection of a lab for a student dictates in which lecture the student must go as the parent class must be taken. So, students in Lab 1 - 4 must have Lec 1, and students in Lab 5 - 8 must have Lec 2. However, every student will only have one lecture and one lab class.

Secondly, the course timetabling solver in UniTime was desig…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tomas-muller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants