Tagged Questions

20
votes
12answers
5k views

Teacher time schedule algorithm

This is a problem I've had on my mind for a long time. Being the son of a teacher and a programmer, it occurred to me early on... but I still haven't found a solution for it. So this is the problem. ...
0
votes
1answer
40 views

Scheduling: P||Cmax

In the schedule problem P||Cmax given: n - number of tasks to schedule m - number of machines vector p - keeps times of working for each of n tasks. How is p is defined each time? Namely, is it an ...