SlideShare a Scribd company logo
1 of 39
Transportation Problems
A.A. B. Dinariyana
Department of Marine Engineering
Faculty of Marine Technology - ITS
Operations Research
Based on 2004 Brooks/Cole, a division of Thompson Learning Inc.
 A transportation problem basically deals with the
problem, which aims to find the best way to fulfill the
demand of n demand points using the capacities of m
supply points.
 While trying to find the best way, generally a variable
cost of shipping the product from one supply point to
a demand point or a similar constraint should be
taken into consideration.
Description
 Example 1: Powerco has three electric power
plants that supply the electric needs of four cities.
 The associated supply of each plant and demand of
each city is given in the table 1.
 The cost of sending 1 million kwh of electricity from a
plant to a city depends on the distance the electricity
must travel.
Formulating Transportation Problems
A transportation problem is specified by the supply,
the demand, and the shipping costs. So the relevant
data can be summarized in a transportation tableau.
The transportation tableau implicitly expresses the
supply and demand constraints and the shipping
cost between each demand and supply point.
Transportation Tableau
Transportation Tableau
Shipping costs, Supply, and Demand for Powerco Example
From
To
City 1 City 2 City 3 City 4
Supply
(Million kwh)
Plant 1 $8 $6 $10 $9 35
Plant 2 $9 $12 $13 $7 50
Plant 3 $14 $9 $16 $5 40
Demand
(Million kwh)
45 20 30 30
1. Decision Variable:
Since we have to determine how much
electricity is sent from each plant to each city;
Xij = Amount of electricity produced at plant i
and sent to city j
X14 = Amount of electricity produced at plant 1
and sent to city 4
Solution
Since we want to minimize the total cost of shipping
from plants to cities;
Minimize Z = 8X11+6X12+10X13+9X14
+9X21+12X22+13X23+7X24
+14X31+9X32+16X33+5X34
Objective Function
Since each supply point has a limited production
capacity;
X11+X12+X13+X14 <= 35
X21+X22+X23+X24 <= 50
X31+X32+X33+X34 <= 40
Supply Constraints
Since each demand point has a minimum demand
capacity;
X11+X21+X31 >= 45
X12+X22+X32 >= 20
X13+X23+X33 >= 30
X14+X24+X34 >= 30
Demand Constraints
Since a negative amount of electricity can not be
shipped all Xij’s must be non negative;
Xij >= 0 (i= 1,2,3; j= 1,2,3,4)
Sign Constraints
Min Z = 8X11+6X12+10X13+9X14+9X21+12X22+13X23+7X24
+14X31+9X32+16X33+5X34
S.T.: X11+X12+X13+X14 <= 35 (Supply Constraints)
X21+X22+X23+X24 <= 50
X31+X32+X33+X34 <= 40
X11+X21+X31 >= 45 (Demand Constraints)
X12+X22+X32 >= 20
X13+X23+X33 >= 30
X14+X24+X34 >= 30
Xij >= 0 (i= 1,2,3; j= 1,2,3,4)
LP Formulation of Powerco’s Problem
1. A set of m supply points from which a good is
shipped. Supply point i can supply at most si
units.
2. A set of n demand points to which the good is
shipped. Demand point j must receive at least di
units of the shipped good.
3. Each unit produced at supply point i and
shipped to demand point j incurs a variable cost
of cij.
General Description of Transportation Problem
Xij = number of units shipped from supply point i to
demand point j
)
,...,
2
,
1
;
,...,
2
,
1
(
0
)
,...,
2
,
1
(
)
,...,
2
,
1
(
.
.
min
1
1
1 1
n
j
m
i
X
n
j
d
X
m
i
s
X
t
s
X
c
ij
m
i
i
j
ij
n
j
j
i
ij
m
i
i
n
j
j
ij
ij


















General Description of Transportation Problem
If total supply equals to total demand, the
problem is said to be a balanced
transportation problem:







n
j
j
j
m
i
i
i d
s
1
1
Balanced Transportation Problem
Balancing a TP if total supply exceeds total demand
If total supply exceeds total demand, we can balance the
problem by adding dummy demand point. Since shipments
to the dummy demand point are not real, they are assigned
a cost of zero.
Balancing a Transportation Problem
Balancing a TP if total supply is less than total demand
If a transportation problem has a total supply that is strictly
less than total demand, the problem has no feasible solution.
There is no doubt that in such a case one or more of the
demand will be left unmet. Generally in such situations a
penalty cost is often associated with unmet demand and as
one can guess this time the total penalty cost is desired to be
minimum
Unlike other Linear Programming problems, a
balanced TP with m supply points and n demand
points is easier to solve, although it has m + n
equality constraints.
The reason for that is, if a set of decision variables
(xij’s) satisfy all but one constraint, the values for xij’s
will satisfy that remaining constraint automatically.
Finding Basic Feasible Solution (bfs) for TP
There are three basic methods:
1. Northwest Corner Method
2. Minimum Cost Method
3. Vogel’s Method
Methods to Find the bfs for a balanced TP
To find the bfs by the NWC method:
Begin in the upper left (northwest) corner of the
transportation tableau and set x11 as large as
possible (here the limitations for setting x11 to a
larger number, will be the demand of demand
point 1 and the supply of supply point 1. Your
x11 value can not be greater than minimum of
this 2 values).
Northwest Corner Method
According to the explanations in the previous slide we can set x11=3
(meaning demand of demand point 1 is satisfied by supply point 1).
5
6
2
3 5 2 3
3 2
6
2
X 5 2 3
19
Northwest Corner Method
Demand
Supply
After we check the East and South cells, we saw that we can go east
(meaning supply point 1 still has capacity to fulfill some demand).
3 2 X
6
2
X 3 2 3
3 2 X
3 3
2
X X 2 3
20
Northwest Corner Method
After applying the same procedure, we saw that we can go south this
time (meaning demand point 2 needs more supply by supply point 2).
3 2 X
3 2 1
2
X X X 3
3 2 X
3 2 1 X
2
X X X 2 21
Northwest Corner Method
Finally, we will have the following bfs, which is:
x11=3, x12=2, x22=3, x23=2, x24=1, x34=2
3 2 X
3 2 1 X
2 X
X X X X
22
Northwest Corner Method
The Northwest Corner Method does not utilize
shipping costs. It can yield an initial bfs easily but the
total shipping cost may be very high.
The minimum cost method uses shipping costs in
order come up with a bfs that has a lower cost.
To begin the minimum cost method, first we find the
decision variable with the smallest shipping cost (Cij).
Then assign Xij its largest possible value, which is the
minimum of si and dj
Minimum Cost Method
After that, as in the Northwest Corner Method we
should cross out row i and column j and reduce the
supply or demand of the noncrossed-out row or column
by the value of Xij.
Then we will choose the cell with the minimum cost of
shipping from the cells that do not lie in a crossed-out
row or column and we will repeat the procedure.
Minimum Cost Method
An example for Minimum Cost Method
Step 1: Select the cell with minimum cost.
2 3 5 6
2 1 3 5
3 8 4 6
5
10
15
12 8 4 6
Minimum Cost Method
Step 2: Cross-out column 2
2 3 5 6
2 1 3 5
8
3 8 4 6
12 X 4 6
5
2
15
26
Minimum Cost Method
Step 3: Find the new cell with minimum shipping cost and
cross-out row 2
2 3 5 6
2 1 3 5
2 8
3 8 4 6
5
X
15
10 X 4 6
27
Minimum Cost Method
Step 4: Find the new cell with minimum shipping
cost and cross-out row 1
2 3 5 6
5
2 1 3 5
2 8
3 8 4 6
X
X
15
5 X 4 6
28
Minimum Cost Method
Step 5: Find the new cell with minimum shipping
cost and cross-out column 1
2 3 5 6
5
2 1 3 5
2 8
3 8 4 6
5
X
X
10
X X 4 6
29
Minimum Cost Method
Step 6: Find the new cell with minimum shipping
cost and cross-out column 3
2 3 5 6
5
2 1 3 5
2 8
3 8 4 6
5 4
X
X
6
X X X 6
30
Minimum Cost Method
Step 7: Finally assign 6 to last cell. The bfs is found
as: X11=5, X21=2, X22=8, X31=5, X33=4 and X34=6
2 3 5 6
5
2 1 3 5
2 8
3 8 4 6
5 4 6
X
X
X
X X X X
31
Minimum Cost Method
Begin with computing each row and column a penalty.
The penalty will be equal to the difference between the
two smallest shipping costs in the row or column.
Identify the row or column with the largest penalty.
Find the first basic variable which has the smallest
shipping cost in that row or column.
Then assign the highest possible value to that variable,
and cross-out the row or column as in the previous
methods. Compute new penalties and use the same
procedure.
Vogel’s Method
An example for Vogel’s Method
Step 1: Compute the penalties.
Supply Row Penalty
6 7 8
15 80 78
Demand
Column Penalty 15-6=9 80-7=73 78-8=70
7-6=1
78-15=63
15 5 5
10
15
33
Vogel’s Method
Step 2: Identify the largest penalty and assign the
highest possible value to the variable.
Supply Row Penalty
6 7 8
5
15 80 78
Demand
Column Penalty 15-6=9 _ 78-8=70
8-6=2
78-15=63
15 X 5
5
15
34
Vogel’s Method
Step 3: Identify the largest penalty and assign the
highest possible value to the variable.
Supply Row Penalty
6 7 8
5 5
15 80 78
Demand
Column Penalty 15-6=9 _ _
_
_
15 X X
0
15
35
Vogel’s Method
Step 4: Identify the largest penalty and assign the
highest possible value to the variable.
Supply Row Penalty
6 7 8
0 5 5
15 80 78
Demand
Column Penalty _ _ _
_
_
15 X X
X
15
36
Vogel’s Method
Step 5: Finally the bfs is found as X11=0, X12=5, X13=5,
and X21=15
Supply Row Penalty
6 7 8
0 5 5
15 80 78
15
Demand
Column Penalty _ _ _
_
_
X X X
X
X
37
Vogel’s Method
Transportation Tableau
Shipping costs, Supply, and Demand for Powerco Example
From
To
City 1 City 2 City 3 City 4
Supply
(Million kwh)
Plant 1 $8 $6 $10 $9 35
Plant 2 $9 $12 $13 $7 50
Plant 3 $14 $9 $16 $5 40
Demand
(Million kwh)
45 20 30 30
Exercise#1: Solve the problem using NWC, Minimum cost, and Vogel’s Methods.
Exercise#2: Formulate the LP model and solve using LINGO
References
 Wayne Winston, Operations Research:
Application and Algorithms, Duxbury Press.
 2004 Brooks/Cole, a division of Thompson
Learning Inc.

More Related Content

Similar to 07. Transportation Problem.pptx

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).pdfTeshome48
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptxSauravDash10
 
