SlideShare a Scribd company logo
Faculty of Economics and Business Administration
Lebanese University
Chapter 4: Transportation problem
Dr. Kamel ATTAR
attar.kamel@gmail.com
! 2020 !
1
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
1 Definition and basic notation
2 Transportation Model
Balanced transportation problem
Un-balanced transportation problem
3 Methods for obtaining initial feasible basic solution
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
4 Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
2
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Definition
The transportation problem is a special type of linear programming problem where the objective
consists in minimizing transportation cost of a given commodity from a number of sources or
origins to a number of destinations.
In the transportation problem, we have
• m sources (warehouses, factories) producing
items, and
• n destinations (shops, businesses) requiring these
items.
The items need to be transported from sources to desti-
nations which has associated cost.
• The i-th source denotes by ai has available items
to transfer, and
• The j-th destination denotes by bj has demands
items to be delivered.
It costs cij to deliver one item from i-th source to j-th
destination.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
3
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Assumption: destinations do not care from which source the items come, and sources do not care
to which destinations they deliver.
Decision variables: xij = the number of items transported from the i-th source to j-th destination.
Objective: The goal is to minimize the total cost of transportation.
Minimize
m
i=1
n
j=1
cij xij
Subject to



n
j=1
xij = ui for i = 1, · · · , m
m
i=1
xij = vi for j = 1, · · · , n
with xij ≥ 0 for i = 1, · · · , m and j = 1, · · · , n
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
4
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
TABLE
b1 b2 b3 Supply
a1
c11
x11
c12
x12
c13
x13 u1
a2
c21
x21
c22
x22
c23
x23 u2
a3
c31
x31
c32
x32
c33
x33 u3
Demand v1 v2 v3 z =?
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
5
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Balanced transportation problem
Un-balanced transportation problem
# Transportation Model #
There are two different types of transportation problems based on the initial
given information balanced and un-balanced transportation problems.
# Balanced transportation problems #
Cases where the total supply is equal to the total amount demanded.
Factory Transportation Supply
X Y
A 6 8 24
B 4 3 40
Demand 40 24
64
64
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
6
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Balanced transportation problem
Un-balanced transportation problem
# Un-balanced transportation problems #
Cases where the total supply is less than or greater than to the total amount demanded.
• When the supply or availability is higher than the demand, a dummy destination is introduced in
the equation to make it equal to the supply (with shipping costs of 0$); the excess supply is
assumed to go to inventory.
Factory Transportation Supply
X Y
A 6 8 20
B 4 3 50
Demand 30 60
90
70
=⇒
Factory Transportation Supply
X Y
A 6 8 20
B 4 3 50
dummy 0 0 20
Demand 30 60
90
90
• On the other hand, when the demand is higher than the supply, a dummy source is introduced
in the equation to make it equal to the demand (in these cases there is usually a penalty cost
associated for not fulfilling the demand).
Factory Transportation Supply
X Y
A 6 8 30
B 4 3 60
Demand 20 50
70
90
=⇒
Factory Transportation Supply
X Y dummy
A 6 8 0 30
B 4 3 0 60
Demand 20 50 20
90
90
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
7
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
# Methods for obtaining initial feasible basic solution #
To find the optimal solution we use two steps.
• First we need to find the initial basic feasible solution by using one of the
following three methods
North-west corner , Least cost entry or Vogel’s Approximation Method
• Then we obtain an optimal solution by making successive improvements in
the initial basic feasible solution until no further decrease in transportation
cost is possible. We can use on of the following two methods:
Stepping Stone or Modified Distribution Method
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
8
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
# North-West Corner Method #
This method is the most systematic and easiest method for obtaining initial basic feasible solution.
To understand this method more clearly, let us take an example and discuss the rationale of
transportation problem.
Example
Transportation Availability in tons
(Cost per ton in $)
Factory W X Y sugar
A 4 16 8 72
B 8 24 16 102
C 8 16 24 41
Demand in Tons 56 82 77 215
Step‚ This problem is balanced since
m
i=1
ui
total supply
=
n
i=1
vi
total demand
= 215. If the problem is not
balanced, then we open a dummy column or row as the case may be and balance the problem.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
9
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Stepƒ Construct an empty m × n matrix, completed with rows & columns.
Step„ Indicate the rows and column totals at the end.
W X Y Quantity Supplied
A
4 16 8
72  
B
8 24 16
102  
C
8 16 24
41 
Demand 56  82  77   215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
9
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step… Starting with the first cell at the north west corner of the matrix :
• If u1 < v1 , then set x11 = u1 , remove the first row, and decrease v1 to v1 − u1.
• If u1 > v1 , then set x11 = v1, remove the first column, and decrease u1 to u1 − v1.
W X Y Quantity Supplied
A
4
56
16 8
72  16 
B
8
−
24 16
102  
C
8
−
16 24
41 
Demand 56 0 82  77   215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
9
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step† Repeat:
• If ui < vj , then set xij = ui , remove the i-th row, and decrease vj to vj − ui .
• If ui > vj , then set xij = vj , remove the j-th column, and decrease ui to ui − vj .
W X Y Quantity Supplied
A
4
56
16
16
8
− 72  16  0
B
8
−
24 16
102  
C
8
−
16 24
41 
Demand 56 0 8266  77   215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
9
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step† Repeat:
• If ui < vj , then set xij = ui , remove the i-th row, and decrease vj to vj − ui .
• If ui > vj , then set xij = vj , remove the j-th column, and decrease ui to ui − vj .
W X Y Quantity Supplied
A
4
56
16
16
8
− 72  16  0
B
8
−
24
66
16
102 36 
C
8
−
16
−
24
41 
Demand 56 0 8266  0 77   215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
9
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step† Repeat:
• If ui < vj , then set xij = ui , remove the i-th row, and decrease vj to vj − ui .
• If ui > vj , then set xij = vj , remove the j-th column, and decrease ui to ui − vj .
W X Y Quantity Supplied
A
4
56
16
16
8
− 72  16  0
B
8
−
24
66
16
36 102 36  0
C
8
−
16
−
24
41 
Demand 56 0 8266  0 77 41  215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
9
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability
and requirement constraints) are satisfied, write allocations and calculate the cost of transportation.
W X Y Quantity Supplied
A
4
56
16
16
8
− 72  16  0
B
8
−
24
66
16
36 102 36  0
C
8
−
16
−
24
41 41 0
Demand 56 0 8266  0 77 41 0 215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
10
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability
and requirement constraints) are satisfied, write allocations and calculate the cost of transportation
Rim Requirements
Stone squares must be equal to the nb. of columns+nb. of rows−1. In this
table we have
3columns + 3rows − 1 = 6 − 1 = 5Stones
Transportation cost
From To Units in tons Cost in $
A W 56 56 × 4 = 224
A X 16 16 × 16 = 256
B X 66 66 × 24 = 1584
B Y 36 36 × 16 = 576
C Y 41 41 × 24 = 984
Total 3624
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
11
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
# Least Cost entry Method #
This method takes into consideration the lowest cost and therefore takes less time to solve problem.
To understand this method more clearly, let us resolve the previous example.
Example
Transportation Availability in tons
(Cost per ton in $)
Factory W X Y sugar
A 4 16 8 72
B 8 24 16 102
C 8 16 24 41
Demand in Tons 56 82 77 215
Step‚ This problem is balanced since
m
i=1
ui
total supply
=
n
i=1
vi
total demand
= 215.
If the problem is not balanced, then we open a dummy column or dummy row as the case may be
and balance the problem.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
12
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Stepƒ Construct an empty m × n matrix, completed with rows & columns.
Step„ Indicate the rows and column totals at the end.
W X Y Quantity Supplied
A
4 16 8
72  
B
8 24 16
102  
C
8 16 24
41 
Demand 56  82  77   215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
12
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step… Select the cell with the lowest transportation cost cij among all the rows and columns of the
transportation table. If the minimum cost is not unique then select arbitrarily any cell with the lowest
cost. Then allocate as many units as possible to the cell determined and eliminate that row in which
either capacity or requirement is exhausted.
W X Y Quantity Supplied
A
4
56
16 8
72  16 
B
8
−
24 16
102  
C
8
−
16 24
41 
Demand 56 0 82  77   215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
12
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step† Repeat the steps… for the reduced table until the entire capacities are exhausted to fill the
requirements at the different destination.
W X Y Quantity Supplied
A
4
56
16
−
8
16 72  16  0
B
8
−
24 16
102  
C
8
−
16 24
41 
Demand 56 0 82  77 61  215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
12
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step† Repeat the steps… for the reduced table until the entire capacities are exhausted to fill the
requirements at the different destination.
W X Y Quantity Supplied
A
4
56
16
−
8
16 72  16  0
B
8
−
24 16
102  
C
8
−
16
41
24
− 41 0
Demand 56 0 8241  77 61  215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
12
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step† Repeat the steps… for the reduced table until the entire capacities are exhausted to fill the
requirements at the different destination.
W X Y Quantity Supplied
A
4
56
16
−
8
16 72  16  0
B
8
−
24 16
61 102 41 
C
8
−
16
41
24
− 41 0
Demand 56 0 8241  0 77 61 0 215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
12
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability
and requirement constraints) are satisfied, write allocations and calculate the cost of transportation.
W X Y Quantity Supplied
A
4
56
16
−
8
16 72  16  0
B
8
−
24
41
16
61 102 41  0
C
8
−
16
41
24
− 41 0
Demand 56 0 8241  0 77 61 0 215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
13
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability
and requirement constraints) are satisfied, write allocations and calculate the cost of transportation
Rim Requirements
Stone squares must be equal to the nb. of columns+nb. of rows−1. In this
table we have
3columns + 3rows − 1 = 6 − 1 = 5Stones
Transportation cost
From To Units in tons Cost in $
A W 56 56 × 4 = 224
A Y 16 16 × 8 = 128
B X 41 41 × 24 = 984
B Y 61 61 × 16 = 976
C X 41 41 × 16 = 656
Total 2968
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
14
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
# Vogel’s Approximation Method #
This method is preferred over the (NWCM) and (LCM), because the initial basic feasible solution
obtained by this method is either optimal solution or very nearer to the optimal solution. So the
amount of time required to calculate the optimum solution is reduced.
To understand this method more clearly, let us resolve the previous example.
Example
Transportation Availability in tons
(Cost per ton in $)
Factory W X Y sugar
A 4 16 8 72
B 8 24 16 102
C 8 16 24 41
Demand in Tons 56 82 77 215
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step‚ Find the cells having smallest and next to smallest cost in each row (resp. column) and write
the difference (called penalty) along the side of the table in row penalty (resp. column penalty).
W X Y Supply Penalty
A
4 16 8
72  4 = 8 − 4
B
8 24 16
102 8 = 16 − 8
C
8 16 24
41 8 = 16 − 8
Demand 56  82  77  215
Penalty 4 = 8 − 4 0 = 16 − 16 8 = 16 − 8
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Stepƒ Select the cell with the lowest transportation cost cij among all the rows and columns of the
transportation table. If the minimum cost is not unique then select arbitrarily any cell with the lowest
cost. Then allocate as many units as possible to the cell determined and eliminate that row in which
either capacity or requirement is exhausted. If there is a tie in the values of penalties then select
the cell where maximum allocation can be possible
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0 4 = 8 − 4
B
8 24 16
102 8 = 16 − 8
C
8 16 24
41 8 = 16 − 8
Demand 56  82  77 5 215
Penalty 4 = 8 − 4 0 = 16 − 16 8 = 16 − 8
The maximum penalty is 8, occurs in column Y. The minimum cij in this column is c13 = 8.
The maximum allocation in this cell is min(72, 77) = 72.
It satisfy supply of A and adjust the demand of Y from 77 to 5 (77 − 72 = 5).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step„ Repeat this steps until all supply and demand values are 0.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8 24 16
102 8 = 16 − 8
C
8 16 24
41 8 = 16 − 8
Demand 56  82  77 5 215
Penalty 4 = 8 − 4 8 = 24 − 16 8 = 24 − 16
The maximum penalty is 8, occurs in row B.
The minimum cij in this row is c21 = 8.
The maximum allocation in this cell is min(102, 56) = 56.
It satisfy demand of W and adjust the supply of B from 102 to 46 (102 − 56 = 46).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step„ Repeat this steps until all supply and demand values are 0.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8
56
24 16
102 46 8 = 16 − 8
C
8
−
16 24
41 8 = 16 − 8
Demand 56  0 82  77 5 215
Penalty 4 = 8 − 4 8 = 24 − 16 8 = 24 − 16
The maximum penalty is 8, occurs in row B.
The minimum cij in this row is c21 = 8.
The maximum allocation in this cell is min(102, 56) = 56.
It satisfy demand of W and adjust the supply of B from 102 to 46 (102 − 56 = 46).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step„ Repeat this steps until all supply and demand values are 0.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8
56
24 16
102 46 8 = 24 − 16
C
8
−
16 24
41 8 = 24 − 16
Demand 56  82  77 5 215
Penalty 8 = 24 − 16 8 = 24 − 16
The maximum penalty is 8, occurs in row C.
The minimum cij in this row is c32 = 16.
The maximum allocation in this cell is min(41, 82) = 41.
It satisfy supply of C and adjust the demand of X from 82 to 41 (82 − 41 = 41).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step„ Repeat this steps until all supply and demand values are 0.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8
56
24 16
102 46 8 = 24 − 16
C
8
−
16
41
24
− 41 0 8 = 24 − 16
Demand 56  82 41 77 5 215
Penalty 8 = 24 − 16 8 = 24 − 16
The maximum penalty is 8, occurs in row C.
The minimum cij in this row is c32 = 16.
The maximum allocation in this cell is min(41, 82) = 41.
It satisfy supply of C and adjust the demand of X from 82 to 41 (82 − 41 = 41).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step„ Repeat this steps until all supply and demand values are 0.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8
56
24 16
102 46 8 = 24 − 16
C
8
−
16
41
24
− 41 0
Demand 56  82 41 77 5 215
Penalty 24 16
The maximum penalty is 24, occurs in column X.
The minimum cij in this column is c22 = 24.
The maximum allocation in this cell is min(46, 41) = 41.
It satisfy demand of X and adjust the supply of B from 46 to 5 (46 − 41 = 5).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step„ Repeat this steps until all supply and demand values are 0.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8
56
24
41
16
102 46 8 = 24 − 16
C
8
−
16
41
24
− 41 0
Demand 56  82 41 77 5 0 215
Penalty 24 16
The maximum penalty is 24, occurs in column X.
The minimum cij in this column is c22 = 24.
The maximum allocation in this cell is min(46, 41) = 41.
It satisfy demand of X and adjust the supply of B from 46 to 5 (46 − 41 = 5).
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
15
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step… Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability
and requirement constraints) are satisfied, write allocations and calculate the cost of transportation.
W X Y Supply Penalty
A
4
−
16
−
8
72 72  0
B
8
56
24
41
16
5 102 46
C
8
−
16
41
24
− 41 0
Demand 56  82 41 0 77 5 0 215
Penalty
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
16
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
North-west corner method
Least cost entry method
Vogel’s Approximation Method (VAM) or penalty method
Step… Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability
and requirement constraints) are satisfied, write allocations and calculate the cost of transportation.
Rim Requirements
Stone squares must be equal to the nb. of columns+nb. of rows−1. In this
table we have
3columns + 3rows − 1 = 6 − 1 = 5Stones
Transportation cost
From To Units in tons Cost in $
A Y 72 72 × 8 = 576
B W 56 56 × 8 = 448
B X 41 41 × 24 = 984
B Y 5 5 × 16 = 80
C X 41 41 × 16 = 656
Total 2744
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
# Stepping stone method of optimality test #
Once, we get the basic feasible solution for a transportation problem, the next duty is to test
whether the solution got is an optimal one or not? This can be done by using Stepping Stone
methods.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Step‚ Starting from the empty cell draw a loop moving horizontally and vertically from loaded cell
to loaded cell. We have to take turn only at loaded cells and move to vertically downward or
upward or horizontally to reach another loaded cell. In between, if we have a loaded cell, where we
cannot take a turn, ignore that and proceed to next loaded cell in that row or column. After
completing the loop, mark minus (−) and plus (+) signs alternatively, but begin with the + mark in
the empty cell, and calculate the cost change.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Step‚ Starting from the empty cell draw a loop moving horizontally and vertically from loaded cell
to loaded cell. We have to take turn only at loaded cells and move to vertically downward or
upward or horizontally to reach another loaded cell. In between, if we have a loaded cell, where we
cannot take a turn, ignore that and proceed to next loaded cell in that row or column. After
completing the loop, mark minus (−) and plus (+) signs alternatively, but begin with the + mark in
the empty cell, and calculate the cost change.
A −→ Y : +AY − BY + BX − AX = +8 − 16 + 24 − 16 = 0
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Stepƒ Repeat these steps again until all the empty cells get evaluated.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Stepƒ Repeat these steps again until all the empty cells get evaluated.
B −→ W : +BW − BX + AX − AW = +8 − 24 + 16 − 4 = −4
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Stepƒ Repeat these steps again until all the empty cells get evaluated.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Stepƒ Repeat these steps again until all the empty cells get evaluated.
C → W : +CW−CY+BY−BX+AX−AW = +8−24+16−24+16−4 = −12
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Stepƒ Repeat these steps again until all the empty cells get evaluated.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
17
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Stepƒ Repeat these steps again until all the empty cells get evaluated.
C → X : +CX − CY + BY − BX = +16 − 24 + 16 − 24 = −16
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
18
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Step„ Evaluate the cost change. If the cost change is positive, it means that if we include the
evaluated cell in the program, the cost will increase. If the cost change is negative, it means that
the total cost will decrease, by including the evaluated cell in the program.
Now, if all the cost changes are positive or are equal to or greater than zero, then the optimal
solution has been reached. But in case, if any, value comes to be negative, then there is a scope to
reduce the transportation cost further. Then, select that loop which has the most negative of cost
change.
S.No. Empty Cell Evalution Loop formation C. change
B → W +BW − BX + AX − AW +8 − 24 + 16 − 4 −4
C → W +CW − CY + BY − BX + AX − AW +8 − 24 + 16 − 24 + 16 − 4 −12
C → X +CX − CY + BY − BX +16 − 24 + 16 − 24 -16
A → Y +AY − BY + BX − AX +8 − 16 + 24 − 16 0
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
18
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Step„ Evaluate the cost change. If the cost change is positive, it means that if we include the
evaluated cell in the program, the cost will increase. If the cost change is negative, it means that
the total cost will decrease, by including the evaluated cell in the program.
Now, if all the cost changes are positive or are equal to or greater than zero, then the optimal
solution has been reached. But in case, if any, value comes to be negative, then there is a scope to
reduce the transportation cost further. Then, select that loop which has the most negative of cost
change.
C −→ X
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
18
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Step… Identify the lowest load in the cells marked with negative sign. This number is to be added to
the cells where plus sign is marked and subtract from the load of the cell where negative sign is
marked. Do not alter the loaded cells, which are not in the loop. The process of adding and
subtracting at each turn or corner is necessary to balance the demand and supply requirements.
-
66
+
36
+
−
-
41
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
18
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Step† Construct a table of empty cells and work out the cost change for a shift of load from loaded
cell to loaded cell.
-
66
+
36
+
−
-
41
=⇒
41 − 66
25
41 + 36
77
41 + 0
41
41 − 41
−
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
19
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
New table
W X Y Demand
A
4
56
16
16
8
− 72
B
8
−
24
25
16
77 102
C
8
−
16
41
24
− 41
Supply 56 82 77 215
Rim Requirements
3columns + 3rows − 1 = 6 − 1 = 5Stones
Transportation cost
From To Units in tons Cost in $
A W 56 56 × 4 = 224
A X 16 16 × 16 = 256
B X 25 25 × 24 = 600
B Y 77 77 × 16 = 1232
C X 41 41 × 16 = 656
Total 2968
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
20
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Second iteration
A −→ Y : +AY − BY + BX − AX = +8 − 16 + 24 − 16 = 0
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
20
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Second iteration
B −→ W : +BW − AW + AX − BX = +8 − 4 + 16 − 24 = −4
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
20
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Second iteration
C −→ W : +CW − CX + AX − AW = +8 − 16 + 16− = 4
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
20
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Second iteration
C −→ Y : +CY − BY + BX − CX = +24 − 16 + 24 − 16 = 16
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
21
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Empty boxes
S.No. Empty Cell Evalution Loop formation Cost change in $
A → Y +AY − BY + BX − AX +8 − 16 + 24 − 16 0
B → W +BW − AW + AX − BX +8 − 4 + 16 − 24 -4
C → W +CW − CX + AX − AW +8 − 16 + 16 − 4 4
C → Y +CY − BY + BX − CX +24 − 16 + 24 − 16 16
-
56
+
16
+
−
-
25
=⇒
56 − 25
31
16 + 25
41
25 + 0
25
25 − 25
−
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
22
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
New table
W X Y Supply
A
4
31
16
41
8
− 72
B
8
25
24
−
16
77 102
C
8
−
16
41
24
− 41
Demand 56 82 77 215
Rim Requirements
3columns + 3rows − 1 = 6 − 1 = 5Stones
Transportation cost
From To Units in tons Cost in $
A W 31 31 × 4 = 124
A X 41 41 × 16 = 656
B X 25 25 × 8 = 200
B Y 77 77 × 16 = 1232
C X 41 41 × 16 = 656
Total 2868
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
23
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Third iteration
S.No. Empty Cell Evalution Loop formation Cost change in $
A → Y +AY − BY + BW − AW +8 − 16 + 8 − 4 -4
B → X +BX − AX + AW − BW +24 − 16 + 4 − 8 4
C → W +CW − AW + AX − CX +8 − 4 + 16 − 16 4
C → Y +CY − BY + BW − AW + AX − CX 24 − 16 + 8 − 4 + 16 − 16 12
-
31
+
−
+
25
-
77
=⇒
− 31
56 46
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
24
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
New table
W X Y Supply
A
4
−
16
41
8
31 72
B
8
56
24
−
16
46 102
C
8
−
16
41
24
− 41
Demand 56 82 77 215
Rim Requirements
3columns + 3rows − 1 = 6 − 1 = 5Stones
Transportation cost
From To Units in tons Cost in $
A Y 31 31 × 8 = 248
A X 41 41 × 16 = 656
B W 56 56 × 8 = 448
B Y 46 46 × 16 = 736
C X 41 41 × 16 = 656
Total 2744
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
25
Definition and basic notation
Transportation Model
Methods for obtaining initial feasible basic solution
Optimality Test: (Method for optimal solution)
Stepping stone method of optimality test
Final iteration
Empty boxes
S.No. Empty Cell Evalution Loop formation Cost change in $
B → X +BX − AX + AY − BY +24 − 16 + 8 − 16 0
C → W +CW − BW + BY − AY + AX − CX +8 − 8 + 16 − 8 + 16 − 16 8
C → Y +CY − AY + AX − CX +24 − 8 + 16 − 16 16
A → W +AW − BW + BY − AY +4 − 8 + 16 − 8 4
Then the optimal solution of the transportation cost is 2744$.
Dr. Kamel ATTAR | Chapter 4: Transportation problem |
Thank you! Questions?

