Sequencing Problems Processing N Jobs Through M Machines Problem Example PDF
Sequencing Problems Processing N Jobs Through M Machines Problem Example PDF
Solution:
Job 1 2 3 4 5
Machine M 1 11 13 9 16 17
Machine M 2 4 3 5 2 6
Machine M 3 6 7 5 8 4
Machine M 4 15 8 13 9 11
Since any of condition min {T1j } ≥ max {Tij } and/or min {Tmj } ≥ max {Tij }, for j=2,3,...,m-1 is satisfied.
So given problem can be converted to 2-machine problem.
Machine-1
21 23 19 26 27
Machine-2
2. The next smallest processing time is 19 hour for job 3 on Machine-1. So job 3 will be processed first.
3. The next smallest processing time is 19 hour for job 4 on Machine-2. So job 4 will be processed before job 2.
4. The next smallest processing time is 21 hour for job 1 on Machine-1. So job 1 will be processed after job 3.
5. The next smallest processing time is 21 hour for job 5 on Machine-2. So job 5 will be processed before job 4.