Advertisements
Advertisements
Question
Three jobs A, B and C one to be assigned to three machines U, V and W. The processing cost for each job machine combination is shown in the matrix given below. Determine the allocation that minimizes the overall processing cost.
Machine | ||||
U | V | W | ||
Jobs | A | 17 | 25 | 31 |
B | 10 | 25 | 16 | |
C | 12 | 14 | 11 |
(cost is in ₹ per unit)
Solution
Here the number of rows and columns are equal.
∴ The given assignment problem is balanced.
Step 1: Select the smallest element in each row and subtract this from all the elements in its row.
Machine | ||||
Jobs | U | V | W | |
A | 2 | 0 | 16 | |
B | 0 | 15 | 6 | |
C | 1 | 3 | 0 |
Look for atleast one zero in each row and each column.
Here each and every row and columns having exactly one zero No need step 2 go to step 3.
Step 3:
Machine | ||||
Jobs | U | V | W | |
A | 2 | 0 | 16 | |
B | 0 | 15 | 6 | |
C | 1 | 3 | 0 |
Mark the zero by □ Mark other zeros in its column by X.
Since each row and each column contains exactly one assignment, all the three machine have been assigned a job.
Job | Machine | Cost |
A | V | 15 |
B | U | 10 |
C | W | 11 |
Total Cost | 46 |
The Optimal assignment (minimum) cost = 46
APPEARS IN
RELATED QUESTIONS
Determine `l_92 and l_93, "given that" l_91 = 97, d_91 = 38 and q_92 = 27/59`
In an assignment problem, if number of column is greater than number of rows, then a dummy column is added.
State whether the following is True or False :
In assignment problem, each facility is capable of performing each task.
Solve the following problem :
A plant manager has four subordinates, and four tasks to be performed. The subordinates differ in efficiency and the tasks differ in their intrinsic difficulty. This estimate of the time each man would take to perform each task is given in the effectiveness matrix below.
I | II | III | IV | |
A | 7 | 25 | 26 | 10 |
B | 12 | 27 | 3 | 25 |
C | 37 | 18 | 17 | 14 |
D | 18 | 25 | 23 | 9 |
How should the tasks be allocated, one to a man, as to minimize the total man hours?
In an assignment problem if number of rows is greater than number of columns, then dummy ______ is added
A departmental head has four subordinates and four tasks to be performed. The subordinates differ in efficiency and the tasks differ in their intrinsic difficulty. His estimates of the time each man would take to perform each task is given below:
Tasks | |||||
1 | 2 | 3 | 4 | ||
Subordinates | P | 8 | 26 | 17 | 11 |
Q | 13 | 28 | 4 | 26 | |
R | 38 | 19 | 18 | 15 | |
S | 9 | 26 | 24 | 10 |
How should the tasks be allocated to subordinates so as to minimize the total manhours?
Choose the correct alternative:
In an assignment problem involving four workers and three jobs, total number of assignments possible are
A car hire company has one car at each of five depots a, b, c, d and e. A customer in each of the fine towers A, B, C, D and E requires a car. The distance (in miles) between the depots (origins) and the towers(destinations) where the customers are given in the following distance matrix.
a | b | c | d | e | |
A | 160 | 130 | 175 | 190 | 200 |
B | 135 | 120 | 130 | 160 | 175 |
C | 140 | 110 | 155 | 170 | 185 |
D | 50 | 50 | 80 | 80 | 110 |
E | 55 | 35 | 70 | 80 | 105 |
How should the cars be assigned to the customers so as to minimize the distance travelled?
A job production unit has four jobs P, Q, R, and S which can be manufactured on each of the four machines I, II, III, and IV. The processing cost of each job for each machine is given in the following table:
Job | Machines (Processing cost in ₹) |
|||
I | II | III | IV | |
P | 31 | 25 | 33 | 29 |
Q | 25 | 24 | 23 | 21 |
R | 19 | 21 | 23 | 24 |
S | 38 | 36 | 34 | 40 |
Find the optimal assignment to minimize the total processing cost.
A plant manager has four subordinates and four tasks to perform. The subordinates differ in efficiency and task differ in their intrinsic difficulty. Estimates of the time subordinate would take to perform tasks are given in the following table:
I | II | III | IV | |
A | 3 | 11 | 10 | 8 |
B | 13 | 2 | 12 | 2 |
C | 3 | 4 | 6 | 1 |
D | 4 | 15 | 4 | 9 |
Complete the following activity to allocate tasks to subordinates to minimize total time.
Solution:
Step I: Subtract the smallest element of each row from every element of that row:
I | II | III | IV | |
A | 0 | 8 | 7 | 5 |
B | 11 | 0 | 10 | 0 |
C | 2 | 3 | 5 | 0 |
D | 0 | 11 | 0 | 5 |
Step II: Since all column minimums are zero, no need to subtract anything from columns.
Step III: Draw the minimum number of lines to cover all zeros.
I | II | III | IV | |
A | 0 | 8 | 7 | 5 |
B | 11 | 0 | 10 | 0 |
C | 2 | 3 | 5 | 0 |
D | 0 | 11 | 0 | 5 |
Since minimum number of lines = order of matrix, optimal solution has been reached
Optimal assignment is A →`square` B →`square`
C →IV D →`square`
Total minimum time = `square` hours.