More Related Content

What's hot

transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.ppt
anubhuti18
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
Alvin Niere
 
Special Cases in Simplex Method
Special Cases in Simplex MethodSpecial Cases in Simplex Method
Special Cases in Simplex Method
Divyansh Verma
 
Transportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingTransportation Problem In Linear Programming
Transportation Problem In Linear Programming
Mirza Tanzida
 
Unit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsUnit.5. transportation and assignment problems
Unit.5. transportation and assignment problems
DagnaygebawGoshme
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment model
priyanka yadav
 
Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)
dkpawar
 
Stepping Stone Method
Stepping Stone MethodStepping Stone Method
Stepping Stone Method
Himanshi Gupta
 
5. transportation problems
5. transportation problems5. transportation problems
5. transportation problems
Hakeem-Ur- Rehman
 
Linear Programming Problem
Linear Programming ProblemLinear Programming Problem
Linear Programming Problem
A. Dally Maria Evangeline
 
Linear programming graphical method
Linear programming graphical methodLinear programming graphical method
Linear programming graphical method
Dr. Abdulfatah Salem
 
north west corner and matrix minima
north west corner and matrix minimanorth west corner and matrix minima
north west corner and matrix minima
MallaJayachandra
 
Optimal Solution by MODI Method
Optimal Solution by MODI MethodOptimal Solution by MODI Method
Optimal Solution by MODI Method
DrDeepaChauhan
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problemitsvineeth209
 
