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 |
उत्तर
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
संबंधित प्रश्न
Determine `l_92 and l_93, "given that" l_91 = 97, d_91 = 38 and q_92 = 27/59`
In a factory there are six jobs to be performed each of which should go through two machines A and B in the order A - B. The processing timing (in hours) for the jobs arc given here. You are required to determine the sequence for performing the jobs that would minimize the total elapsed time T. What is the value of T? Also find the idle time for machines · A and B.
Jobs | J1 | J2 | J3 | J4 | J5 | J6 |
Machine A | 1 | 3 | 8 | 5 | 6 | 3 |
MAchine B | 5 | 6 | 3 | 2 | 2 | 10 |
Solve the following problem :
A plant manager has four subordinates, and four tasks to be performed. The subordinates differ in efficiency and the tasks differ in their intrinsic difficulty. This estimate of the time each man would take to perform each task is given in the effectiveness matrix below.
I | II | III | IV | |
A | 7 | 25 | 26 | 10 |
B | 12 | 27 | 3 | 25 |
C | 37 | 18 | 17 | 14 |
D | 18 | 25 | 23 | 9 |
How should the tasks be allocated, one to a man, as to minimize the total man hours?
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
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.
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 |
Choose the correct alternative:
Number of basic allocation in any row or column in an assignment problem can be
Choose the correct alternative:
In an assignment problem involving four workers and three jobs, total number of assignments possible are
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?
A job production unit has four jobs P, Q, R, and S which can be manufactured on each of the four machines I, II, III, and IV. The processing cost of each job for each machine is given in the following table:
Job | Machines (Processing cost in ₹) |
|||
I | II | III | IV | |
P | 31 | 25 | 33 | 29 |
Q | 25 | 24 | 23 | 21 |
R | 19 | 21 | 23 | 24 |
S | 38 | 36 | 34 | 40 |
Find the optimal assignment to minimize the total processing cost.