transporation problem
transporation problemtransporation problem
transporation problemVivek Lohani
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.pptanubhuti18
 
Linear Programming.pptx
Linear Programming.pptxLinear Programming.pptx
Linear Programming.pptxDrBabinDhasD
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment modelpriyanka yadav
 
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptxPresentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptxIBMRD Ahmednagar
 
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”IOSRJM
 
Transportation model
Transportation modelTransportation model
Transportation modelmsn007
 
Lecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionLecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionAathi Suku
 
Transportation and transshipment problems
Transportation  and transshipment problemsTransportation  and transshipment problems
Transportation and transshipment problemsDr. Adinath Damale
 
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
 

Similar to 07. Transportation Problem.pptx (20)

OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
 
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.pptx
Transportation.pptxTransportation.pptx
Transportation.pptx
 
transporation problem
transporation problemtransporation problem
transporation problem
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.ppt
 
O.R UNIT 3.pdf
O.R UNIT 3.pdfO.R UNIT 3.pdf
O.R UNIT 3.pdf
 
Linear Programming.pptx
Linear Programming.pptxLinear Programming.pptx
Linear Programming.pptx
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment model
 
Transportation problems
Transportation problemsTransportation problems
Transportation problems
 
Operation Research
Operation ResearchOperation Research
Operation Research
 