Transportation model
Transportation modelTransportation model
Transportation model
Lokesh Payasi
 
Linear programming
Linear programmingLinear programming
Linear programming
Ganesh Solanke
 
Vogel's Approximation Method
Vogel's Approximation MethodVogel's Approximation Method
Vogel's Approximation Method
UsharaniRavikumar
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational ResearchNeha Sharma
 

What's hot (20)

transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.ppt
 
Vam
VamVam
Vam
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Special Cases in Simplex Method
Special Cases in Simplex MethodSpecial Cases in Simplex Method
Special Cases in Simplex Method
 
Transportation Problem In Linear Programming
Transportation Problem In Linear ProgrammingTransportation Problem In Linear Programming
Transportation Problem In Linear Programming
 
Unit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsUnit.5. transportation and assignment problems
Unit.5. transportation and assignment problems
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment model
 
Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)Vogel’s Approximation Method (VAM)
Vogel’s Approximation Method (VAM)
 
Transportation technique
Transportation techniqueTransportation technique
Transportation technique
 
Stepping Stone Method
Stepping Stone MethodStepping Stone Method
Stepping Stone Method
 
5. transportation problems
5. transportation problems5. transportation problems
5. transportation problems
 
Linear Programming Problem
Linear Programming ProblemLinear Programming Problem
Linear Programming Problem
 
