There are 4 jobs and 4 machines. Each job is processed by exactly one machine, and each machine processes exactly one job. The minimum total processing time is 500 minutes.
The processing time of Job 4 has increased by 20 minutes on every machine.
Job 4 must be assigned to one machine in every valid assignment. Since the processing time of Job 4 increases by 20 minutes regardless of the machine chosen, the total processing time will increase by 20 minutes.
Revised Minimum Time = 500 + 20 = 520 minutes
520 minutes