SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Transportation, Assignment and
Transshipment Problems
Course: MBA
Subject: Quantitative
Techniques
Unit: 1.2
Applications
Physical analog
of nodes
Physical analog
of arcs
Flow
Communication
systems
phone exchanges,
computers,
transmission
facilities, satellites
Cables, fiber optic
links, microwave
relay links
Voice messages,
Data,
Video transmissions
Hydraulic systems
Pumping stations
Reservoirs, Lakes
Pipelines
Water, Gas, Oil,
Hydraulic fluids
Integrated
computer circuits
Gates, registers,
processors
Wires Electrical current
Mechanical systems Joints
Rods, Beams,
Springs
Heat, Energy
Transportation
systems
Intersections,
Airports,
Rail yards
Highways,
Airline routes
Railbeds
Passengers,
freight,
vehicles,
operators
Applications of Network Optimization
Description
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.
7.1 Formulating Transportation
Problems
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.
Transportation tableau
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.
Table 1. 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
Transportation Tableau
Solution
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
2. Objective function
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
3. Supply Constraints
Since each supply point has a limited production
capacity;
X11+X12+X13+X14 <= 35
X21+X22+X23+X24 <= 50
X31+X32+X33+X34 <= 40
4. Demand Constraints
Since each supply point has a limited production
capacity;
X11+X21+X31 >= 45
X12+X22+X32 >= 20
X13+X23+X33 >= 30
X14+X24+X34 >= 30
5. Sign 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)
LP Formulation of Powerco’s Problem
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)
General Description of a Transportation
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.
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
njmiX
njdX
misXts
Xc
ij
mi
i
jij
nj
j
iij
mi
i
nj
j
ijij














Balanced Transportation Problem
If Total supply equals to total demand, the
problem is said to be a balanced
transportation problem:






nj
j
j
mi
i
i ds
11
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 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
7.2 Finding Basic Feasible Solution
for TP
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.
Methods to find the bfs for a balanced TP
There are three basic methods:
1. Northwest Corner Method
2. Minimum Cost Method
3. Vogel’s Method
1. Northwest Corner Method
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).
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
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
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
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
2. Minimum Cost Method
The Northwest Corner Method dos 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 (Xij). Then
assign Xij its largest possible value, which is the
minimum of si and dj
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 non crossed-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.
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
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
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
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
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
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
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
3. Vogel’s Method
Begin with computing each row and column a
penalty. The penalty will be equal to the difference
between the two smallest shipping costs in the row or
column. Identify the row or column with the largest
penalty. Find the first basic variable which has the
smallest shipping cost in that row or column. Then
assign the highest possible value to that variable, and
cross-out the row or column as in the previous
methods. Compute new penalties and use the same
procedure.
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
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
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
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
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
7.3 The Transportation Simplex
Method
In this section we will explain how the simplex
algorithm is used to solve a transportation problem.
How to Pivot a Transportation Problem
Based on the transportation tableau, the following
steps should be performed.
Step 1. Determine (by a criterion to be developed
shortly, for example northwest corner method) the
variable that should enter the basis.
Step 2. Find the loop (it can be shown that there is
only one loop) involving the entering variable and
some of the basic variables.
Step 3. Counting the cells in the loop, label them as
even cells or odd cells.
Step 4. Find the odd cells whose variable assumes the
smallest value. Call this value θ. The variable
corresponding to this odd cell will leave the basis. To
perform the pivot, decrease the value of each odd cell
by θ and increase the value of each even cell by θ.
The variables that are not in the loop remain
unchanged. The pivot is now complete. If θ=0, the
entering variable will equal 0, and an odd variable
that has a current value of 0 will leave the basis. In
this case a degenerate bfs existed before and will
result after the pivot. If more than one odd cell in the
loop equals θ, you may arbitrarily choose one of these
odd cells to leave the basis; again a degenerate bfs
will result
7.5. Assignment Problems
Example: Machine co has four jobs to be completed.
Each machine must be assigned to complete one job.
The time required to setup each machine for
completing each job is shown in the table below.
Machinco wants to minimize the total setup time
needed to complete the four jobs.
Hungarian Assignment Method (HAM)
• For a typical balanced assignment problem involving a certain number of
persons and an equal number of jobs, and with an objective function of
the minimization type, the method is applied as listed in the following
steps:
1. Locate the smallest cost element in each row of the cost table. Now
subtract this smallest element from each element in that row. As a
result, there shall be at least one zero in each row of this new table,
called the reduced cost table.
2. In the reduced cost table obtained, consider each column and locate
the smallest element in it. Subtract the smallest value from every other
entry in the column. As a consequence of this action, there would be at
least one zero in each of the rows and column of the second reduced
cost table.
3. Draw minimum number of horizontal and vertical line that are required
to cover all the ‘zero’ elements.
Conti…
4. Select the smallest uncovered cost element. Subtract these element
from all uncovered elements including itself and add this element
to each value located at the intersection of any two lines. The cost
element through which only one line passes remain unaltered.
5. Repeat step 3 and 4 until an optimal solution is obtained.
6. Give an optimal solution, make the job assignments as indicated by
the zero element.
Setup times
(Also called the cost matrix)
Time (Hours)
Job1 Job2 Job3 Job4
Machine 1 14 5 8 7
Machine 2 2 12 6 5
Machine 3 7 8 3 9
Machine 4 2 4 6 10
References
• Quantitative Techniques, by CR Kothari, Vikas
publication
• Fundamentals of Statistics by SC Guta
Publisher Sultan Chand
• Quantitative Techniques in management by
N.D. Vohra Publisher: Tata Mcgraw hill