Linear programming graphical method
Linear programming graphical methodLinear programming graphical method
Linear programming graphical method
 
north west corner and matrix minima
north west corner and matrix minimanorth west corner and matrix minima
north west corner and matrix minima
 
Optimal Solution by MODI Method
Optimal Solution by MODI MethodOptimal Solution by MODI Method
Optimal Solution by MODI Method
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Transportation model
Transportation modelTransportation model
Transportation model
 
Linear programming
Linear programmingLinear programming
Linear programming
 
Vogel's Approximation Method
Vogel's Approximation MethodVogel's Approximation Method
Vogel's Approximation Method
 
Transportation Problem in Operational Research
Transportation Problem in Operational ResearchTransportation Problem in Operational Research
Transportation Problem in Operational Research
 

Similar to Transportation problem

QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptx
honakjannu789
 
07. Transportation Problem.pptx
07. Transportation Problem.pptx07. Transportation Problem.pptx
07. Transportation Problem.pptx
SupplierSepitengTerm
 
transporation problem
transporation problemtransporation problem
transporation problem
Vivek Lohani
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptx
SauravDash10
 
(PBL) Transportation Prblm.pdf
(PBL) Transportation Prblm.pdf(PBL) Transportation Prblm.pdf
(PBL) Transportation Prblm.pdf
AkashKatiyar22
 
A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION ...
A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION                             ...A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION                             ...
A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION ...
shivang ranjan
 
LCM unbalanced.pptx
LCM unbalanced.pptxLCM unbalanced.pptx
LCM unbalanced.pptx
Dr T.Sivakami
 
Transportation Problem- Initial Basic Feasible Solution
Transportation Problem- Initial Basic Feasible SolutionTransportation Problem- Initial Basic Feasible Solution
Transportation Problem- Initial Basic Feasible Solution
DrDeepaChauhan
 
Transportation model
Transportation modelTransportation model
Transportation model
msn007
 
DTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdg
DTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdgDTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdg
DTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdg
itsdoublea15
 
04-Unit Four - OR.pptx
04-Unit Four - OR.pptx04-Unit Four - OR.pptx
04-Unit Four - OR.pptx
AbdiMuceeTube
 
Transportation problems
Transportation problemsTransportation problems
Transportation problems
VishalHotchandani2
 
O.R UNIT 3.pdf
O.R UNIT 3.pdfO.R UNIT 3.pdf
O.R UNIT 3.pdf
SaifAliKhan898691
 
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsMba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Rai University
 
