I have a project of scheduling students to their preferred classes. Each student can have up to 3 choices of timeslots.
I have the following data:
1) Students’ particulars
2) Constraint #1: All classes must have a minimum number of 8 students and only a maximum of 15 students. If the min no. of students is not hit, the class at that particular timing will not be opened. If a class exceeds 15 students, the first 15 students who chose that particular timeslot will be given that class whereas the remaining students will be given classes in their 2nd or 3rd option or even none at all.
Aim:
The aim is to assign a particular student (identified here with a unique application id) a class in his/her first preferred timing.
This is my first time doing a project using excel and would appreciate all the help that I can get. Thank you all in advance!
I have the following data:
1) Students’ particulars
2) Constraint #1: All classes must have a minimum number of 8 students and only a maximum of 15 students. If the min no. of students is not hit, the class at that particular timing will not be opened. If a class exceeds 15 students, the first 15 students who chose that particular timeslot will be given that class whereas the remaining students will be given classes in their 2nd or 3rd option or even none at all.
Aim:
The aim is to assign a particular student (identified here with a unique application id) a class in his/her first preferred timing.
This is my first time doing a project using excel and would appreciate all the help that I can get. Thank you all in advance!