Weitere ähnliche Inhalte

Was ist angesagt?

Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programmingjyothimonc
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation ProblemAlvin Niere
 
operation research-modi
operation research-modioperation research-modi
operation research-modiMaharshi Soni
 
NORTH WEST CORNER METHOD
NORTH WEST CORNER METHODNORTH WEST CORNER METHOD
NORTH WEST CORNER METHODRashiPandey16
 
History of Operations Research
History of Operations ResearchHistory of Operations Research
History of Operations ResearchKarishma Chaudhary
 
Transportation Assignment
Transportation AssignmentTransportation Assignment
Transportation AssignmentNilam Kabra
 
Transportation model
Transportation modelTransportation model
Transportation modelmsn007
 
LINEAR PROGRAMMING Assignment help
LINEAR PROGRAMMING Assignment helpLINEAR PROGRAMMING Assignment help
LINEAR PROGRAMMING Assignment helpjohn mayer
 
Decision theory
Decision theoryDecision theory
Decision theorySurekha98
 
Unit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsUnit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsDagnaygebawGoshme
 
Network Techniques for Project Management
Network Techniques for Project ManagementNetwork Techniques for Project Management
Network Techniques for Project ManagementIshan Gandhi
 
Transportation model
Transportation modelTransportation model
Transportation modelLokesh Payasi
 

Was ist angesagt? (20)

Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 
Transportation Problem
Transportation ProblemTransportation Problem
Transportation Problem
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
operation research-modi
operation research-modioperation research-modi
operation research-modi
 
Assignment model
Assignment modelAssignment model
Assignment model
 
NORTH WEST CORNER METHOD
NORTH WEST CORNER METHODNORTH WEST CORNER METHOD
NORTH WEST CORNER METHOD
 
Transportation problems
Transportation problemsTransportation problems
Transportation problems
 
Pert and CPM
Pert and CPMPert and CPM
Pert and CPM
 
L20 Simplex Method
L20 Simplex MethodL20 Simplex Method
L20 Simplex Method
 
History of Operations Research
History of Operations ResearchHistory of Operations Research
History of Operations Research
 
Critical Path Method(CPM)
Critical Path Method(CPM)Critical Path Method(CPM)
Critical Path Method(CPM)
 
Transportation Assignment
Transportation AssignmentTransportation Assignment
Transportation Assignment
 
Nature of Costs
Nature of CostsNature of Costs
Nature of Costs
 
Linear programing
Linear programingLinear programing
Linear programing
 
Transportation model
Transportation modelTransportation model
Transportation model
 
LINEAR PROGRAMMING Assignment help
LINEAR PROGRAMMING Assignment helpLINEAR PROGRAMMING Assignment help
LINEAR PROGRAMMING Assignment help
 
Decision theory
Decision theoryDecision theory
Decision theory
 
Unit.5. transportation and assignment problems
Unit.5. transportation and assignment problemsUnit.5. transportation and assignment problems
Unit.5. transportation and assignment problems
 
