2. A set of 10 jobs is to be processed on two machines, MA and MB. Each job must be processed on MA first, followed by M
Posted: Tue Nov 16, 2021 7:13 am
2. A set of 10 jobs is to be processed on two machines, MA and MB. Each job must be processed on MA first, followed by MB. The processing times are shown next: Job 2 3 4 5 6 7 8 9 10 MA 8 7 9 7 2 5 un 2 7 1 MB 6 5 28 4 1 7 3 3 5 Use Johnson's two machine algorithm to solve the problem. Estimate the makespan.