InterviewSolution
Saved Bookmarks
| 1. |
There are four jobs to be completed. Each job must go through machines M1, M2, M3 in the order M1 – M2 – M3. Processing time in hours is given below. Determine the optimal sequence and idle time for Machine M1.JobsABCDM15873M26725M378109 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» The given problem is of n jobs and three machines. We change the problem in of n jobs and two machines. For this either Min M1 ≤ M3 × M2 or min M3 ≤ max M2 Here min M3 = 7 = M1 × M2 Hence we write M1+ M2 = G and M2 + M3 = H the problem will be as follows
The sequence as follows Now
The minimum elapsed time = 42 hrs. Ideal time for M1 = 42 – 23 = 19 hrs. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||