Network Techniques for Project Management
Network Techniques for Project ManagementNetwork Techniques for Project Management
Network Techniques for Project Management
 
Transportation model
Transportation modelTransportation model
Transportation model
 

Andere mochten auch

Transshipment and shipside
Transshipment  and shipsideTransshipment  and shipside
Transshipment and shipsideDanna
 
Mbai itm u4.1 communication
Mbai itm u4.1 communicationMbai itm u4.1 communication
Mbai itm u4.1 communicationRai University
 
Mbai itm u4.2 social responsibilities and ethics
Mbai itm u4.2 social responsibilities and ethicsMbai itm u4.2 social responsibilities and ethics
Mbai itm u4.2 social responsibilities and ethicsRai University
 
4th Annual Floating Terminals 2014
4th Annual Floating Terminals 20144th Annual Floating Terminals 2014
4th Annual Floating Terminals 2014Ruoh Yi Tham
 
Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)kongara
 
Planning offshore hubs observations and guidelines 14012017
Planning offshore hubs observations and guidelines  14012017Planning offshore hubs observations and guidelines  14012017
Planning offshore hubs observations and guidelines 14012017Marco Pluijm
 
Paper on transshipment modelling
Paper on transshipment modellingPaper on transshipment modelling
Paper on transshipment modellingGeorge Cherian
 
Combine coal transshipment project report
Combine coal transshipment project reportCombine coal transshipment project report
Combine coal transshipment project reportshehri_cbe
 
Kingfisher airlines
Kingfisher airlinesKingfisher airlines
Kingfisher airlinessaketsrv2
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programminggourab27
 
Monte Carlo Simulation Methods
Monte Carlo Simulation MethodsMonte Carlo Simulation Methods
Monte Carlo Simulation Methodsioneec
 
Time cost trade off
Time cost trade offTime cost trade off
Time cost trade offsanddrap
 
Investment opportunities in Trinidad's maritime industry
Investment opportunities in Trinidad's maritime industryInvestment opportunities in Trinidad's maritime industry
Investment opportunities in Trinidad's maritime industryinvesTT Trinidad and Tobago
 

Andere mochten auch (20)

Transshipment and shipside
Transshipment  and shipsideTransshipment  and shipside
Transshipment and shipside
 
Transportation technique
Transportation techniqueTransportation technique
Transportation technique
 
Mbai itm u4.1 communication
Mbai itm u4.1 communicationMbai itm u4.1 communication
Mbai itm u4.1 communication
 
Mbai itm u4.2 social responsibilities and ethics
Mbai itm u4.2 social responsibilities and ethicsMbai itm u4.2 social responsibilities and ethics
Mbai itm u4.2 social responsibilities and ethics
 
Final Report Of KPT
Final Report Of KPTFinal Report Of KPT
Final Report Of KPT
 
4th Annual Floating Terminals 2014
4th Annual Floating Terminals 20144th Annual Floating Terminals 2014
4th Annual Floating Terminals 2014
 
Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)Ms(transp.transship,assign) (1)
Ms(transp.transship,assign) (1)
 
Planning offshore hubs observations and guidelines 14012017
Planning offshore hubs observations and guidelines  14012017Planning offshore hubs observations and guidelines  14012017
Planning offshore hubs observations and guidelines 14012017
 
Transportation winston
Transportation winstonTransportation winston
Transportation winston
 
Assign transportation
Assign transportationAssign transportation
Assign transportation
 
Paper on transshipment modelling
Paper on transshipment modellingPaper on transshipment modelling
Paper on transshipment modelling
 
Combine coal transshipment project report
Combine coal transshipment project reportCombine coal transshipment project report
Combine coal transshipment project report
 
Ms(lpgraphicalsoln.)[1]
Ms(lpgraphicalsoln.)[1]Ms(lpgraphicalsoln.)[1]
Ms(lpgraphicalsoln.)[1]
 
Kingfisher airlines
Kingfisher airlinesKingfisher airlines
Kingfisher airlines
 
Duality in Linear Programming
Duality in Linear ProgrammingDuality in Linear Programming
Duality in Linear Programming
 
Credit, Cash, and Collections Management
Credit, Cash, and Collections ManagementCredit, Cash, and Collections Management
Credit, Cash, and Collections Management
 
Monte Carlo Simulation Methods
Monte Carlo Simulation MethodsMonte Carlo Simulation Methods
Monte Carlo Simulation Methods
 
