Transportation Problem: by Dr. Athar Hussain Ansari Kimds
Transportation Problem: by Dr. Athar Hussain Ansari Kimds
By
Dr. ATHAR HUSSAIN ANSARI
KIMDS
1
.
Description
3
.
4
.
Formulating Transportation Problems
5
.
Table 1. Shipping costs (in Rs. 000), Supply, and
Demand for Power com. Example
From To
City 1 City 2 City 3 City 4 Supply
(Million kwh)
Plant 1 8 6 10 9 35
Plant 2 9 12 13 7 50
Plant 3 14 9 16 5 40
Demand 45 20 30 30 125
(Million kwh)
Transportation
6 Tableau
.
Solution
1. Decision Variable:
Since we have to determine how much electricity is
sent from each plant to each city;
7
.
Objective function
Minimize Z = 8x11+6x12+10x13+9x14
+9x21+12x22+13x23+7x24
+14x31+9x32+16x33+5x34
8
.
Supply Constraints
x11+x12+x13+x14 < 35
x21+x22+x23+x24 < 50
x31+x32+x33+x34 < 40
9
.
Demand Constraints
X11+X21+X31 > 45
X12+X22+X32 > 20
X13+X23+X33 > 30
X14+X24+X34 > 30
10
.
Sign Constraints
11
.
LP Formulation of Powerco’s Problem
Minimize Z = 8x11+6x12+10x13+9x14+9x21+12x22+13x23+7x24
+14x31+9x32+16x33+5x34
13
.
xij = number of units shipped from supply point i to
demand point j
m n
Minimize cij xij
i 1 j 1
n
Subject to xij ai i 1,2,.., m
j 1
m
xij bj j 1,2,.., n
i 1
xij 0 ; i 1,2,.., m, j 1,2,.., n
14
.
Balanced Transportation Problem
i m j n
ai b j
i 1 j 1
15
.
Balancing a TP if total supply exceeds total
demand
16
.
Balancing a transportation problem if total
supply is less than total demand
18
.
Methods to find the bfs for a balanced TP
3. Vogel’s Method
19
.
1. Northwest Corner Method
To find the bfs by the NWC method:
30
.
Least Cost Method
Step1: Select the cell with the lowest unit cost in the entire
transportation table and allocate as much as possible to
this cell and eliminate that row or column in which either
supply or demand is exhausted. If both row and column
are satisfied simultaneously only one may be crossed out.
In case the smallest unit cost cell is not unique, then select
the cell where maximum allocation can be made.
Step2: After adjusting the supply and demand for all
uncrossed out rows and columns of the transportation
table and allocate as much as possible to this cell and
eliminate that row or column in which either supply or
demand is exhausted.
Step3: Repeat the procedure until the entire available supply
and demand is satisfied.
31
.
This method allocates as much as possible to the least-
cost cell. Ties may be broken arbitrarily. Rows and
columns that have been completely allocated are not
considered, and the process of allocation is continued.
The procedure is completed when all row and column
requirements are addressed.
32
.
33
.
34
.
35
.
36
.
37
.
38
.
39
.
40
.
41
.
42
.
43
.
44
.
3. Vogel’s Method
Begin with computing each row and column a penalty.
The penalty will be equal to the difference between the
two smallest shipping costs in the row or column.
Identify the row or column with the largest penalty.
Find the first basic variable which has the smallest
shipping cost in that row or column. Then assign the
highest possible value to that variable, and cross-out the
row or column as in the previous methods. Compute
45 new penalties and use .the same procedure.
Vogel’s Approximation Method
Step1: Calculate penalties for each row (column) by taking
the difference between the smallest and next smallest unit
transportation cost in the same row (column). This
difference indicates the penalty or extra cost which has to
be paid if one fails to allocate to the cell with the
minimum unit transportation cost.
Step2: Select the row (column) with the largest penalty and
allocate as much as possible in the cell having the least
cost in the selected row (column) satisfying the supply
and demand conditions. If there is a tie in the value of
penalties, it can be broken by selecting the cell where
maximum allocation can be made.
46
.
Step3: Adjust the supply and demand and crossed out the
satisfied row (column). If row and column are satisfied
simultaneously, only one of them is crossed out and the
remaining row/column is assigned a zero supply/demand.
Any row/column with zero supply or demand should not
be used in computing future penalties.
Step4: Repeat Step1 to Step3 until the entire available
supply and demand are supply.
47
.
48
.
49
.
50
.
51
.
52
.
53
.
54
.
55
.
56
.
57
.
58
.