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 | |
Advertisements
उत्तर
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
संबंधित प्रश्न
Determine `l_92 and l_93, "given that" l_91 = 97, d_91 = 38 and q_92 = 27/59`
Five wagons are available at stations 1, 2, 3, 4, and 5. These are required at 5 stations I, II, III, IV, and V. The mileage between various stations are given in the table below. How should the wagons be transported so as to minimize the mileage covered?
| I | II | III | IV | V | |
| 1 | 10 | 5 | 9 | 18 | 11 |
| 2 | 13 | 9 | 6 | 12 | 14 |
| 3 | 3 | 2 | 4 | 4 | 5 |
| 4 | 18 | 9 | 12 | 17 | 15 |
| 5 | 11 | 6 | 14 | 19 | 10 |
Fill in the blank :
An _______ is a special type of linear programming problem.
Choose the correct alternative:
The assignment problem is said to be balanced if ______
State whether the following statement is True or False:
In assignment problem each worker or machine is assigned only one job
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)
A computer centre has got three expert programmers. The centre needs three application programmes to be developed. The head of the computer centre, after studying carefully the programmes to be developed, estimates the computer time in minitues required by the experts to the application programme as follows.
| Programmers | ||||
| P | Q | R | ||
| Programmers | 1 | 120 | 100 | 80 |
| 2 | 80 | 90 | 110 | |
| 3 | 110 | 140 | 120 | |
Assign the programmers to the programme in such a way that the total computer time is least.
Assign four trucks 1, 2, 3 and 4 to vacant spaces A, B, C, D, E and F so that distance travelled is minimized. The matrix below shows the distance.
| 1 | 2 | 3 | 4 | |
| A | 4 | 7 | 3 | 7 |
| B | 8 | 2 | 5 | 5 |
| C | 4 | 9 | 6 | 9 |
| D | 7 | 5 | 4 | 8 |
| E | 6 | 3 | 5 | 4 |
| F | 6 | 8 | 7 | 3 |
Choose the correct alternative:
North – West Corner refers to ______
Choose the correct alternative:
The purpose of a dummy row or column in an assignment problem is to
