Advertisements
Advertisements
प्रश्न
Find the optimal solution for the assignment problem with the following cost matrix.
Area | |||||
1 | 2 | 3 | 4 | ||
P | 11 | 17 | 8 | 16 | |
Salesman | Q | 9 | 7 | 12 | 6 |
R | 13 | 16 | 15 | 12 | |
S | 14 | 10 | 12 | 11 |
उत्तर
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.
Area | |||||
1 | 2 | 3 | 4 | ||
P | 3 | 9 | 0 | 8 | |
Salesman | Q | 3 | 1 | 6 | 0 |
R | 1 | 4 | 3 | 0 | |
S | 4 | 0 | 2 | 1 |
Step 2: Select the smallest element in each column and subtract this from all the elements in its column.
Area | |||||
1 | 2 | 3 | 4 | ||
P | 2 | 9 | 0 | 8 | |
Salesman | Q | 2 | 1 | 6 | 0 |
R | 0 | 4 | 3 | 0 | |
S | 3 | 0 | 2 | 1 |
Step 3: (Assignment)
Examine the rows with exactly one zero. Mark the zero by □ Mark other zeros in its column by X
Area | |||||
1 | 2 | 3 | 4 | ||
P | 2 | 9 | 0 | 8 | |
Salesman | Q | 2 | 1 | 6 | 0 |
R | 0 | 4 | 3 | 0 | |
S | 3 | 0 | 2 | 1 |
Thus all the four assignments have been made.
The optimal assignment schedule and total cost.
Salesman | Area | Cost |
P | 3 | 8 |
Q | 4 | 6 |
R | 1 | 13 |
S | 2 | 10 |
Total | 37 |
The Optimum cost (minimum) = ₹ 37
APPEARS IN
संबंधित प्रश्न
Solve the following minimal assignment problem :
Machines | A | B | C | D | E |
M1 | 27 | 18 | ∞ | 20 | 21 |
M2 | 31 | 24 | 21 | 12 | 17 |
M3 | 20 | 17 | 20 | ∞ | 16 |
M4 | 21 | 28 | 20 | 16 | 27 |
Determine `l_92 and l_93, "given that" l_91 = 97, d_91 = 38 and q_92 = 27/59`
State whether the following is True or False :
In assignment problem, each facility is capable of performing each task.
In an assignment problem if number of rows is greater than number of columns, then dummy ______ is added
State whether the following statement is True or False:
In assignment problem, if number of columns is greater than number of rows, then a dummy row is added
What is the Assignment problem?
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:
If number of sources is not equal to number of destinations, the assignment problem is called ______
Choose the correct alternative:
The purpose of a dummy row or column in an assignment problem is to
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.