P time-cost
P time-costP time-cost
P time-cost
 
Time cost trade off
Time cost trade offTime cost trade off
Time cost trade off
 
Investment opportunities in Trinidad's maritime industry
Investment opportunities in Trinidad's maritime industryInvestment opportunities in Trinidad's maritime industry
Investment opportunities in Trinidad's maritime industry
 

Ähnlich wie Mba i qt unit-1.2_transportation, assignment and transshipment problems

Top school in delhi ncr
Top school in delhi ncrTop school in delhi ncr
Top school in delhi ncrEdhole.com
 
Transportation problem
Transportation problemTransportation problem
Transportation problemShubhagata Roy
 
QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxhonakjannu789
 
transporation problem
transporation problemtransporation problem
transporation problemVivek Lohani
 
Transportation and transshipment problems
Transportation  and transshipment problemsTransportation  and transshipment problems
Transportation and transshipment problemsDr. Adinath Damale
 
Deepika(14 mba5012) transportation ppt
Deepika(14 mba5012)  transportation pptDeepika(14 mba5012)  transportation ppt
Deepika(14 mba5012) transportation pptDeepika Bansal
 
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
 
Greedy algorithms -Making change-Knapsack-Prim's-Kruskal's
Greedy algorithms -Making change-Knapsack-Prim's-Kruskal'sGreedy algorithms -Making change-Knapsack-Prim's-Kruskal's
Greedy algorithms -Making change-Knapsack-Prim's-Kruskal'sJay Patel
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment modelpriyanka yadav
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptxSauravDash10
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.pptanubhuti18
 
“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
 
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
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problemAnkit Katiyar
 

Ähnlich wie Mba i qt unit-1.2_transportation, assignment and transshipment problems (20)

07. Transportation Problem.pptx
07. Transportation Problem.pptx07. Transportation Problem.pptx
07. Transportation Problem.pptx
 
Top school in delhi ncr
Top school in delhi ncrTop school in delhi ncr
Top school in delhi ncr
 
Transportation problem
Transportation problemTransportation problem
Transportation problem
 
Chapter 07.ppt
Chapter 07.pptChapter 07.ppt
Chapter 07.ppt
 
QABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptxQABD Transportation problems-UNIT-3.pptx
QABD Transportation problems-UNIT-3.pptx
 
transporation problem
transporation problemtransporation problem
transporation problem
 
OR 14 15-unit_2
OR 14 15-unit_2OR 14 15-unit_2
OR 14 15-unit_2
 
Transportation and transshipment problems
Transportation  and transshipment problemsTransportation  and transshipment problems
Transportation and transshipment problems
 
Deepika(14 mba5012) transportation ppt
Deepika(14 mba5012)  transportation pptDeepika(14 mba5012)  transportation ppt
Deepika(14 mba5012) transportation ppt
 
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
 
Greedy algorithms -Making change-Knapsack-Prim's-Kruskal's
Greedy algorithms -Making change-Knapsack-Prim's-Kruskal'sGreedy algorithms -Making change-Knapsack-Prim's-Kruskal's
Greedy algorithms -Making change-Knapsack-Prim's-Kruskal's
 
Transportation model and assignment model
Transportation model and assignment modelTransportation model and assignment model
Transportation model and assignment model
 
Operation Research
Operation ResearchOperation Research
Operation Research
 
Transportation.pptx
Transportation.pptxTransportation.pptx
Transportation.pptx
 
transportation-model.ppt
transportation-model.ppttransportation-model.ppt
transportation-model.ppt
 
“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.”
 
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
 
O.R UNIT 3.pdf
O.R UNIT 3.pdfO.R UNIT 3.pdf
O.R UNIT 3.pdf
 
Transportation and assignment_problem
Transportation and assignment_problemTransportation and assignment_problem
Transportation and assignment_problem
 
Operations Research Project
Operations Research ProjectOperations Research Project
Operations Research Project
 

Mehr von Rai University

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University Rai University
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,Rai University
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02Rai University
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditureRai University
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public financeRai University
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introductionRai University
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflationRai University
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economicsRai University
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructureRai University
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competitionRai University
 

Mehr von Rai University (20)

Brochure Rai University
Brochure Rai University Brochure Rai University
Brochure Rai University
 
