Assignment - Problem - 2 Examples
Assignment - Problem - 2 Examples
Problem
Hungarian Method Example
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.
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.