Advertisements
Advertisements
प्रश्न
What is the difference between Assignment Problem and Transportation Problem?
उत्तर
The assignment problem is a special case of the transportation problem.
The differences are given below:
Transportation Problem | Assignment Problem |
1. This is about reducing the cost of transportation merchandise | 1. This is about assigning finite sources to finite destinations where only one destination is allotted for one source with a minimum cost |
2. Number of sources and number of demand need not be equal | 2. Number of sources and the number of destinations must be equal |
3. If total demand and total supply are not equal then the problem is said to be unbalanced. | 3. If the number of rows is not equal to the number of columns then problems are unbalanced. |
4. It requires 2 stages to solve: Getting initial basic feasible solution, by NWC, LCM, VAM and optimal solution by MODI method | 4. It has only one stage. Hungarian method is sufficient for obtaining an optimal solution |
APPEARS IN
संबंधित प्रश्न
Solve the following maximal assignment problem :
Branch Manager | Monthly Business ( Rs. lakh) | |||
A | B | C | D | |
P | 11 | 11 | 9 | 9 |
Q | 13 | 16 | 11 | 10 |
R | 12 | 17 | 13 | 8 |
S | 16 | 14 | 16 | 12 |
State whether the following is True or False :
In assignment problem, each facility is capable of performing each task.
Choose the correct alternative:
The assignment problem is generally defined as a problem of ______
Choose the correct alternative:
The assignment problem is said to be balanced if ______
If the given matrix is ______ matrix, the assignment problem is called balanced problem
State whether the following statement is True or False:
In assignment problem each worker or machine is assigned only one job
Give mathematical form of Assignment problem
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 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.