Transportation Problem
Submitted by: Mrs. Kajal Puri (Asstt. Prof. in PG department of Commerce and Management)
OUTLINE
The main typical issues in OR :
OPERATION RESEARCH
Transportation models deal can be formulated as a standard LP problem. Typical situation shown in the manufacturer example
W1, W2 and W3.
demand. Each plant transport to each warehouse, but transportation
cost vary for different combinations.
The problem is to determine the quantity each warehouse in order to minimize total transportation costs.
Introduction
SOLUTION PROCEDURE FOR TRANSPORTATION PROBLEM
This initial feasible solution may or may not be optimal. The only way you can find it out is to test it.
The format followed in the above table will be used throughout the unit.
Solution Procedure for Transportation Problem
Finding an Initial Feasible Solution
There are a number of methods for generating an initial feasible solution for a transportation problem.
Consider three of the following
(i) North West Corner Method
(ii) Least Cost Method
(iii) Vogel’s Approximation Method
NORTH WEST CORNER METHOD (NWCM)
The simplest of the procedures used to generate an initial feasible solution is NWCM. It is so called because we begin with the North West or upper left corner cell of our transportation table. Various steps of this method can be summarised as under.
Step 1
Select the North West (upper left-hand) corner cell of the transportation table and allocate as many units as possible equal to the minimum between available supply and demand requirement i.e., min (S1, D1).
Step 2
Adjust the supply and demand numbers in the respective rows
And columns allocation.
Step 3
(b) If the demand for the first column is satisfied, then move
horizontally to the next cell in the second column and first
row and go to step 2.
If for any cell, supply equals demand, then the next allocation can be made in cell either in the next row or column.
Step 4
Step 5
Continue the procedure until the total available quantity id fully allocated to the cells as required.
Remark 1: The quantities so allocated are circled to indicated, the value of the corresponding variable.
Remark 2: Empty cells indicate the value of the corresponding variable as zero, I.e., no unit is shipped to this cell.
To illustrate the NWCM,
As stated in this method, we start with the cell (P1 W1) and Allocate the min (S1, D1) = min (20,21)=20. Therefore we allocate 20 Units this cell which completely exhausts the supply of Plant P1 and leaves a balance of (21-20) =1 unit of demand at warehouse W1
Now, we move vertically downward to cell (P2 W1) At this stage the largest allocation possible is the (S2, D1 –20) =min (28, 1)= 1. This allocation of 1 unit to the cell (P1 W2). Since the demand of warehouse W2 is 25 units while supply available at plant P2 is 27 units, therefore, the min (27-5) = 25 units are located to the cell (P1 W2). The demand of warehouse W2 is now satisfied and a balance of (27-225) = 2 units of supply remain at plant P2. Moving again horizontally, we allocated two units to the cell (P2 W3) Which Completely exhaust the supply at plant P2 and leaves a balance of 17 units to this cell (P3, W3).. At this, 17 Units ae availbale at plant P3 and 17 units are required at warehouse W3. So we allocate 17 units to this cell (P3, W3). Hence we have made all the allocation. It may be noted here that there are 5 (+3+1) allocation which are necessary to proceed further. The initial feasible solution is shown below. The Total transportation cost for this initial solution is
Total Cost = 20x7 +1 X 5 + 25 x 7 + 2 X 3 + 17 + 8 = Rs. 462
LEAST COST METHOD
The allocation according to this method is very useful as it takes into consideration the lowest cost and therefore, reduce the computation as well as the amount of time necessary to arrive at the optimal solution.
Step 1
Step 2
Allocate as many units as possible to the cell determined in Step 1 and eliminate that row (column) in which either supply is exhausted or demand is satisfied.
Repeat Steps 1 and 2 for the reduced table until the entire supply at different plants is exhausted to satisfied the demand at different warehouses.
VOGEL’S APPROXIMATION METHOD (VAM)
This method is preferred over the other two methods because the initial feasible solution obtained is either optimal or very close to the optimal solution.
Step 1:
Compute a penalty for each row and column in the transportation table.
Step 2:
Identify the row or column with the largest penalty.
Step 3:
Repeat steps 1 and 2 for the reduced table until entire supply at plants are exhausted to satisfy the demand as different warehouses.
FINDING THE OPTIMAL SOLUTION
Once an initial solution has been found, the next step is to test that solution for optimality. The following two methods are widely used for testing the solutions:
The two methods differ in their computational approach but give exactly the same results and use the same testing procedure.
STEPPING-STONE METHOD
In this method we calculate the net cost change that can be obtained by introducing any of the unoccupied cells into the solution.
The Stepping Stone Method
MODIFIED DISTRIBUTION (MODI) METHOD
The MODI method is a more efficient procedure of evaluating the unoccupied cells. The modified transportation table of the initial solution is shown below
SPECIAL CASES IN TRANSPORTATION PROBLEM
Maximization In Transport Problems
Prohibited Routes
The initial feasible solution
The Optimal solution
EXAMPLE
Problem
i = number of sources
j = number of demands
i = number of sources
j = number of demands
Decision variable
Number of millions energy (kWh) produced from sources and sent to demands
x (i,j) = number of sources
x (i,j) > 0 (i = 1,2,3) and j=1,2,3,4)
j = number of demands
Constraints
cost =
Objective function
Model to be optimized
cij = variable cost
xij = number of unit transported from supply point i
to demand j
Objective function
Model to be optimized
cij = variable cost
xij = number of unit transported from supply point i
to demand j
REVIEW QUESTIONS AND EXERCISES