CHAPTER Five Transiportation Problem
CHAPTER Five Transiportation Problem
CHAPTER Five Transiportation Problem
CHAPTER FIVE
TRANSPORTATION PROBLEM
Introduction
Let
m n
min z=∑ ∑ c ij x ij
i=1 j=1
subject ¿
n
The constraint jin the second set of constraints ensures that the total units
transported to the destination j is greater than or equal to its demand.
∑ x ij =a ij for i =1,2, ⋯ ,m
j=1
m
Step 1:- Formulation the problem and setup in the matrix form
Obtain an initial basic feasible solution by any of the following three methods
The North West corner rule is a method for computing an initial basic
feasible solution of a transportation problem where the basic variables are
selected from the North –West corner
Steps
2. Adjust the supply and demand numbers in the respective rows and
columns allocation.
3. If the supply for the first row is exhausted then move down to the
first cell in the second row.
4. If the demand for the first cell is satisfied then move horizontally to
the next cell in the second column.
5. If for any cell supply equals demand then the next allocation can be
made in cell either in the next row or column.
Steps
2. If there are two or more minimum costs, select the row and the
column corresponding to the lower numbered row.
3. If they appear in the same row, select the lower numbered column.
4. Choose the value of the corresponding x ij as much as possible subject
to the capacity and requirement constraints.
5. If demand is satisfied, delete that column.
6. If supply is exhausted, delete that row.
7. Repeat steps 1-6 until all restrictions are satisfied
Steps
The initial solution obtain by any of the above methods must satisfy the
following condition
The solution must be feasible. I.e. it must satisfy all the supply and
demand constrains (also called rim condition).
The number of positive allocation must be equal to m+n−1 when m
is the number of rows and nis the number of columns.
Any solution that satisfies the above condition is called non-degenerate basic
feasible solution, otherwise degenerate basic feasible solution.
Step one: - For any initial basic feasible solution with m+n−1occupied cells
calculate ui∧v j for rows and columns by using the following formula
c ij =ui + v j
Step two: - For unoccupied cells calculate opportunity cost by using the
relationship
d ij =c ij −( ui + v j ) for all i∧ j
Step four: - Construct a close path (or loop) for the unoccupied cell with
largest negative opportunity cost. Start the closed path with the selected
unoccupied cell and mark a plus sign ¿in the cell, trace a path rows (or
columns) ¿and continue down the column (or row) to an occupied cell and
mark the corner with plus sign¿ and minus sign ¿alternatively. Close the path
back to the selected unoccupied cell.
Step five: - Select the smallest quantity among the cell marked with minus
sign on the corners of closed loop. Allocate this value to the selected
unoccupied cell and add it in to other occupied cell marked with plus sign
and subtract it from the occupied cell marked with minus signs.
Step seven: - Test the revised solution further for optimality. the procedure
terminates when all d ij ≥ 0 for unoccupied cells.
Stepping-Stone Method
Step two: - Begin at this square (the selected occupied cell). Trace a
closed path back to the original square (the selected unoccupied cell) via
squares that are currently being used (only horizontal or vertical moves
allowed).
Step three: - Beginning with a plus (+) sign at the unused square, place
alternate minus (-) signs and plus signs on each corner square of the closed
path just traced.
Step six: - If all indices computed are greater than or equal to zero, an
optimal solution has been reached.
The cell with the best negative improvement index is selected. This cell will
be filled with as many units as possible.
All empty cells are now evaluated again. If any cell has a negative index,
the process continues and a new solution is found.