Learning by Examples Techniques, Neural Networks and similar applied to the following problem:
there are n jobs to be processed through m machines in a described order. The job processing on a machine requires a duration known as the processing time. Minimizing the makespan ( Cmax ) may be the objective function.
Some more complicated modifications of this problem is also interested for me.