Transportation and Assignment
Transportation and Assignment
Transportation and Assignment
TRANSPORTATION &
ASSIGNMENT PROBLEM
TRANSPORTATION PROBLEM
Transportation Problem is one of the subclasses of LPPs.
VAM is preferred over the other two methods since the initial
basic feasible solution obtained by this method is either optimal or
very close to the the optimal solution.
NORTH WEST CORNER RULE (NWCR)
Step 1: Starting with cell ath the upper left corner (North West) of
the transportation matrix we allocate as much as possible so that
either the capacity of the first row is exhausted or the destination
requirement of the first column is satisfied ie, xn = min(a1b1)
Step 2: If b1>a1, we move down vertically to the second row & make
the second allocation of magnitude x22=min (a2b1-xn) in the cell
(2,1)
If b1< a1, move horizontally to the second column and ,make the
second allocation of magnitude x12=min (a1,xn-b1) in the cell (1,2)
if b1=a1 there is a tie for the second allocation. We make the second
allocations of magnitude
x12=min(a1-a1,b1)=0 in the cell (1,2)
or x21=min (a2,b1-b1)=0 in the cell (2,1)
Step 3 : Repeat steps 1 & 2 moving down towards the lower right
corner of the transportation table untill all the rim requirements are
satisfied.
LEAST COST METHOD OR MATRIX MINIMA
METHOD
Step 1: Determine the smallest cost in the cost matrix of the transportation table. Let
it be cij. Allocate xij=min(ai,bj) in the cell (i,j)
Step 2: xij=a, cross of the ith row of the transportation table and decrease bj by ai.
Then go to step 3
xij=bj, cross of the jth column of the transportation table and decrease ai
by bj. Then go to step 3
if xij=ai=bj cross off either the ith row or the jth column but not both.
Step 2: Among the penalties as found in step 1, choose the maximum penalty. If this
maximum penalty is more than one, chose any one arbitarily
Assi: The no: of sources & Destinations must be equal. The cost Matrix Must be a Square Matrix
Tran: xij , the quantity to be transported from ‘ith’ origin to ‘jth’ destination can take any possible positive
values and satisfies the rim requirements.
Assi: xij the ‘jth’ job to be assigned to the ith’ person and can take either the value 1 0r zero
Tran: The capacity & the requirement value is equal to ai & bj for the ith’
source and jth’ destinations ( i=1, 2mj=1,2,….n)
Tran: The problem is unbalanced if the total supply and total demand are
not equal.
Assi: The problem is unbalanced if the cost matrix is not a square matrix
HUNGARIAN METHOD PROCEDURE
Step1 : Prepare a cost matrix. If the cost matrix is not a square matrix then add a dummy row
(column) with zero cost element.
Step 2 : Subtract the minimum element in each row from all the elements of the respective
rows.
Step 3 : Further modify the resulting matrix by subtracting the minimum element of each
column from all the elements of the respective column .Thus, obtain the modified the matrix .
Step 7 : (to make zero assignment) Examine the rows successively until a row-wise
exactly single zero is found. Circle(o)this zero to make assignment. Then mark a
cross(x) overall zeros if lying in the column of the circled zero, showing that they can
be considered for future assignment. Continue in this manner until all the zeros have
been examined. Repeat the same procedure for column also
Step 8 : Repeat the step 6 successively until one of the following situations arises-
Step 9 Thus exactly one marked circled zero in each row and each column
of the matrix is obtained. The assignment corresponding to these marked
circled zeros will give the optimal assignment.
UNBALANCED ASSIGNMENT
PROBLEM
To make its balanced we add a dummy row or dummy column with all the entries as
zero.
MAXIMISATION IN
ASSIGNMENT PROBLEM
Objective is to maximize the profit
To solve this we first convert the given profit matrix in to the loss matrix by
subtracting all the elements from the highest element of the given profit
matrix.
For this converted loss matrix we apply the steps in Hungarian method to
get the optimum assignment.
TRAVELLING SALESMAN PROBLEM
The objective is to select the sequence which the cities are visited in such a way that
the total travelling time is minimized .