Advertisements
Advertisements
प्रश्न
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 |
Advertisements
उत्तर
Since the number of columns is less than the number of rows, the given assignment problem is unbalanced one.
To balance it, introduce two dummy columns with all the entries zeros.
The revised assignment problem is
| Trucks | |||||
| 1 | 2 | 3 | 4 | ||
| A | 4 | 7 | 3 | 7 | |
| B | 8 | 2 | 5 | 5 | |
| Vacant Spaces | C | 4 | 9 | 6 | 9 |
| D | 7 | 5 | 4 | 8 | |
| E | 6 | 3 | 5 | 4 | |
| F | 6 | 8 | 7 | 3 | |
Here only 4 tasks can be assigned to 4 vacant spaces.
Step 1: It is not necessary, since each row contains zero entry. Go to step 2.
| Trucks | |||||||
| 1 | 2 | 3 | 4 | d1 | d2 | ||
| A | 0 | 5 | 0 | 4 | 0 | 0 | |
| B | 4 | 0 | 2 | 2 | 0 | 0 | |
| Vacant Spaces | C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 | |
| E | 2 | 1 | 2 | 1 | 0 | 0 | |
| F | 2 | 6 | 4 | 0 | 0 | 0 | |
Step 3: (Assignment)
Since each row contains more than one zeros. Go to step 4.
Step 4: Examine the columns with exactly one zero, mark the zero by □ Mark other zeros in its rows by X.
| Trucks | |||||||
| 1 | 2 | 3 | 4 | d1 | d2 | ||
| A | 0 | 5 | 0 | 4 | 0 | 0 | |
| B | 4 | 0 | 2 | 2 | 0 | 0 | |
| Vacant Spaces | C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 | |
| E | 2 | 1 | 2 | 1 | 0 | 0 | |
| F | 2 | 6 | 4 | 0 | 0 | 0 | |
| Trucks | |||||||
| 1 | 2 | 3 | 4 | d1 | d2 | ||
| A | 0 | 5 | 0 | 4 | 0 | 0 | |
| B | 4 | 0 | 2 | 2 | 0 | 0 | |
| Vacant Spaces | C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 | |
| E | 2 | 1 | 2 | 1 | 0 | 0 | |
| F | 2 | 6 | 4 | 0 | 0 | 0 | |
Step 5: Here all the four assignments have been made we can assign d1 for D then we will get d2 for E.
| Trucks | |||||||
| 1 | 2 | 3 | 4 | d1 | d2 | ||
| A | 0 | 5 | 0 | 4 | 0 | 0 | |
| B | 4 | 0 | 2 | 2 | 0 | 0 | |
| Vacant Spaces | C | 0 | 7 | 3 | 6 | 0 | 0 |
| D | 3 | 3 | 1 | 5 | 0 | 0 | |
| E | 2 | 1 | 2 | 1 | 0 | 0 | |
| F | 2 | 6 | 4 | 0 | 0 | 0 | |
The optimal assignment schedule and total distance is
| Vacant | Trucks | Total distances |
| A | 3 | 3 |
| B | 2 | 2 |
| C | 1 | 4 |
| D | d1 | 0 |
| E | d2 | 0 |
| F | 4 | 3 |
| Total | 12 | |
∴ The Optimum Distant (minimum) = 12 units.
APPEARS IN
संबंधित प्रश्न
A job production unit has four jobs A, B, C, D which can be manufactured on each of the four machines P, Q, R and S. The processing cost of each job is given in the following table:
|
Jobs
|
Machines |
|||
|
P |
Q |
R |
S |
|
|
Processing Cost (Rs.)
|
||||
|
A |
31 |
25 |
33 |
29 |
|
B |
25 |
24 |
23 |
21 |
|
C |
19 |
21 |
23 |
24 |
|
D |
38 |
36 |
34 |
40 |
How should the jobs be assigned to the four machines so that the total processing cost is minimum?
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 |
The assignment problem is said to be balanced if ______.
Fill in the blank :
An _______ is a special type of linear programming problem.
What is the difference between Assignment Problem and Transportation Problem?
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.
Choose the correct alternative:
The purpose of a dummy row or column in an assignment problem is to
Choose the correct alternative:
The solution for an assignment problem is optimal if
Choose the correct alternative:
In an assignment problem involving four workers and three jobs, total number of assignments possible are
