A Modified Approach For Assignment Method: Anju Khandelwal
A Modified Approach For Assignment Method: Anju Khandelwal
Abstract- The Assignment Problem is one of the most-studied, well known and important problems in Mathematics. It is one of the
fundamental Combinatorial Optimization Problem in the field of Optimization or Operations Research in Mathematics. It is a particular
case of Transportation Problem where the objective is to assign the resources to the activities so as to minimize total cost or maximize total
profit of allocation.
In this paper we proposed Modified Assignment Approach for solution of Assignment problem. The algorithm of this approach is
presented, and explained briefly with numerical instance to show its efficiency. Also its comparison with Hungarian Algorithm is shown.
Sol. For the given cost matrix, Find minimum unit cost for 2. Five men are available to do five different jobs. From
each row, whichever minimum value is available in the past records, the time (in hours) that each man takes to
respecting column, select it and write it in term of do each job is known and given in the following table:
ISSN:2278-5299 137
International Journal of Latest Research in Science and Technology.
Man Job I III
I II III IV V A I , III A 2 2
A 2 9 2 7 1 D I D 4 7
B 6 8 7 6 1
C 4 6 5 3 1 Hence the optimum assignment is:
D 4 2 7 3 1 Man Job Min. Time Taken (Hours)
E 5 3 5 9 1 A III 2
B V 1
Find the assignment of men to jobs that will minimize
the total time taken. C IV 3
D I 4
Sol. For the given cost matrix, Find minimum unit cost E II 3
for each row, whichever minimum value is available in
the respecting column, select it and write it in term of
activities under column 2. Continue this process for all Minimum time taken = 13 hours.
the rows and write in term of Activities.
IV. CONCLUSION
Man Job I II III IV V In the past, many practitioners as well as researchers
A V A 2 9 2 7 1 applied Hungarian method in order to solve assignment
B V B 6 8 7 6 1 problems. The goal is to find an optimal assignment of agents
to jobs without assigning an agent more than once and
C V C 4 6 5 3 1 ensuring that all tasks are completed. The proposed method
D V D 4 2 7 3 1 uses a new linear space solution to solve balanced assignment
E V E 5 3 5 9 1 problems. Based on an experiment our proposed method
provides same optimal cost than of the Hungarian method. It
has been found that although the resultant obtained via this
(Since we get unique Job for Man A, B, C, D and E , so method is same but the numbers of Iterations have been
we find the difference between the minimum to next reduced which consecutively saves time and easier to
minimum and assign the max. value from all and delete perform. This approach is also useful for solving
the corresponding row and column.) Again repeat the transportation problem network flow problem etc.
process.
REFERENCES
Man Job I II III IV
[1] Kuhn, H.W., “The Hungarian Method for the Assignment Problem”,
A I , III A 2 9 2 7 Naval Research Logistics Quarterly, 2:83-97, 1995.
C IV C 4 6 5 3 [2] S. P. Eberhardt, T. Duad, A. Kerns, T. X. Brown, A. P. Thakoor,
“Competitive Neural Architecture for Hardware Solution to the
D II D 4 2 7 3 Assignment Problem”, Neural Network, 4(4), 431-442, 1991.
E II E 5 3 9 5 [3] D. Avis, L. Devroye, “An Analysis of a Decomposition Heuristic for
the Assignment Problem”, Oper. Res. Lett., 3(6), 279-283, 1995.
[4] L. A. Zadeh, Quantitative fuzzy semantics, Inf. Sci. 3, 159-176, 1971.
Since man C perform unique job IV so assign this and
delete the corresponding row and column. again repeat [5] H.W. Kuhn, On the Origin of the Hungarian Method, in: History of
Mathematical Programming – A Collection of Personal eminescences
the process (J.K. Lenstra,A.H.G. Rinnooy Kan, A. Schrijver, Eds) CWI
Amsterdam and North-Holland,Amsterdam, 1991, pp. 77-81.
Man Job I II III [6] G. R. Burkard, M. Dell'Amico, and S. Martello,“Assignment
Problems”, Siam Society for Industrial and Applied Mathematics,
A I , III A 2 9 2 Philadelphia, 2009.
D II D 4 2 7
E II E 5 3 9
ISSN:2278-5299 138