Assign transportation
Assign transportationAssign transportation
Assign transportation
 
T P
T PT P
T P
 
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptxPresentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
Presentation%20on%20Transportation%20and%20Assignment%20Problem.pptx
 
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
“An Alternate Approach to Find an Optimal Solution of a Transportation Problem.”
 
Transportation model
Transportation modelTransportation model
Transportation model
 
Lecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solutionLecture 7 transportation problem finding initial basic feasible solution
Lecture 7 transportation problem finding initial basic feasible solution
 
Transportation and transshipment problems
Transportation  and transshipment problemsTransportation  and transshipment problems
Transportation and transshipment problems
 
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 ...
 
Vam
VamVam
Vam
 
Operations Research Project
Operations Research ProjectOperations Research Project
Operations Research Project
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 

Recently uploaded (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 

07. Transportation Problem.pptx

  • 1. Transportation Problems A.A. B. Dinariyana Department of Marine Engineering Faculty of Marine Technology - ITS Operations Research Based on 2004 Brooks/Cole, a division of Thompson Learning Inc.
  • 2.  A transportation problem basically deals with the problem, which aims to find the best way to fulfill the demand of n demand points using the capacities of m supply points.  While trying to find the best way, generally a variable cost of shipping the product from one supply point to a demand point or a similar constraint should be taken into consideration. Description
  • 3.  Example 1: Powerco has three electric power plants that supply the electric needs of four cities.  The associated supply of each plant and demand of each city is given in the table 1.  The cost of sending 1 million kwh of electricity from a plant to a city depends on the distance the electricity must travel. Formulating Transportation Problems
  • 4. A transportation problem is specified by the supply, the demand, and the shipping costs. So the relevant data can be summarized in a transportation tableau. The transportation tableau implicitly expresses the supply and demand constraints and the shipping cost between each demand and supply point. Transportation Tableau
  • 5. Transportation Tableau Shipping costs, Supply, and Demand for Powerco Example From To City 1 City 2 City 3 City 4 Supply (Million kwh) Plant 1 $8 $6 $10 $9 35 Plant 2 $9 $12 $13 $7 50 Plant 3 $14 $9 $16 $5 40 Demand (Million kwh) 45 20 30 30
  • 6. 1. Decision Variable: Since we have to determine how much electricity is sent from each plant to each city; Xij = Amount of electricity produced at plant i and sent to city j X14 = Amount of electricity produced at plant 1 and sent to city 4 Solution
  • 7. Since we want to minimize the total cost of shipping from plants to cities; Minimize Z = 8X11+6X12+10X13+9X14 +9X21+12X22+13X23+7X24 +14X31+9X32+16X33+5X34 Objective Function
  • 8. Since each supply point has a limited production capacity; X11+X12+X13+X14 <= 35 X21+X22+X23+X24 <= 50 X31+X32+X33+X34 <= 40 Supply Constraints
  • 9. Since each demand point has a minimum demand capacity; X11+X21+X31 >= 45 X12+X22+X32 >= 20 X13+X23+X33 >= 30 X14+X24+X34 >= 30 Demand Constraints
  • 10. Since a negative amount of electricity can not be shipped all Xij’s must be non negative; Xij >= 0 (i= 1,2,3; j= 1,2,3,4) Sign Constraints
  • 11. Min Z = 8X11+6X12+10X13+9X14+9X21+12X22+13X23+7X24 +14X31+9X32+16X33+5X34 S.T.: X11+X12+X13+X14 <= 35 (Supply Constraints) X21+X22+X23+X24 <= 50 X31+X32+X33+X34 <= 40 X11+X21+X31 >= 45 (Demand Constraints) X12+X22+X32 >= 20 X13+X23+X33 >= 30 X14+X24+X34 >= 30 Xij >= 0 (i= 1,2,3; j= 1,2,3,4) LP Formulation of Powerco’s Problem
  • 12. 1. A set of m supply points from which a good is shipped. Supply point i can supply at most si units. 2. A set of n demand points to which the good is shipped. Demand point j must receive at least di units of the shipped good. 3. Each unit produced at supply point i and shipped to demand point j incurs a variable cost of cij. General Description of Transportation Problem
  • 13. Xij = number of units shipped from supply point i to demand point j ) ,..., 2 , 1 ; ,..., 2 , 1 ( 0 ) ,..., 2 , 1 ( ) ,..., 2 , 1 ( . . min 1 1 1 1 n j m i X n j d X m i s X t s X c ij m i i j ij n j j i ij m i i n j j ij ij                   General Description of Transportation Problem
  • 14. If total supply equals to total demand, the problem is said to be a balanced transportation problem:        n j j j m i i i d s 1 1 Balanced Transportation Problem
  • 15. Balancing a TP if total supply exceeds total demand If total supply exceeds total demand, we can balance the problem by adding dummy demand point. Since shipments to the dummy demand point are not real, they are assigned a cost of zero. Balancing a Transportation Problem Balancing a TP if total supply is less than total demand If a transportation problem has a total supply that is strictly less than total demand, the problem has no feasible solution. There is no doubt that in such a case one or more of the demand will be left unmet. Generally in such situations a penalty cost is often associated with unmet demand and as one can guess this time the total penalty cost is desired to be minimum
  • 16. Unlike other Linear Programming problems, a balanced TP with m supply points and n demand points is easier to solve, although it has m + n equality constraints. The reason for that is, if a set of decision variables (xij’s) satisfy all but one constraint, the values for xij’s will satisfy that remaining constraint automatically. Finding Basic Feasible Solution (bfs) for TP
  • 17. There are three basic methods: 1. Northwest Corner Method 2. Minimum Cost Method 3. Vogel’s Method Methods to Find the bfs for a balanced TP
  • 18. To find the bfs by the NWC method: Begin in the upper left (northwest) corner of the transportation tableau and set x11 as large as possible (here the limitations for setting x11 to a larger number, will be the demand of demand point 1 and the supply of supply point 1. Your x11 value can not be greater than minimum of this 2 values). Northwest Corner Method
  • 19. According to the explanations in the previous slide we can set x11=3 (meaning demand of demand point 1 is satisfied by supply point 1). 5 6 2 3 5 2 3 3 2 6 2 X 5 2 3 19 Northwest Corner Method Demand Supply
  • 20. After we check the East and South cells, we saw that we can go east (meaning supply point 1 still has capacity to fulfill some demand). 3 2 X 6 2 X 3 2 3 3 2 X 3 3 2 X X 2 3 20 Northwest Corner Method
  • 21. After applying the same procedure, we saw that we can go south this time (meaning demand point 2 needs more supply by supply point 2). 3 2 X 3 2 1 2 X X X 3 3 2 X 3 2 1 X 2 X X X 2 21 Northwest Corner Method
  • 22. Finally, we will have the following bfs, which is: x11=3, x12=2, x22=3, x23=2, x24=1, x34=2 3 2 X 3 2 1 X 2 X X X X X 22 Northwest Corner Method
  • 23. The Northwest Corner Method does not utilize shipping costs. It can yield an initial bfs easily but the total shipping cost may be very high. The minimum cost method uses shipping costs in order come up with a bfs that has a lower cost. To begin the minimum cost method, first we find the decision variable with the smallest shipping cost (Cij). Then assign Xij its largest possible value, which is the minimum of si and dj Minimum Cost Method
  • 24. After that, as in the Northwest Corner Method we should cross out row i and column j and reduce the supply or demand of the noncrossed-out row or column by the value of Xij. Then we will choose the cell with the minimum cost of shipping from the cells that do not lie in a crossed-out row or column and we will repeat the procedure. Minimum Cost Method
  • 25. An example for Minimum Cost Method Step 1: Select the cell with minimum cost. 2 3 5 6 2 1 3 5 3 8 4 6 5 10 15 12 8 4 6 Minimum Cost Method
  • 26. Step 2: Cross-out column 2 2 3 5 6 2 1 3 5 8 3 8 4 6 12 X 4 6 5 2 15 26 Minimum Cost Method
  • 27. Step 3: Find the new cell with minimum shipping cost and cross-out row 2 2 3 5 6 2 1 3 5 2 8 3 8 4 6 5 X 15 10 X 4 6 27 Minimum Cost Method
  • 28. Step 4: Find the new cell with minimum shipping cost and cross-out row 1 2 3 5 6 5 2 1 3 5 2 8 3 8 4 6 X X 15 5 X 4 6 28 Minimum Cost Method
  • 29. Step 5: Find the new cell with minimum shipping cost and cross-out column 1 2 3 5 6 5 2 1 3 5 2 8 3 8 4 6 5 X X 10 X X 4 6 29 Minimum Cost Method
  • 30. Step 6: Find the new cell with minimum shipping cost and cross-out column 3 2 3 5 6 5 2 1 3 5 2 8 3 8 4 6 5 4 X X 6 X X X 6 30 Minimum Cost Method
  • 31. Step 7: Finally assign 6 to last cell. The bfs is found as: X11=5, X21=2, X22=8, X31=5, X33=4 and X34=6 2 3 5 6 5 2 1 3 5 2 8 3 8 4 6 5 4 6 X X X X X X X 31 Minimum Cost Method
  • 32. Begin with computing each row and column a penalty. The penalty will be equal to the difference between the two smallest shipping costs in the row or column. Identify the row or column with the largest penalty. Find the first basic variable which has the smallest shipping cost in that row or column. Then assign the highest possible value to that variable, and cross-out the row or column as in the previous methods. Compute new penalties and use the same procedure. Vogel’s Method
  • 33. An example for Vogel’s Method Step 1: Compute the penalties. Supply Row Penalty 6 7 8 15 80 78 Demand Column Penalty 15-6=9 80-7=73 78-8=70 7-6=1 78-15=63 15 5 5 10 15 33 Vogel’s Method
  • 34. Step 2: Identify the largest penalty and assign the highest possible value to the variable. Supply Row Penalty 6 7 8 5 15 80 78 Demand Column Penalty 15-6=9 _ 78-8=70 8-6=2 78-15=63 15 X 5 5 15 34 Vogel’s Method
  • 35. Step 3: Identify the largest penalty and assign the highest possible value to the variable. Supply Row Penalty 6 7 8 5 5 15 80 78 Demand Column Penalty 15-6=9 _ _ _ _ 15 X X 0 15 35 Vogel’s Method
  • 36. Step 4: Identify the largest penalty and assign the highest possible value to the variable. Supply Row Penalty 6 7 8 0 5 5 15 80 78 Demand Column Penalty _ _ _ _ _ 15 X X X 15 36 Vogel’s Method
  • 37. Step 5: Finally the bfs is found as X11=0, X12=5, X13=5, and X21=15 Supply Row Penalty 6 7 8 0 5 5 15 80 78 15 Demand Column Penalty _ _ _ _ _ X X X X X 37 Vogel’s Method
  • 38. Transportation Tableau Shipping costs, Supply, and Demand for Powerco Example From To City 1 City 2 City 3 City 4 Supply (Million kwh) Plant 1 $8 $6 $10 $9 35 Plant 2 $9 $12 $13 $7 50 Plant 3 $14 $9 $16 $5 40 Demand (Million kwh) 45 20 30 30 Exercise#1: Solve the problem using NWC, Minimum cost, and Vogel’s Methods. Exercise#2: Formulate the LP model and solve using LINGO
  • 39. References  Wayne Winston, Operations Research: Application and Algorithms, Duxbury Press.  2004 Brooks/Cole, a division of Thompson Learning Inc.