Mm unit 4point2
Mm unit 4point2Mm unit 4point2
Mm unit 4point2
 
Mm unit 4point1
Mm unit 4point1Mm unit 4point1
Mm unit 4point1
 
Mm unit 4point3
Mm unit 4point3Mm unit 4point3
Mm unit 4point3
 
Mm unit 3point2
Mm unit 3point2Mm unit 3point2
Mm unit 3point2
 
Mm unit 3point1
Mm unit 3point1Mm unit 3point1
Mm unit 3point1
 
Mm unit 2point2
Mm unit 2point2Mm unit 2point2
Mm unit 2point2
 
Mm unit 2 point 1
Mm unit 2 point 1Mm unit 2 point 1
Mm unit 2 point 1
 
Mm unit 1point3
Mm unit 1point3Mm unit 1point3
Mm unit 1point3
 
Mm unit 1point2
Mm unit 1point2Mm unit 1point2
Mm unit 1point2
 
Mm unit 1point1
Mm unit 1point1Mm unit 1point1
Mm unit 1point1
 
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,Bdft ii, tmt, unit-iii,  dyeing & types of dyeing,
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
 
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02Bsc agri  2 pae  u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
 
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri  2 pae  u-4.3 public expenditureBsc agri  2 pae  u-4.3 public expenditure
Bsc agri 2 pae u-4.3 public expenditure
 
Bsc agri 2 pae u-4.2 public finance
Bsc agri  2 pae  u-4.2 public financeBsc agri  2 pae  u-4.2 public finance
Bsc agri 2 pae u-4.2 public finance
 
Bsc agri 2 pae u-4.1 introduction
Bsc agri  2 pae  u-4.1 introductionBsc agri  2 pae  u-4.1 introduction
Bsc agri 2 pae u-4.1 introduction
 
Bsc agri 2 pae u-3.3 inflation
Bsc agri  2 pae  u-3.3  inflationBsc agri  2 pae  u-3.3  inflation
Bsc agri 2 pae u-3.3 inflation
 
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri  2 pae  u-3.2 introduction to macro economicsBsc agri  2 pae  u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.2 introduction to macro economics
 
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri  2 pae  u-3.1 marketstructureBsc agri  2 pae  u-3.1 marketstructure
Bsc agri 2 pae u-3.1 marketstructure
 
Bsc agri 2 pae u-3 perfect-competition
Bsc agri  2 pae  u-3 perfect-competitionBsc agri  2 pae  u-3 perfect-competition
Bsc agri 2 pae u-3 perfect-competition
 

Kürzlich hochgeladen

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 

Kürzlich hochgeladen (20)

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 

