E1605 Assignment Problem
E1605 Assignment Problem
Problem
The Assignment Problem
In many business situations, management needs to
assign - personnel to jobs, - jobs to machines, -
machines to job locations, or - salespersons to
territories.
Consider the situation of assigning n jobs to n
machines.
When a job i (=1,2,....,n) is assigned to machine j
(=1,2, .....n) that incurs a cost Cij.
The objective is to assign the jobs to machines at the
least possible total cost.
The Assignment Problem
This situation is a special case of the
Transportation Model And it is known as the
assignment problem.
Here, jobs represent “sources” and machines
represent “destinations.”
The supply available at each source is 1 unit
And demand at each destination is 1 unit.
The Assignment Problem
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.