Advertisements
Advertisements
प्रश्न
Solve the following problem :
Solve the following assignment problem to maximize sales:
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 11 | 16 | 18 | 15 | 15 |
| B | 7 | 19 | 11 | 13 | 17 |
| C | 9 | 6 | 14 | 14 | 7 |
| D | 13 | 12 | 17 | 11 | 13 |
Advertisements
उत्तर
Step 1:
The given problem is maximization problem.
This can be converted to minimization problem by subtracting all the elements from the largest element which is 19.
Also, the number of rows is not equal to number of columns.
∴ It is an unbalanced assignment problem. It can be balanced by introducing a dummy salesman E with zero sales.
The resulting matrix is
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 8 | 3 | 1 | 4 | 4 |
| B | 12 | 0 | 8 | 6 | 2 |
| C | 10 | 13 | 5 | 5 | 12 |
| D | 6 | 7 | 2 | 8 | 6 |
| E | 0 | 0 | 0 | 0 | 0 |
Step 2: Row minimum
Subtract the smallest element in each row from every element in its row.
The matrix obtained is given below:
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 7 | 2 | 0 | 3 | 3 |
| B | 12 | 0 | 8 | 6 | 2 |
| C | 5 | 8 | 0 | 0 | 7 |
| D | 4 | 5 | 0 | 6 | 4 |
| E | 0 | 0 | 0 | 0 | 0 |
Step 3: Column minimum
Here, each column contains element zero.
∴ Matrix obtained by column minimum is same as above matrix.
Step 4:
Draw minimum number of vertical and horizontal lines to cover all zeros.
First cover all rows and columns which have maximum number of zeros.
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 7 | 2 | 0 | 3 | 3 |
| B | 12 | 0 | 8 | 6 | 2 |
| C | 5 | 8 | 0 | 0 | 7 |
| D | 4 | 5 | 0 | 6 | 4 |
| E | 0 | 0 | 0 | 0 | 0 |
Step 5:
From step 4, minimum number of lines covering all the zeros are 4, which is less than order of matrix, i.e., 5.
∴ Select smallest element from all the uncovered elements, i.e., 2 and subtract it from all the uncovered elements and add it to the elements which lie at the intersection of two lines.
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 5 | 2 | 0 | 1 | 1 |
| B | 10 | 0 | 8 | 4 | 0 |
| C | 5 | 10 | 2 | 0 | 7 |
| D | 2 | 5 | 0 | 4 | 2 |
| E | 0 | 2 | 2 | 0 | 0 |
Step 6:
Draw minimum number of vertical and horizontal lines to cover all zeros.
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 5 | 2 | 0 | 1 | 1 |
| B | 10 | 0 | 8 | 4 | 0 |
| C | 5 | 10 | 2 | 0 | 7 |
| D | 2 | 5 | 0 | 4 | 2 |
| E | 0 | 2 | 2 | 0 | 0 |
Step 7:
From step 6, minimum number of lines covering all the zeros are 4, which is less than order of matrix, i.e., 5.
∴ Select smallest element from all the uncovered elements, i.e., 1 and subtract it from all the uncovered elements and add it to the elements which lie at the intersection of two lines.
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 4 | 1 | 0 | 1 | 0 |
| B | 10 | 0 | 9 | 5 | 0 |
| C | 4 | 9 | 2 | 0 | 6 |
| D | 1 | 4 | 0 | 4 | 1 |
| E | 0 | 2 | 3 | 1 | 0 |
Step 8:
Draw minimum number of vertical and horizontal lines to cover all zeros.
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 4 | 1 | 0 | 1 | 0 |
| B | 10 | 0 | 9 | 5 | 0 |
| C | 4 | 9 | 2 | 0 | 6 |
| D | 1 | 4 | 0 | 4 | 1 |
| E | 0 | 2 | 3 | 1 | 0 |
Step 9:
From step 8, minimum number of lines covering all the zeros are 5, which is equal to order of the matrix, i.e., 5.
∴ Select a row with exactly one zero, enclose that zero in () and cross out all zeros in its respective column.
Similarly, examine each row and column and mark the assignment ().
∴ The matrix obtained is as follows:
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 4 | 1 | 0 | 1 | 0 |
| B | 10 | 0 | 9 | 5 | 0 |
| C | 4 | 9 | 2 | 0 | 6 |
| D | 1 | 4 | 0 | 4 | 1 |
| E | 0 | 2 | 3 | 1 | 0 |
∴ The optimal solution is
| Salesman | Territories | Sales |
| A | V | 15 |
| B | II | 19 |
| C | IV | 14 |
| D | III | 17 |
| E | I | 0 |
∴ Maximum sales = 15 + 19 + 14 + 17 + 0
= 65 units.
Note that no salesman will be assigned at territory I, since it gets dummy salesman E.
संबंधित प्रश्न
Four new machines M1, M2, M3 and M4 are to be installed in a machine shop. There are five vacant places A, B, C, D and E available. Because of limited space, machine M2 cannot be placed at C and M3 cannot be placed at A. The cost matrix is given below:
| Machines | Places | ||||
| A | B | C | D | E | |
| M1 | 4 | 6 | 10 | 5 | 6 |
| M2 | 7 | 4 | – | 5 | 4 |
| M3 | – | 6 | 9 | 6 | 2 |
| M4 | 9 | 3 | 7 | 2 | 3 |
Find the optimal assignment schedule.
A company has a team of four salesmen and there are four districts where the company wants to start its business. After taking into account the capabilities of salesmen and the nature of districts, the company estimates that the profit per day in rupees for each salesman in each district is as below:
| Salesman | District | |||
| 1 | 2 | 3 | 4 | |
| A | 16 | 10 | 12 | 11 |
| B | 12 | 13 | 15 | 15 |
| C | 15 | 15 | 11 | 14 |
| D | 13 | 14 | 14 | 15 |
Find the assignment of salesman to various districts which will yield maximum profit.
Fill in the blank :
An assignment problem is said to be unbalanced when _______.
Fill in the blank :
If the given matrix is not a _______ matrix, the assignment problem is called an unbalanced problem.
Fill in the blank :
A dummy row(s) or column(s) with the cost elements as _______ is added to the matrix of an unbalanced assignment problem to convert into a square matrix.
Maximization assignment problem is transformed to minimization problem by subtracting each entry in the table from the _______ value in the table.
Fill in the blank :
In an assignment problem, a solution having _______ total cost is an optimum solution.
Fill in the blank :
In maximization type, all the elements in the matrix are subtracted from the _______ element in the matrix.
State whether the following is True or False :
The purpose of dummy row or column in an assignment problem is to obtain balance between total number of activities and total number of resources.
State whether the following is True or False
In number of lines (horizontal on vertical) > order of matrix then we get optimal solution.
Solve the following problem :
The estimated sales (tons) per month in four different cities by five different managers are given below:
| Manager | Cities | |||
| P | Q | R | S | |
| I | 34 | 36 | 33 | 35 |
| II | 33 | 35 | 31 | 33 |
| III | 37 | 39 | 35 | 35 |
| IV | 36 | 36 | 34 | 34 |
| V | 35 | 36 | 35 | 33 |
Find out the assignment of managers to cities in order to maximize sales.
Choose the correct alternative:
The cost matrix of an unbalanced assignment problem is not a ______
An unbalanced assignment problems can be balanced by adding dummy rows or columns with ______ cost
A ______ assignment problem does not allow some worker(s) to be assign to some job(s)
State whether the following statement is True or False:
To convert the assignment problem into maximization problem, the smallest element in the matrix is to deducted from all other elements
Find the assignments of salesman to various district which will yield maximum profit
| Salesman | District | |||
| 1 | 2 | 3 | 4 | |
| A | 16 | 10 | 12 | 11 |
| B | 12 | 13 | 15 | 15 |
| C | 15 | 15 | 11 | 14 |
| D | 13 | 14 | 14 | 15 |
State whether the following statement is true or false:
To convert a maximization-type assignment problem into a minimization problem, the smallest element in the matrix is deducted from all elements of the matrix.
A marketing manager has list of salesmen and territories. Considering the travelling cost of the salesmen and the nature of territory, the marketing manager estimates the total of cost per month (in thousand rupees) for each salesman in each territory. Suppose these amounts are as follows:
| Salesman | Territories | ||||
| I | II | III | IV | V | |
| A | 11 | 16 | 18 | 15 | 15 |
| B | 7 | 19 | 11 | 13 | 17 |
| C | 9 | 6 | 14 | 14 | 7 |
| D | 13 | 12 | 17 | 11 | 13 |
Find the assignment of salesman to territories that will result in minimum cost.