Operation Research
Operation ResearchOperation Research
Operation Research
VanishriKornu
 
operation research-modi
operation research-modioperation research-modi
operation research-modi
Maharshi Soni
 
QA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdfQA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdf
Teshome48
 
Transportation
TransportationTransportation
Transportation
Sagar Singh
 
OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
Nageswara Rao Thots
 

Similar to Transportation problem (20)

QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptx
 
07. Transportation Problem.pptx
07. Transportation Problem.pptx07. Transportation Problem.pptx
07. Transportation Problem.pptx
 
transporation problem
transporation problemtransporation problem
transporation problem
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptx
 
(PBL) Transportation Prblm.pdf
(PBL) Transportation Prblm.pdf(PBL) Transportation Prblm.pdf
(PBL) Transportation Prblm.pdf
 
A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION ...
A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION                             ...A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION                             ...
A STUDY OF MATHEMATICAL METHOD OF TRANSPORTATION ...
 
LCM unbalanced.pptx
LCM unbalanced.pptxLCM unbalanced.pptx
LCM unbalanced.pptx
 
Transportation Problem- Initial Basic Feasible Solution
Transportation Problem- Initial Basic Feasible SolutionTransportation Problem- Initial Basic Feasible Solution
Transportation Problem- Initial Basic Feasible Solution
 
Transportation model
Transportation modelTransportation model
Transportation model
 
DTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdg
DTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdgDTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdg
DTB_Manya Jain PPT.pptxhjggdgjdjjdjgdjdjdjdg
 
04-Unit Four - OR.pptx
04-Unit Four - OR.pptx04-Unit Four - OR.pptx
04-Unit Four - OR.pptx
 
Transportation problems
Transportation problemsTransportation problems
Transportation problems
 
O.R UNIT 3.pdf
O.R UNIT 3.pdfO.R UNIT 3.pdf
O.R UNIT 3.pdf
 
Mba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problemsMba i qt unit-1.2_transportation, assignment and transshipment problems
Mba i qt unit-1.2_transportation, assignment and transshipment problems
 
Operation Research
Operation ResearchOperation Research
Operation Research
 
operation research-modi
operation research-modioperation research-modi
operation research-modi
 
QA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdfQA CHAPTER III and IV(1)(1).pdf
QA CHAPTER III and IV(1)(1).pdf
 
Transportation
TransportationTransportation
Transportation
 
OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
 
T P
T PT P
T P
 

More from Kamel Attar

Solved exercises line integral
Solved exercises line integralSolved exercises line integral
Solved exercises line integral
Kamel Attar
 
Network analysis
Network analysisNetwork analysis
Network analysis
Kamel Attar
 
Simplex method (minimization)
Simplex method (minimization)Simplex method (minimization)
Simplex method (minimization)
Kamel Attar
 
Simplex method (maximization)
Simplex method (maximization)Simplex method (maximization)
Simplex method (maximization)
Kamel Attar
 
Linear Programming (graphical method)
Linear Programming (graphical method)Linear Programming (graphical method)
Linear Programming (graphical method)
Kamel Attar
 
Introduction to operations research
Introduction to operations researchIntroduction to operations research
Introduction to operations research
Kamel Attar
 
Function of several variables
Function of several variablesFunction of several variables
Function of several variables
Kamel Attar
 
Solved exercises double integration
Solved exercises double integrationSolved exercises double integration
Solved exercises double integration
Kamel Attar
 
Solved exercises simple integration
Solved exercises simple integrationSolved exercises simple integration
Solved exercises simple integration
Kamel Attar
 
Simple integral
Simple integralSimple integral
Simple integral
Kamel Attar
 
Operation research-Network analysis (Critical Path Method)
Operation research-Network analysis (Critical Path Method)Operation research-Network analysis (Critical Path Method)
Operation research-Network analysis (Critical Path Method)
Kamel Attar
 
Operations research(Sensitivity analysis)
Operations research(Sensitivity analysis)Operations research(Sensitivity analysis)
Operations research(Sensitivity analysis)
Kamel Attar
 

More from Kamel Attar (12)

Solved exercises line integral
Solved exercises line integralSolved exercises line integral
Solved exercises line integral
 
Network analysis
Network analysisNetwork analysis
Network analysis
 
Simplex method (minimization)
Simplex method (minimization)Simplex method (minimization)
Simplex method (minimization)
 
Simplex method (maximization)
Simplex method (maximization)Simplex method (maximization)
Simplex method (maximization)
 
Linear Programming (graphical method)
Linear Programming (graphical method)Linear Programming (graphical method)
Linear Programming (graphical method)
 
Introduction to operations research
Introduction to operations researchIntroduction to operations research
Introduction to operations research
 
Function of several variables
Function of several variablesFunction of several variables
Function of several variables
 
Solved exercises double integration
Solved exercises double integrationSolved exercises double integration
Solved exercises double integration
 
Solved exercises simple integration
Solved exercises simple integrationSolved exercises simple integration
Solved exercises simple integration
 
Simple integral
Simple integralSimple integral
Simple integral
 
Operation research-Network analysis (Critical Path Method)
Operation research-Network analysis (Critical Path Method)Operation research-Network analysis (Critical Path Method)
Operation research-Network analysis (Critical Path Method)
 
Operations research(Sensitivity analysis)
Operations research(Sensitivity analysis)Operations research(Sensitivity analysis)
Operations research(Sensitivity analysis)
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 