Mba i qt unit-1.2_transportation, assignment and transshipment problems

  • 1. Transportation, Assignment and Transshipment Problems Course: MBA Subject: Quantitative Techniques Unit: 1.2
  • 2. Applications Physical analog of nodes Physical analog of arcs Flow Communication systems phone exchanges, computers, transmission facilities, satellites Cables, fiber optic links, microwave relay links Voice messages, Data, Video transmissions Hydraulic systems Pumping stations Reservoirs, Lakes Pipelines Water, Gas, Oil, Hydraulic fluids Integrated computer circuits Gates, registers, processors Wires Electrical current Mechanical systems Joints Rods, Beams, Springs Heat, Energy Transportation systems Intersections, Airports, Rail yards Highways, Airline routes Railbeds Passengers, freight, vehicles, operators Applications of Network Optimization
  • 3. Description 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.
  • 4. 7.1 Formulating Transportation Problems 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.
  • 5. Transportation tableau 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.
  • 6. Table 1. 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 Transportation Tableau
  • 7. Solution 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
  • 8. 2. Objective function 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
  • 9. 3. Supply Constraints Since each supply point has a limited production capacity; X11+X12+X13+X14 <= 35 X21+X22+X23+X24 <= 50 X31+X32+X33+X34 <= 40
  • 10. 4. Demand Constraints Since each supply point has a limited production capacity; X11+X21+X31 >= 45 X12+X22+X32 >= 20 X13+X23+X33 >= 30 X14+X24+X34 >= 30
  • 11. 5. Sign 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)
  • 12. LP Formulation of Powerco’s Problem 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)
  • 13. General Description of a Transportation 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.
  • 14. 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 njmiX njdX misXts Xc ij mi i jij nj j iij mi i nj j ijij              
  • 15. Balanced Transportation Problem If Total supply equals to total demand, the problem is said to be a balanced transportation problem:       nj j j mi i i ds 11
  • 16. 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.
  • 17. Balancing a transportation problem 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
  • 18. 7.2 Finding Basic Feasible Solution for TP 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.
  • 19. Methods to find the bfs for a balanced TP There are three basic methods: 1. Northwest Corner Method 2. Minimum Cost Method 3. Vogel’s Method
  • 20. 1. Northwest Corner Method 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).
  • 21. 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
  • 22. 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
  • 23. 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
  • 24. 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
  • 25. 2. Minimum Cost Method The Northwest Corner Method dos 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 (Xij). Then assign Xij its largest possible value, which is the minimum of si and dj
  • 26. 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 non crossed-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.
  • 27. 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
  • 28. 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
  • 29. 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
  • 30. 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
  • 31. 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
  • 32. 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
  • 33. 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
  • 34. 3. Vogel’s Method Begin with computing each row and column a penalty. The penalty will be equal to the difference between the two smallest shipping costs in the row or column. Identify the row or column with the largest penalty. Find the first basic variable which has the smallest shipping cost in that row or column. Then assign the highest possible value to that variable, and cross-out the row or column as in the previous methods. Compute new penalties and use the same procedure.
  • 35. 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
  • 36. 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
  • 37. 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
  • 38. 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
  • 39. 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
  • 40. 7.3 The Transportation Simplex Method In this section we will explain how the simplex algorithm is used to solve a transportation problem.
  • 41. How to Pivot a Transportation Problem Based on the transportation tableau, the following steps should be performed. Step 1. Determine (by a criterion to be developed shortly, for example northwest corner method) the variable that should enter the basis. Step 2. Find the loop (it can be shown that there is only one loop) involving the entering variable and some of the basic variables. Step 3. Counting the cells in the loop, label them as even cells or odd cells.
  • 42. Step 4. Find the odd cells whose variable assumes the smallest value. Call this value θ. The variable corresponding to this odd cell will leave the basis. To perform the pivot, decrease the value of each odd cell by θ and increase the value of each even cell by θ. The variables that are not in the loop remain unchanged. The pivot is now complete. If θ=0, the entering variable will equal 0, and an odd variable that has a current value of 0 will leave the basis. In this case a degenerate bfs existed before and will result after the pivot. If more than one odd cell in the loop equals θ, you may arbitrarily choose one of these odd cells to leave the basis; again a degenerate bfs will result
  • 43. 7.5. Assignment Problems Example: Machine co has four jobs to be completed. Each machine must be assigned to complete one job. The time required to setup each machine for completing each job is shown in the table below. Machinco wants to minimize the total setup time needed to complete the four jobs.
  • 44. Hungarian Assignment Method (HAM) • For a typical balanced assignment problem involving a certain number of persons and an equal number of jobs, and with an objective function of the minimization type, the method is applied as listed in the following steps: 1. Locate the smallest cost element in each row of the cost table. Now subtract this smallest element from each element in that row. As a result, there shall be at least one zero in each row of this new table, called the reduced cost table. 2. In the reduced cost table obtained, consider each column and locate the smallest element in it. Subtract the smallest value from every other entry in the column. As a consequence of this action, there would be at least one zero in each of the rows and column of the second reduced cost table. 3. Draw minimum number of horizontal and vertical line that are required to cover all the ‘zero’ elements.
  • 45. Conti… 4. Select the smallest uncovered cost element. Subtract these element from all uncovered elements including itself and add this element to each value located at the intersection of any two lines. The cost element through which only one line passes remain unaltered. 5. Repeat step 3 and 4 until an optimal solution is obtained. 6. Give an optimal solution, make the job assignments as indicated by the zero element.
  • 46. Setup times (Also called the cost matrix) Time (Hours) Job1 Job2 Job3 Job4 Machine 1 14 5 8 7 Machine 2 2 12 6 5 Machine 3 7 8 3 9 Machine 4 2 4 6 10
  • 47. References • Quantitative Techniques, by CR Kothari, Vikas publication • Fundamentals of Statistics by SC Guta Publisher Sultan Chand • Quantitative Techniques in management by N.D. Vohra Publisher: Tata Mcgraw hill