Advertisements
Advertisements
Question
Solve the following problem :
A chartered accountant’s firm has accepted five new cases. The estimated number of days required by each of their five employees for each case are given below, where - means that the particular employee cannot be assigned the particular case. Determine the optimal assignment of cases of the employees so that the total number of days required to complete these five cases will be minimum. Also find the minimum number of days.
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 6 | 4 | 5 | 7 | 8 |
E2 | 7 | – | 8 | 6 | 9 |
E3 | 8 | 6 | 7 | 9 | 10 |
E4 | 5 | 7 | – | 4 | 6 |
E5 | 9 | 5 | 3 | 10 | – |
Solution
Step 1:
Observe that the given problem is a restricted assignment problem. So we assign a very high number of days `oo` to the prohibited cells.
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 6 | 4 | 5 | 7 | 8 |
E2 | 7 | `oo` | 8 | 6 | 9 |
E3 | 8 | 6 | 7 | 9 | 10 |
E4 | 5 | 7 | `oo` | 4 | 6 |
E5 | 9 | 5 | 3 | 10 | `oo` |
Step 2: Row minimum
Subtract the smallest element in each row from every element in its row.
The matrix obtained is given below:
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 2 | 0 | 1 | 3 | 4 |
E2 | 1 | `oo` | 2 | 0 | 3 |
E3 | 2 | 0 | 1 | 3 | 4 |
E4 | 1 | 3 | `oo` | 0 | 2 |
E5 | 6 | 2 | 0 | 7 | `oo` |
Step 3: Column minimum
Subtract the smallest element in each column of assignment matrix obtained in step 2 from every element in its column.
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 1 | 0 | 1 | 3 | 2 |
E2 | 0 | `oo` | 2 | 0 | 1 |
E3 | 1 | 0 | 1 | 3 | 2 |
E4 | 0 | 3 | `oo` | 0 | 0 |
E5 | 5 | 2 | 0 | 7 | `oo` |
Step 4:
Draw minimum number of vertical and horizontal lines to cover all zeros.
First cover all rows and columns which have maximum number of zeros.
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 1 | 0 | 1 | 3 | 2 |
E2 | 0 | `oo` | 2 | 0 | 1 |
E3 | 1 | 0 | 1 | 3 | 2 |
E4 | 0 | 3 | `oo` | 0 | 0 |
E5 | 5 | 2 | 0 | 7 | `oo` |
Step 5:
From step 4, minimum number of lines covering all the zeros are 4, which is less than order of matrix, i.e., 5.
∴ Select smallest element from all the uncovered elements, i.e., 1 and subtract it from all the uncovered elements and add it to the elements which lie at the intersection of two lines.
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 0 | 0 | 0 | 2 | 1 |
E2 | 0 | `oo` | 2 | 0 | 1 |
E3 | 0 | 0 | 0 | 2 | 1 |
E4 | 0 | 4 | `oo` | 0 | 0 |
E5 | 5 | 3 | 0 | 7 | `oo` |
Step 6:
Draw minimum number of vertical and horizontal lines to cover all zeros.
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 0 | 0 | 0 | 2 | 1 |
E2 | 0 | `oo` | 2 | 0 | 1 |
E3 | 0 | 0 | 0 | 2 | 1 |
E4 | 0 | 4 | `oo` | 0 | 0 |
E5 | 5 | 3 | 0 | 7 | `oo` |
Step 7:
From step 6, minimum number of lines covering all the zeros are 5, which is equal to order of the matrix, i.e., 5.
∴ Select a row with exactly one zero, enclose that zero in () and cross out all zeros in its respective column.
Similarly, examine each row and column and mark the assignment ().
∴ The matrix obtained is as follows:
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 0 | 0 | 0 | 2 | 1 |
E2 | 0 | `oo` | 2 | 0 | 1 |
E3 | 0 | 0 | 0 | 2 | 1 |
E4 | 0 | 4 | `oo` | 0 | 0 |
E5 | 5 | 3 | 0 | 7 | `oo` |
OR
Employee | Cases | ||||
I | II | III | IV | V | |
E1 | 0 | 0 | 0 | 2 | 1 |
E2 | 0 | `oo` | 2 | 0 | 1 |
E3 | 0 | 0 | 0 | 2 | 1 |
E4 | 0 | 4 | `oo` | 0 | 0 |
E5 | 5 | 3 | 0 | 7 | `oo` |
Step 8:
The matrix obtained in step 7 contains exactly one assignment for each row and column.
∴ Optimal assignment schedule is as follows:
Employee | Cases | Time (days) |
E1 | I | 6 |
E2 | II | 6 |
E3 | III | 6 |
E4 | IV | 6 |
E5 | V | 3 |
Total | 27 |
OR
Employee | Cases | Time (days) |
E1 | I | 4 |
E2 | II | 6 |
E3 | III | 8 |
E4 | IV | 6 |
E5 | V | 3 |
Total | 27 |
∴ Minimum Time = 27 days.
APPEARS IN
RELATED QUESTIONS
Find the optimal sequence that minimizes total time required to complete the following jobs in the order ABC. The processing times are given in hrs.
Job | 1 | 2 | 3 | 4 | 5 |
Machine A | 5 | 7 | 6 | 9 | 5 |
Machine B | 2 | 1 | 4 | 5 | 3 |
Machine C | 3 | 7 | 5 | 6 | 7 |
A publisher produces 5 books on Mathematics. The books have to go through composing, printing and binding done by 3 machines P, Q, R. The time schedule for the entire task in proper unit is as follows.
Book | A | B | C | D | E |
Machine P | 4 | 9 | 8 | 6 | 5 |
Machine Q | 5 | 6 | 2 | 3 | 4 |
Machine R | 8 | 10 | 6 | 7 | 11 |
Determine the optimum time required to finish the entire task.
In sequencing, an optimal path is one that minimizes _______.
If job A to D have processing times as 5, 6, 8, 4 on first machine and 4, 7, 9, 10 on second machine then the optimal sequence is : ______.
Solve the following problem :
Consider the problem of assigning five operators to five machines. The assignment costs are given in following table.
Operator | Machine | ||||
1 | 2 | 3 | 4 | 5 | |
A | 6 | 6 | – | 3 | 7 |
B | 8 | 5 | 3 | 4 | 5 |
C | 10 | 4 | 6 | – | 4 |
D | 8 | 3 | 7 | 8 | 3 |
E | 7 | 6 | 8 | 10 | 2 |
Operator A cannot be assigned to machine 3 and operator C cannot be assigned to machine 4. Find the optimal assignment schedule.
Choose the correct alternative:
In sequencing, an optimal path that minimizes ______
Book | A | B | C | D |
Printing | 5 | 8 | 10 | 7 |
Data Entry | 7 | 4 | 3 | 6 |
The optimum sequence for the above data is ______
Five jobs are performed first on machine M1 and then on machine M2. Time taken in hours by each job on each machine is given below:
Machines↓\Jobs→ | 1 | 2 | 3 | 4 | 5 |
M1 | 6 | 8 | 4 | 5 | 7 |
M2 | 3 | 7 | 6 | 4 | 16 |
Determine the optimal sequence of jobs and total elapsed time. Also, find the idle time for two machines.
Six jobs are performed on Machines M1 and M2 respectively. Time in hours taken by each job on each machine is given below:
Jobs `→` | A | B | C | D | E | F |
Machines `↓` | ||||||
M1 | 3 | 12 | 5 | 2 | 9 | 11 |
M2 | 8 | 10 | 9 | 6 | 3 | 1 |
Determine the optimal sequence of jobs and find total elapsed time. Also find the idle time for machines M1 and M2.
Solution:
Given jobs can be arranged in optimal sequence as,
D | A | C | B | E | F |
Jobs | Machine M1 | Machine M2 | ||
In | Out | In | Out | |
D | 0 | 2 | `square` | 8 |
A | 2 | 5 | 8 | 16 |
C | 5 | 10 | 16 | 25 |
B | 10 | 22 | 25 | 35 |
E | 22 | 31 | 35 | 38 |
F | 31 | 42 | `square` | 43 |
Total Elapsed time = `square` hrs.
Idle time for Machine M1 = 43 – 42 = 1 hour.
Idle time for Machine M2 = `square` hrs.