Transportation problem

  • 1. Faculty of Economics and Business Administration Lebanese University Chapter 4: Transportation problem Dr. Kamel ATTAR attar.kamel@gmail.com ! 2020 !
  • 2. 1 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) 1 Definition and basic notation 2 Transportation Model Balanced transportation problem Un-balanced transportation problem 3 Methods for obtaining initial feasible basic solution North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method 4 Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 3. 2 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Definition The transportation problem is a special type of linear programming problem where the objective consists in minimizing transportation cost of a given commodity from a number of sources or origins to a number of destinations. In the transportation problem, we have • m sources (warehouses, factories) producing items, and • n destinations (shops, businesses) requiring these items. The items need to be transported from sources to desti- nations which has associated cost. • The i-th source denotes by ai has available items to transfer, and • The j-th destination denotes by bj has demands items to be delivered. It costs cij to deliver one item from i-th source to j-th destination. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 4. 3 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Assumption: destinations do not care from which source the items come, and sources do not care to which destinations they deliver. Decision variables: xij = the number of items transported from the i-th source to j-th destination. Objective: The goal is to minimize the total cost of transportation. Minimize m i=1 n j=1 cij xij Subject to    n j=1 xij = ui for i = 1, · · · , m m i=1 xij = vi for j = 1, · · · , n with xij ≥ 0 for i = 1, · · · , m and j = 1, · · · , n Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 5. 4 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) TABLE b1 b2 b3 Supply a1 c11 x11 c12 x12 c13 x13 u1 a2 c21 x21 c22 x22 c23 x23 u2 a3 c31 x31 c32 x32 c33 x33 u3 Demand v1 v2 v3 z =? Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 6. 5 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Balanced transportation problem Un-balanced transportation problem # Transportation Model # There are two different types of transportation problems based on the initial given information balanced and un-balanced transportation problems. # Balanced transportation problems # Cases where the total supply is equal to the total amount demanded. Factory Transportation Supply X Y A 6 8 24 B 4 3 40 Demand 40 24 64 64 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 7. 6 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Balanced transportation problem Un-balanced transportation problem # Un-balanced transportation problems # Cases where the total supply is less than or greater than to the total amount demanded. • When the supply or availability is higher than the demand, a dummy destination is introduced in the equation to make it equal to the supply (with shipping costs of 0$); the excess supply is assumed to go to inventory. Factory Transportation Supply X Y A 6 8 20 B 4 3 50 Demand 30 60 90 70 =⇒ Factory Transportation Supply X Y A 6 8 20 B 4 3 50 dummy 0 0 20 Demand 30 60 90 90 • On the other hand, when the demand is higher than the supply, a dummy source is introduced in the equation to make it equal to the demand (in these cases there is usually a penalty cost associated for not fulfilling the demand). Factory Transportation Supply X Y A 6 8 30 B 4 3 60 Demand 20 50 70 90 =⇒ Factory Transportation Supply X Y dummy A 6 8 0 30 B 4 3 0 60 Demand 20 50 20 90 90 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 8. 7 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method # Methods for obtaining initial feasible basic solution # To find the optimal solution we use two steps. • First we need to find the initial basic feasible solution by using one of the following three methods North-west corner , Least cost entry or Vogel’s Approximation Method • Then we obtain an optimal solution by making successive improvements in the initial basic feasible solution until no further decrease in transportation cost is possible. We can use on of the following two methods: Stepping Stone or Modified Distribution Method Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 9. 8 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method # North-West Corner Method # This method is the most systematic and easiest method for obtaining initial basic feasible solution. To understand this method more clearly, let us take an example and discuss the rationale of transportation problem. Example Transportation Availability in tons (Cost per ton in $) Factory W X Y sugar A 4 16 8 72 B 8 24 16 102 C 8 16 24 41 Demand in Tons 56 82 77 215 Step‚ This problem is balanced since m i=1 ui total supply = n i=1 vi total demand = 215. If the problem is not balanced, then we open a dummy column or row as the case may be and balance the problem. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 10. 9 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Stepƒ Construct an empty m × n matrix, completed with rows & columns. Step„ Indicate the rows and column totals at the end. W X Y Quantity Supplied A 4 16 8 72 B 8 24 16 102 C 8 16 24 41 Demand 56 82 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 11. 9 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step… Starting with the first cell at the north west corner of the matrix : • If u1 < v1 , then set x11 = u1 , remove the first row, and decrease v1 to v1 − u1. • If u1 > v1 , then set x11 = v1, remove the first column, and decrease u1 to u1 − v1. W X Y Quantity Supplied A 4 56 16 8 72 16 B 8 − 24 16 102 C 8 − 16 24 41 Demand 56 0 82 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 12. 9 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step† Repeat: • If ui < vj , then set xij = ui , remove the i-th row, and decrease vj to vj − ui . • If ui > vj , then set xij = vj , remove the j-th column, and decrease ui to ui − vj . W X Y Quantity Supplied A 4 56 16 16 8 − 72 16 0 B 8 − 24 16 102 C 8 − 16 24 41 Demand 56 0 8266 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 13. 9 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step† Repeat: • If ui < vj , then set xij = ui , remove the i-th row, and decrease vj to vj − ui . • If ui > vj , then set xij = vj , remove the j-th column, and decrease ui to ui − vj . W X Y Quantity Supplied A 4 56 16 16 8 − 72 16 0 B 8 − 24 66 16 102 36 C 8 − 16 − 24 41 Demand 56 0 8266 0 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 14. 9 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step† Repeat: • If ui < vj , then set xij = ui , remove the i-th row, and decrease vj to vj − ui . • If ui > vj , then set xij = vj , remove the j-th column, and decrease ui to ui − vj . W X Y Quantity Supplied A 4 56 16 16 8 − 72 16 0 B 8 − 24 66 16 36 102 36 0 C 8 − 16 − 24 41 Demand 56 0 8266 0 77 41 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 15. 9 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability and requirement constraints) are satisfied, write allocations and calculate the cost of transportation. W X Y Quantity Supplied A 4 56 16 16 8 − 72 16 0 B 8 − 24 66 16 36 102 36 0 C 8 − 16 − 24 41 41 0 Demand 56 0 8266 0 77 41 0 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 16. 10 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability and requirement constraints) are satisfied, write allocations and calculate the cost of transportation Rim Requirements Stone squares must be equal to the nb. of columns+nb. of rows−1. In this table we have 3columns + 3rows − 1 = 6 − 1 = 5Stones Transportation cost From To Units in tons Cost in $ A W 56 56 × 4 = 224 A X 16 16 × 16 = 256 B X 66 66 × 24 = 1584 B Y 36 36 × 16 = 576 C Y 41 41 × 24 = 984 Total 3624 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 17. 11 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method # Least Cost entry Method # This method takes into consideration the lowest cost and therefore takes less time to solve problem. To understand this method more clearly, let us resolve the previous example. Example Transportation Availability in tons (Cost per ton in $) Factory W X Y sugar A 4 16 8 72 B 8 24 16 102 C 8 16 24 41 Demand in Tons 56 82 77 215 Step‚ This problem is balanced since m i=1 ui total supply = n i=1 vi total demand = 215. If the problem is not balanced, then we open a dummy column or dummy row as the case may be and balance the problem. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 18. 12 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Stepƒ Construct an empty m × n matrix, completed with rows & columns. Step„ Indicate the rows and column totals at the end. W X Y Quantity Supplied A 4 16 8 72 B 8 24 16 102 C 8 16 24 41 Demand 56 82 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 19. 12 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step… Select the cell with the lowest transportation cost cij among all the rows and columns of the transportation table. If the minimum cost is not unique then select arbitrarily any cell with the lowest cost. Then allocate as many units as possible to the cell determined and eliminate that row in which either capacity or requirement is exhausted. W X Y Quantity Supplied A 4 56 16 8 72 16 B 8 − 24 16 102 C 8 − 16 24 41 Demand 56 0 82 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 20. 12 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step† Repeat the steps… for the reduced table until the entire capacities are exhausted to fill the requirements at the different destination. W X Y Quantity Supplied A 4 56 16 − 8 16 72 16 0 B 8 − 24 16 102 C 8 − 16 24 41 Demand 56 0 82 77 61 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 21. 12 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step† Repeat the steps… for the reduced table until the entire capacities are exhausted to fill the requirements at the different destination. W X Y Quantity Supplied A 4 56 16 − 8 16 72 16 0 B 8 − 24 16 102 C 8 − 16 41 24 − 41 0 Demand 56 0 8241 77 61 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 22. 12 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step† Repeat the steps… for the reduced table until the entire capacities are exhausted to fill the requirements at the different destination. W X Y Quantity Supplied A 4 56 16 − 8 16 72 16 0 B 8 − 24 16 61 102 41 C 8 − 16 41 24 − 41 0 Demand 56 0 8241 0 77 61 0 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 23. 12 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability and requirement constraints) are satisfied, write allocations and calculate the cost of transportation. W X Y Quantity Supplied A 4 56 16 − 8 16 72 16 0 B 8 − 24 41 16 61 102 41 0 C 8 − 16 41 24 − 41 0 Demand 56 0 8241 0 77 61 0 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 24. 13 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step‡ Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability and requirement constraints) are satisfied, write allocations and calculate the cost of transportation Rim Requirements Stone squares must be equal to the nb. of columns+nb. of rows−1. In this table we have 3columns + 3rows − 1 = 6 − 1 = 5Stones Transportation cost From To Units in tons Cost in $ A W 56 56 × 4 = 224 A Y 16 16 × 8 = 128 B X 41 41 × 24 = 984 B Y 61 61 × 16 = 976 C X 41 41 × 16 = 656 Total 2968 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 25. 14 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method # Vogel’s Approximation Method # This method is preferred over the (NWCM) and (LCM), because the initial basic feasible solution obtained by this method is either optimal solution or very nearer to the optimal solution. So the amount of time required to calculate the optimum solution is reduced. To understand this method more clearly, let us resolve the previous example. Example Transportation Availability in tons (Cost per ton in $) Factory W X Y sugar A 4 16 8 72 B 8 24 16 102 C 8 16 24 41 Demand in Tons 56 82 77 215 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 26. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step‚ Find the cells having smallest and next to smallest cost in each row (resp. column) and write the difference (called penalty) along the side of the table in row penalty (resp. column penalty). W X Y Supply Penalty A 4 16 8 72 4 = 8 − 4 B 8 24 16 102 8 = 16 − 8 C 8 16 24 41 8 = 16 − 8 Demand 56 82 77 215 Penalty 4 = 8 − 4 0 = 16 − 16 8 = 16 − 8 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 27. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Stepƒ Select the cell with the lowest transportation cost cij among all the rows and columns of the transportation table. If the minimum cost is not unique then select arbitrarily any cell with the lowest cost. Then allocate as many units as possible to the cell determined and eliminate that row in which either capacity or requirement is exhausted. If there is a tie in the values of penalties then select the cell where maximum allocation can be possible W X Y Supply Penalty A 4 − 16 − 8 72 72 0 4 = 8 − 4 B 8 24 16 102 8 = 16 − 8 C 8 16 24 41 8 = 16 − 8 Demand 56 82 77 5 215 Penalty 4 = 8 − 4 0 = 16 − 16 8 = 16 − 8 The maximum penalty is 8, occurs in column Y. The minimum cij in this column is c13 = 8. The maximum allocation in this cell is min(72, 77) = 72. It satisfy supply of A and adjust the demand of Y from 77 to 5 (77 − 72 = 5). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 28. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step„ Repeat this steps until all supply and demand values are 0. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 24 16 102 8 = 16 − 8 C 8 16 24 41 8 = 16 − 8 Demand 56 82 77 5 215 Penalty 4 = 8 − 4 8 = 24 − 16 8 = 24 − 16 The maximum penalty is 8, occurs in row B. The minimum cij in this row is c21 = 8. The maximum allocation in this cell is min(102, 56) = 56. It satisfy demand of W and adjust the supply of B from 102 to 46 (102 − 56 = 46). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 29. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step„ Repeat this steps until all supply and demand values are 0. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 56 24 16 102 46 8 = 16 − 8 C 8 − 16 24 41 8 = 16 − 8 Demand 56 0 82 77 5 215 Penalty 4 = 8 − 4 8 = 24 − 16 8 = 24 − 16 The maximum penalty is 8, occurs in row B. The minimum cij in this row is c21 = 8. The maximum allocation in this cell is min(102, 56) = 56. It satisfy demand of W and adjust the supply of B from 102 to 46 (102 − 56 = 46). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 30. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step„ Repeat this steps until all supply and demand values are 0. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 56 24 16 102 46 8 = 24 − 16 C 8 − 16 24 41 8 = 24 − 16 Demand 56 82 77 5 215 Penalty 8 = 24 − 16 8 = 24 − 16 The maximum penalty is 8, occurs in row C. The minimum cij in this row is c32 = 16. The maximum allocation in this cell is min(41, 82) = 41. It satisfy supply of C and adjust the demand of X from 82 to 41 (82 − 41 = 41). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 31. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step„ Repeat this steps until all supply and demand values are 0. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 56 24 16 102 46 8 = 24 − 16 C 8 − 16 41 24 − 41 0 8 = 24 − 16 Demand 56 82 41 77 5 215 Penalty 8 = 24 − 16 8 = 24 − 16 The maximum penalty is 8, occurs in row C. The minimum cij in this row is c32 = 16. The maximum allocation in this cell is min(41, 82) = 41. It satisfy supply of C and adjust the demand of X from 82 to 41 (82 − 41 = 41). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 32. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step„ Repeat this steps until all supply and demand values are 0. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 56 24 16 102 46 8 = 24 − 16 C 8 − 16 41 24 − 41 0 Demand 56 82 41 77 5 215 Penalty 24 16 The maximum penalty is 24, occurs in column X. The minimum cij in this column is c22 = 24. The maximum allocation in this cell is min(46, 41) = 41. It satisfy demand of X and adjust the supply of B from 46 to 5 (46 − 41 = 5). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 33. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step„ Repeat this steps until all supply and demand values are 0. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 56 24 41 16 102 46 8 = 24 − 16 C 8 − 16 41 24 − 41 0 Demand 56 82 41 77 5 0 215 Penalty 24 16 The maximum penalty is 24, occurs in column X. The minimum cij in this column is c22 = 24. The maximum allocation in this cell is min(46, 41) = 41. It satisfy demand of X and adjust the supply of B from 46 to 5 (46 − 41 = 5). Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 34. 15 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step… Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability and requirement constraints) are satisfied, write allocations and calculate the cost of transportation. W X Y Supply Penalty A 4 − 16 − 8 72 72 0 B 8 56 24 41 16 5 102 46 C 8 − 16 41 24 − 41 0 Demand 56 82 41 0 77 5 0 215 Penalty Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 35. 16 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) North-west corner method Least cost entry method Vogel’s Approximation Method (VAM) or penalty method Step… Once all the allocations are over, i.e., both rim requirement (column and row i.e., availability and requirement constraints) are satisfied, write allocations and calculate the cost of transportation. Rim Requirements Stone squares must be equal to the nb. of columns+nb. of rows−1. In this table we have 3columns + 3rows − 1 = 6 − 1 = 5Stones Transportation cost From To Units in tons Cost in $ A Y 72 72 × 8 = 576 B W 56 56 × 8 = 448 B X 41 41 × 24 = 984 B Y 5 5 × 16 = 80 C X 41 41 × 16 = 656 Total 2744 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 36. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test # Stepping stone method of optimality test # Once, we get the basic feasible solution for a transportation problem, the next duty is to test whether the solution got is an optimal one or not? This can be done by using Stepping Stone methods. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 37. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Step‚ Starting from the empty cell draw a loop moving horizontally and vertically from loaded cell to loaded cell. We have to take turn only at loaded cells and move to vertically downward or upward or horizontally to reach another loaded cell. In between, if we have a loaded cell, where we cannot take a turn, ignore that and proceed to next loaded cell in that row or column. After completing the loop, mark minus (−) and plus (+) signs alternatively, but begin with the + mark in the empty cell, and calculate the cost change. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 38. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Step‚ Starting from the empty cell draw a loop moving horizontally and vertically from loaded cell to loaded cell. We have to take turn only at loaded cells and move to vertically downward or upward or horizontally to reach another loaded cell. In between, if we have a loaded cell, where we cannot take a turn, ignore that and proceed to next loaded cell in that row or column. After completing the loop, mark minus (−) and plus (+) signs alternatively, but begin with the + mark in the empty cell, and calculate the cost change. A −→ Y : +AY − BY + BX − AX = +8 − 16 + 24 − 16 = 0 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 39. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Stepƒ Repeat these steps again until all the empty cells get evaluated. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 40. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Stepƒ Repeat these steps again until all the empty cells get evaluated. B −→ W : +BW − BX + AX − AW = +8 − 24 + 16 − 4 = −4 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 41. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Stepƒ Repeat these steps again until all the empty cells get evaluated. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 42. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Stepƒ Repeat these steps again until all the empty cells get evaluated. C → W : +CW−CY+BY−BX+AX−AW = +8−24+16−24+16−4 = −12 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 43. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Stepƒ Repeat these steps again until all the empty cells get evaluated. Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 44. 17 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Stepƒ Repeat these steps again until all the empty cells get evaluated. C → X : +CX − CY + BY − BX = +16 − 24 + 16 − 24 = −16 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 45. 18 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Step„ Evaluate the cost change. If the cost change is positive, it means that if we include the evaluated cell in the program, the cost will increase. If the cost change is negative, it means that the total cost will decrease, by including the evaluated cell in the program. Now, if all the cost changes are positive or are equal to or greater than zero, then the optimal solution has been reached. But in case, if any, value comes to be negative, then there is a scope to reduce the transportation cost further. Then, select that loop which has the most negative of cost change. S.No. Empty Cell Evalution Loop formation C. change B → W +BW − BX + AX − AW +8 − 24 + 16 − 4 −4 C → W +CW − CY + BY − BX + AX − AW +8 − 24 + 16 − 24 + 16 − 4 −12 C → X +CX − CY + BY − BX +16 − 24 + 16 − 24 -16 A → Y +AY − BY + BX − AX +8 − 16 + 24 − 16 0 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 46. 18 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Step„ Evaluate the cost change. If the cost change is positive, it means that if we include the evaluated cell in the program, the cost will increase. If the cost change is negative, it means that the total cost will decrease, by including the evaluated cell in the program. Now, if all the cost changes are positive or are equal to or greater than zero, then the optimal solution has been reached. But in case, if any, value comes to be negative, then there is a scope to reduce the transportation cost further. Then, select that loop which has the most negative of cost change. C −→ X Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 47. 18 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Step… Identify the lowest load in the cells marked with negative sign. This number is to be added to the cells where plus sign is marked and subtract from the load of the cell where negative sign is marked. Do not alter the loaded cells, which are not in the loop. The process of adding and subtracting at each turn or corner is necessary to balance the demand and supply requirements. - 66 + 36 + − - 41 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 48. 18 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Step† Construct a table of empty cells and work out the cost change for a shift of load from loaded cell to loaded cell. - 66 + 36 + − - 41 =⇒ 41 − 66 25 41 + 36 77 41 + 0 41 41 − 41 − Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 49. 19 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test New table W X Y Demand A 4 56 16 16 8 − 72 B 8 − 24 25 16 77 102 C 8 − 16 41 24 − 41 Supply 56 82 77 215 Rim Requirements 3columns + 3rows − 1 = 6 − 1 = 5Stones Transportation cost From To Units in tons Cost in $ A W 56 56 × 4 = 224 A X 16 16 × 16 = 256 B X 25 25 × 24 = 600 B Y 77 77 × 16 = 1232 C X 41 41 × 16 = 656 Total 2968 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 50. 20 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Second iteration A −→ Y : +AY − BY + BX − AX = +8 − 16 + 24 − 16 = 0 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 51. 20 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Second iteration B −→ W : +BW − AW + AX − BX = +8 − 4 + 16 − 24 = −4 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 52. 20 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Second iteration C −→ W : +CW − CX + AX − AW = +8 − 16 + 16− = 4 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 53. 20 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Second iteration C −→ Y : +CY − BY + BX − CX = +24 − 16 + 24 − 16 = 16 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 54. 21 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Empty boxes S.No. Empty Cell Evalution Loop formation Cost change in $ A → Y +AY − BY + BX − AX +8 − 16 + 24 − 16 0 B → W +BW − AW + AX − BX +8 − 4 + 16 − 24 -4 C → W +CW − CX + AX − AW +8 − 16 + 16 − 4 4 C → Y +CY − BY + BX − CX +24 − 16 + 24 − 16 16 - 56 + 16 + − - 25 =⇒ 56 − 25 31 16 + 25 41 25 + 0 25 25 − 25 − Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 55. 22 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test New table W X Y Supply A 4 31 16 41 8 − 72 B 8 25 24 − 16 77 102 C 8 − 16 41 24 − 41 Demand 56 82 77 215 Rim Requirements 3columns + 3rows − 1 = 6 − 1 = 5Stones Transportation cost From To Units in tons Cost in $ A W 31 31 × 4 = 124 A X 41 41 × 16 = 656 B X 25 25 × 8 = 200 B Y 77 77 × 16 = 1232 C X 41 41 × 16 = 656 Total 2868 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 56. 23 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Third iteration S.No. Empty Cell Evalution Loop formation Cost change in $ A → Y +AY − BY + BW − AW +8 − 16 + 8 − 4 -4 B → X +BX − AX + AW − BW +24 − 16 + 4 − 8 4 C → W +CW − AW + AX − CX +8 − 4 + 16 − 16 4 C → Y +CY − BY + BW − AW + AX − CX 24 − 16 + 8 − 4 + 16 − 16 12 - 31 + − + 25 - 77 =⇒ − 31 56 46 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 57. 24 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test New table W X Y Supply A 4 − 16 41 8 31 72 B 8 56 24 − 16 46 102 C 8 − 16 41 24 − 41 Demand 56 82 77 215 Rim Requirements 3columns + 3rows − 1 = 6 − 1 = 5Stones Transportation cost From To Units in tons Cost in $ A Y 31 31 × 8 = 248 A X 41 41 × 16 = 656 B W 56 56 × 8 = 448 B Y 46 46 × 16 = 736 C X 41 41 × 16 = 656 Total 2744 Dr. Kamel ATTAR | Chapter 4: Transportation problem |
  • 58. 25 Definition and basic notation Transportation Model Methods for obtaining initial feasible basic solution Optimality Test: (Method for optimal solution) Stepping stone method of optimality test Final iteration Empty boxes S.No. Empty Cell Evalution Loop formation Cost change in $ B → X +BX − AX + AY − BY +24 − 16 + 8 − 16 0 C → W +CW − BW + BY − AY + AX − CX +8 − 8 + 16 − 8 + 16 − 16 8 C → Y +CY − AY + AX − CX +24 − 8 + 16 − 16 16 A → W +AW − BW + BY − AY +4 − 8 + 16 − 8 4 Then the optimal solution of the transportation cost is 2744$. Dr. Kamel ATTAR | Chapter 4: Transportation problem |