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
संबंधित प्रश्न
Five different machines can do any of the five required jobs, with different profits resulting from each assignment as shown below:
| Job | Machines (Profit in ₹) | ||||
| A | B | C | D | E | |
| 1 | 30 | 37 | 40 | 28 | 40 |
| 2 | 40 | 24 | 27 | 21 | 36 |
| 3 | 40 | 32 | 33 | 30 | 35 |
| 4 | 25 | 38 | 40 | 36 | 36 |
| 5 | 29 | 62 | 41 | 34 | 39 |
Find the optimal assignment schedule.
The assignment problem is said to be unbalance if ______
In an assignment problem, if number of column is greater than number of rows, then a dummy column is added.
Choose the correct alternative:
Assignment Problem is special case of ______
Choose the correct alternative:
When an assignment problem has more than one solution, then it is ______
State whether the following statement is True or False:
The objective of an assignment problem is to assign number of jobs to equal number of persons at maximum cost
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
Choose the correct alternative:
Number of basic allocation in any row or column in an assignment problem can be
Choose the correct alternative:
If number of sources is not equal to number of destinations, the assignment problem is called ______
A dairy plant has five milk tankers, I, II, III, IV and V. Three milk tankers are to be used on five delivery routes A, B, C, D and E. The distances (in kms) between the dairy plant and the delivery routes are given in the following distance matrix.
| I | II | III | IV | V | |
| A | 150 | 120 | 175 | 180 | 200 |
| B | 125 | 110 | 120 | 150 | 165 |
| C | 130 | 100 | 145 | 160 | 170 |
| D | 40 | 40 | 70 | 70 | 100 |
| E | 45 | 25 | 60 | 70 | 95 |
How should the milk tankers be assigned to the chilling center so as to minimize the distance travelled?
