Assignment Problem: Dr. Keerti Jain Niit University Neemrana
Assignment Problem: Dr. Keerti Jain Niit University Neemrana
PROBLEM
10/03/20
THE ASSIGNMENT PROBLEM
10/03/20
THE ASSIGNMENT PROBLEM
10/03/20
THE ASSIGNMENT PROBLEM EXAMPLE
10/03/20
THE ASSIGNMENT PROBLEM EXAMPLE
10/03/20
HUNGARIAN METHOD EXAMPLE
10/03/20
HUNGARIAN METHOD EXAMPLE 2
10/03/20
HUNGARIAN METHOD
EXAMPLE 2
• A feasible assignment is not possible at this moment.
• In such a case, The procedure is to draw a minimum number of lines
through some of the rows and columns, Such that all zero values are
crossed out.
10/03/20
HUNGARIAN METHOD EXAMPLE 2
The next step is to select the smallest uncrossed out element. This
element is subtracted from every uncrossed out element and added
to every element at the intersection of two lines.
10/03/20
HUNGARIAN METHOD
EXAMPLE 2
• We can now easily assign to the zero values. Solution is to assign (1
to 1), (2 to 3), (3 to 2) and (4 to 4).
• If drawing lines do not provide an easy solution, then we should
perform the task of drwaing lines one more time.
• Actually, we should continue drawing lines until a feasible assignment
is possible.
10/03/20