Hi,
Here is my problem. I need to create a procedure that will schedule 100 students into 5 courses. Each student must take each of the 5 courses, just at different times. Each course has a limitation as to how many students it can take and therefore there will be more than one location for each course.
ex. 100 students
5 courses = 20 students per course.
course 1 -- location A - 10 students
-- location B - 5 students
-- location C - 5 students
etc.
My question is can this be done? If so what language would be preferable? And how would you recommend I start.
Thanks
crguy
Here is my problem. I need to create a procedure that will schedule 100 students into 5 courses. Each student must take each of the 5 courses, just at different times. Each course has a limitation as to how many students it can take and therefore there will be more than one location for each course.
ex. 100 students
5 courses = 20 students per course.
course 1 -- location A - 10 students
-- location B - 5 students
-- location C - 5 students
etc.
My question is can this be done? If so what language would be preferable? And how would you recommend I start.
Thanks
crguy