Assignment Model
Assignment Model
Given n facilities, n jobs and the effectiveness of each facility to each job, here the
problem is to assign each facility to one and only one job so that the measure of
effectiveness is optimized. Here, optimization means Maximization or Minimization.
For example, the head of the department may have 6 people available for assignment
and 6 jobs to fill. Here the head may like to know which job should be assigned to
which person so that all tasks can be accomplished in the shortest time possible.
Assignment model is out to minimize time or cost.
We use Hungarian method to solve assignment model questions.
Characteristics of linear programming assignment problems:
The matrix of the problem must be a square matrix.
The rows and columns must have one to one allocation. Because of this property,
the matrix must be a square matrix.
It not a square matrix, balance the problem, by opening a dummy row or dummy
column with its cost or time coefficients as zero.
The basic feasible solution is obtained by Hungarian method
The optimum solution for the problem is such that there can be one and only one
assignment in a given row or column of the given payoff matrix.
Problem:
There are 5 jobs namely, A, B, C, D, and E. These are to be assigned to 5 machines P, Q,
R, S and T to minimize the cost of production. The cost matrix is given below. Assign the
jobs to machine on one to one basis.
Solution:
Step1: To find ROCM
Solution:
COCM
The COCM has at least one zero in every column and row, this itself can be considered as
TOCM, because as the zero is the lowest number in each column, the matrix remains
unchanged. If we cover all the zeros by drawing horizontal and vertical lines, we get only
four lines. Applying step 7 we get the following matrix.
As there are five lines that cover all zeros, we can make assignment.
Alternate solution: