SlideShare a Scribd company logo
1 of 20
Download to read offline
Lecture 5
System-Optimizing Transportation Network
Dr. Anna Nagurney
John F. Smith Memorial Professor
Isenberg School of Management
University of Massachusetts
Amherst, Massachusetts 01003
c 2009
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
Sea Freight
www.scanlogistics.com
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
Central authority can route traffic according to his will (users
can’t make their own choices).
Criterion or Objective
To minimize total cost in the network.
The total cost on a link =
ˆca(fa) = ca(fa) × fa
ca(fa) : user cost fa : total number of users on a.
Hence the total cost on a network can be expressed as:
a
ˆca(fa)
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
The system optimization (S-O) problem can, hence, be expressed
as:
Minimize
a
ˆca(fa) [ the total cost]
subject to the constraints:
dw =
p∈Pw
Fp, for all O/D pairs w.
fa =
p
Fpδap, for all links a.
Fp ≥ 0, for all p.
Note: The constraints are identical to those in the U-O problem.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
S-O conditions
Theorem
A link load pattern f induced by a path flow pattern F is system
optimizing if and only if there exists an ordering of paths:
p1, ..., ps, ps+1, ..., pm
that connect O/D pair w, such that
ˆCp1
(f ) = ... = ˆC ps
(f ) = λw ≤ ˆC ps +1
(f ) ≤ ... ≤ ˆC pm
(f )
Fpr > 0; r = 1, ..., s
Fpr = 0; r = s + 1, ..., m ,
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
where
ˆC p1 (f ) =
a
ˆca(fa)δap =
a
∂ ˆca(fa)
∂fa
δap
ˆC p1 (f ) : marginal of total cost on a path
ˆca(fa): marginal of total cost on a link
The above condition must be satisfied for every O/D pair in the
network.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
These conditions are equivalent to the Kuhn-Tucker conditions of
the optimization problem.
If the marginal cost functions are strictly increasing functions of
the flows on the links, we are guaranteed a unique S-O link flow
pattern.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
Example
Find the U-O and the S-O pattern for the following network:
dxy = 100
user link cost functions:
ca(fa) = 3fa + 1000
cb(fb) = 2fb + 1500
Recall that a flow pattern would be U-O if:
ca = cb and fa > 0, fb > 0,
or ca ≥ cb and fb > 0, fa = 0,
or ca ≤ cb and fa > 0, fb = 0.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
Let’s use the algorithm:
• Sort the ha’s : 1000 < 1500
• Compute
v1
w =
dw +
ha1
ga1
1
ga1
=
100+1000
3
1
3
= 1300.
• Check:
Is: 1000 < 1300 ≤ 1500; Yes!
Critical s = 1, so
fa = Fp1 =
v1
w −ha1
ga1
− 1300−1000
3 = 100 fb = Fp2 = 0
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
A flow pattern would be S-O if:
ˆca = ˆcb and fa > 0, fb > 0,
or ˆca ≥ ˆcb and fb > 0, fa = 0,
or ˆca ≤ ˆcb and fa > 0, fb = 0.
For this example, let’s see if both paths (which are links here) can
be used.
Then we must have: ˆca = ˆcb
How do we form these?
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
ˆca(fa) = (3fa + 1000) × fa = 3f 2
a + 1000fa
ˆcb(fb) = (2fb + 1500) × fb = 2f 2
b + 1500fb
Then
ˆca = ∂ˆca
∂fa
= 6fa + 1000
ˆcb = ∂ˆcb
∂fb
= 4fb + 1500
What else do we know?
fa + fb = dw = 100 ⇒ fb = 100 − fa
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
Hence,
ˆca(fa) = ˆcb(fb) means that:
6fa + 1000 = 4(100 − fa) + 1500
6fa + 1000 = 1800 − 4fa
10fa = 900, fa = 90; fb = 10.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
∗ The S-O pattern is distinct from the U-O pattern.
The total cost under the S-O pattern is
ca = 1270; cb = 1520.
Total cost = ˆca + ˆcb = ca × fa + cb × fb =
= (1270)90 + (1520)10 = 129, 500.
The total cost under the U-O pattern is:
ca = 1300; cb = 1500
Total cost = ˆca + ˆcb = ca × fa + cb × fb =
= 1300(100) + 1500(0) = 130, 000.
Note : Total Cost under the S-O pattern is less than the Total
Cost under the U-O pattern.
129,500 < 130,000 !
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
The Exact Equilibration Algorithm (S-O)
• Sort the hai ’s in non-descending order and relabel accordingly.
Set r = 1 and ham+1 = ∞.
• Compute
λr
w =
dw +
r
i=1
hai
2gai
r
i=1
1
2gai
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
The Exact Equilibration Algorithm (S-O) (continued)
• Check
If
har < λr
w ≤ har+1 ,
then STOP.
Set the critical s = r;
Fpr = λr
w −har
2gar
; r = 1, ..., s
Fpr = 0; r = s + 1, ..., m.
Else set r = r + 1 and goto Step 2.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
U-O Condition
For each O/D pair w , there exists an ordering:
Cp1 (f ) = ... = Cps (f ) = vw ≤ Cps+1 (f ) ≤ ... ≤ Cpm (f )
Fpr > 0; r = 1, ..., s.
Fpr = 0; r = s + 1, ..., m.
Here user costs on used paths are ”equilibrated or equal”.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
S-O Conditions
For each O/D pair w , there exists an ordering:
ˆCp1
(f ) = ... = ˆCps
(f ) = λw ≤ ˆCps +1
(f ) ≤ ... ≤ ˆCpm
(f )
Fpr > 0, r = 1, ..., s
Fpr = 0, r = s + 1, ..., m
Here marginal costs on used paths are ”equilibrated” or equal.
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
Freight
www.galleywinter.com
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
References
⇒ Dafermos S. and Sparrow F. (1969) The Traffic Assignment
Problem for a General Network. Journal of Research of the National
Bureau of Standards, Vol. 73B, No. 2, April-June 1969, pages
91-118
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
System-Optimizing Transportation Network
For more advanced formulations and associated theory, see
Professor Nagurney’s Fulbright Network Economics lectures.
http://supernet.som.umass.edu/austria lectures/fulmain.html
Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5

More Related Content

What's hot

L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....
L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....
L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....Hossam Shafiq I
 
L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)
L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)
L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)Hossam Shafiq I
 
L2 Generalized Representation of a Transportation Network (Transportation and...
L2 Generalized Representation of a Transportation Network (Transportation and...L2 Generalized Representation of a Transportation Network (Transportation and...
L2 Generalized Representation of a Transportation Network (Transportation and...Hossam Shafiq I
 
Model predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-enginesModel predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-enginespace130557
 
Coletti Dual Stage Ppt
Coletti Dual Stage PptColetti Dual Stage Ppt
Coletti Dual Stage Pptguest0e96d83
 

What's hot (10)

L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....
L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....
L12 The Spatial Price Equilibrium Problem (Transportation and Logistics & Dr....
 
L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)
L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)
L3 Cost Structure (Transportation and Logistics & Dr. Anna Nagurney)
 
L2 Generalized Representation of a Transportation Network (Transportation and...
L2 Generalized Representation of a Transportation Network (Transportation and...L2 Generalized Representation of a Transportation Network (Transportation and...
L2 Generalized Representation of a Transportation Network (Transportation and...
 
Logistics Routing
Logistics RoutingLogistics Routing
Logistics Routing
 
Electric buses presentation
Electric buses presentationElectric buses presentation
Electric buses presentation
 
kinematics in one dimension
kinematics  in  one  dimension kinematics  in  one  dimension
kinematics in one dimension
 
Model predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-enginesModel predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-engines
 
Coletti Dual Stage Ppt
Coletti Dual Stage PptColetti Dual Stage Ppt
Coletti Dual Stage Ppt
 
Network flows
Network flowsNetwork flows
Network flows
 
Yuwu chen
Yuwu chenYuwu chen
Yuwu chen
 

Similar to System-Optimizing Transportation Network Lecture

aads_assignment1_answer-1.pdf
aads_assignment1_answer-1.pdfaads_assignment1_answer-1.pdf
aads_assignment1_answer-1.pdfNanaKoori
 
How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?
How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?
How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?Amr ABDELFATTAH
 
Phonons & Phonopy: Pro Tips (2014)
Phonons & Phonopy: Pro Tips (2014)Phonons & Phonopy: Pro Tips (2014)
Phonons & Phonopy: Pro Tips (2014)Jonathan Skelton
 
2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]Bách Vũ Trọng
 
lecture01_lecture01_lecture0001_ceva.pdf
lecture01_lecture01_lecture0001_ceva.pdflecture01_lecture01_lecture0001_ceva.pdf
lecture01_lecture01_lecture0001_ceva.pdfAnaNeacsu5
 
A Dual Scheme For Traffic Assignment Problems
A Dual Scheme For Traffic Assignment ProblemsA Dual Scheme For Traffic Assignment Problems
A Dual Scheme For Traffic Assignment ProblemsAndrew Molina
 
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP ConstraintsAn Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP ConstraintsEM Legacy
 
An improved dft based channel estimation
An improved dft based channel estimationAn improved dft based channel estimation
An improved dft based channel estimationsakru naik
 
A0420105
A0420105A0420105
A0420105inventy
 
A0420105
A0420105A0420105
A0420105inventy
 
Load flow study
Load flow studyLoad flow study
Load flow studyf s
 
Capacity Performance Analysis for Decode-and-Forward OFDMDual-Hop System
Capacity Performance Analysis for Decode-and-Forward OFDMDual-Hop SystemCapacity Performance Analysis for Decode-and-Forward OFDMDual-Hop System
Capacity Performance Analysis for Decode-and-Forward OFDMDual-Hop SystemPolytechnique Montreal
 
Ant Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment ProblemAnt Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment ProblemSara Parker
 
Transfer path analysis
Transfer path analysisTransfer path analysis
Transfer path analysisYuanCheng38
 
An Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsAn Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsEM Legacy
 

Similar to System-Optimizing Transportation Network Lecture (20)

PhD_Slides
PhD_SlidesPhD_Slides
PhD_Slides
 
AIRO2008_Cherubini
AIRO2008_CherubiniAIRO2008_Cherubini
AIRO2008_Cherubini
 
aads_assignment1_answer-1.pdf
aads_assignment1_answer-1.pdfaads_assignment1_answer-1.pdf
aads_assignment1_answer-1.pdf
 
How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?
How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?
How do you configure your LTE-U eNodeB to fairly coexist with Wi-Fi?
 
Phonons & Phonopy: Pro Tips (2014)
Phonons & Phonopy: Pro Tips (2014)Phonons & Phonopy: Pro Tips (2014)
Phonons & Phonopy: Pro Tips (2014)
 
2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]2014.03.31.bach glc-pham-finalizing[conflict]
2014.03.31.bach glc-pham-finalizing[conflict]
 
lecture01_lecture01_lecture0001_ceva.pdf
lecture01_lecture01_lecture0001_ceva.pdflecture01_lecture01_lecture0001_ceva.pdf
lecture01_lecture01_lecture0001_ceva.pdf
 
A Dual Scheme For Traffic Assignment Problems
A Dual Scheme For Traffic Assignment ProblemsA Dual Scheme For Traffic Assignment Problems
A Dual Scheme For Traffic Assignment Problems
 
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP ConstraintsAn Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
An Offline Hybrid IGP/MPLS Traffic Engineering Approach under LSP Constraints
 
An improved dft based channel estimation
An improved dft based channel estimationAn improved dft based channel estimation
An improved dft based channel estimation
 
A0420105
A0420105A0420105
A0420105
 
A0420105
A0420105A0420105
A0420105
 
Load flow study
Load flow studyLoad flow study
Load flow study
 
Capacity Performance Analysis for Decode-and-Forward OFDMDual-Hop System
Capacity Performance Analysis for Decode-and-Forward OFDMDual-Hop SystemCapacity Performance Analysis for Decode-and-Forward OFDMDual-Hop System
Capacity Performance Analysis for Decode-and-Forward OFDMDual-Hop System
 
Ant Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment ProblemAnt Colony Optimisation Approaches For The Transportation Assignment Problem
Ant Colony Optimisation Approaches For The Transportation Assignment Problem
 
Farag1995
Farag1995Farag1995
Farag1995
 
Transfer path analysis
Transfer path analysisTransfer path analysis
Transfer path analysis
 
Internet
InternetInternet
Internet
 
An Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsAn Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF Weights
 
EuCARD-REP-2011-006
EuCARD-REP-2011-006EuCARD-REP-2011-006
EuCARD-REP-2011-006
 

More from Hossam Shafiq I

14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...
14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...
14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...Hossam Shafiq I
 
13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...
13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...
13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...Hossam Shafiq I
 
12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...
12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...
12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...Hossam Shafiq I
 
12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...
12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...
12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...Hossam Shafiq I
 
11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...
11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...
11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...Hossam Shafiq I
 
10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...
10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...
10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...Hossam Shafiq I
 
09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...
09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...
09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...Hossam Shafiq I
 
08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...
08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...
08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...Hossam Shafiq I
 
07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...
07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...
07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...Hossam Shafiq I
 
06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...
06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...
06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...Hossam Shafiq I
 
05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...Hossam Shafiq I
 
05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...
05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...
05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...Hossam Shafiq I
 
05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...
05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...
05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...Hossam Shafiq I
 
04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....
04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....
04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....Hossam Shafiq I
 
04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...
04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...
04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...Hossam Shafiq I
 
03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...
03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...
03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...Hossam Shafiq I
 
02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...
02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...
02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...Hossam Shafiq I
 
02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...
02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...
02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...Hossam Shafiq I
 
02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...
02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...
02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...Hossam Shafiq I
 
01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...Hossam Shafiq I
 

More from Hossam Shafiq I (20)

14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...
14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...
14 Signalling and Control Systems (Railway Engineering Lectures هندسة السكك ا...
 
13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...
13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...
13 Equipments in Railway Stations and Yards (Railway Engineering Lectures هند...
 
12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...
12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...
12 Points and Crossings (Railway Engineering Lectures هندسة السكك الحديدية & ...
 
12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...
12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...
12 Railway Yards and Terminals (Railway Engineering Lectures هندسة السكك الحد...
 
11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...
11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...
11 Geometric Design of Railway Track [Vertical Alignment] (Railway Engineerin...
 
10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...
10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...
10 Geometric Design of Railway Track [Horizontal Alignment] (Railway Engineer...
 
09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...
09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...
09 Drainage (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A...
 
08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...
08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...
08 Maintenance of Railway Tracks (Railway Engineering Lectures هندسة السكك ال...
 
07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...
07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...
07 Construction and Renewal of Tracks (Railway Engineering Lectures هندسة الس...
 
06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...
06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...
06 Creep of Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wa...
 
05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
05 Welded Track (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
 
05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...
05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...
05 Rail Joints (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walie...
 
05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...
05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...
05 Rails (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A. E...
 
04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....
04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....
04 Ballast (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied A....
 
04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...
04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...
04 Rail Sleepers (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wal...
 
03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...
03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...
03 Train Resistance and Tractive Power (Railway Engineering Lectures هندسة ال...
 
02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...
02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...
02 Handout #1 (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Walied...
 
02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...
02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...
02 Rail Transport Systems (Railway Engineering Lectures هندسة السكك الحديدية ...
 
02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...
02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...
02 Railway Terminology (Railway Engineering Lectures هندسة السكك الحديدية & D...
 
01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
01 Introduction (Railway Engineering Lectures هندسة السكك الحديدية & Dr. Wali...
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 

System-Optimizing Transportation Network Lecture

  • 1. Lecture 5 System-Optimizing Transportation Network Dr. Anna Nagurney John F. Smith Memorial Professor Isenberg School of Management University of Massachusetts Amherst, Massachusetts 01003 c 2009 Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 2. Sea Freight www.scanlogistics.com Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 3. System-Optimizing Transportation Network Central authority can route traffic according to his will (users can’t make their own choices). Criterion or Objective To minimize total cost in the network. The total cost on a link = ˆca(fa) = ca(fa) × fa ca(fa) : user cost fa : total number of users on a. Hence the total cost on a network can be expressed as: a ˆca(fa) Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 4. System-Optimizing Transportation Network The system optimization (S-O) problem can, hence, be expressed as: Minimize a ˆca(fa) [ the total cost] subject to the constraints: dw = p∈Pw Fp, for all O/D pairs w. fa = p Fpδap, for all links a. Fp ≥ 0, for all p. Note: The constraints are identical to those in the U-O problem. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 5. System-Optimizing Transportation Network S-O conditions Theorem A link load pattern f induced by a path flow pattern F is system optimizing if and only if there exists an ordering of paths: p1, ..., ps, ps+1, ..., pm that connect O/D pair w, such that ˆCp1 (f ) = ... = ˆC ps (f ) = λw ≤ ˆC ps +1 (f ) ≤ ... ≤ ˆC pm (f ) Fpr > 0; r = 1, ..., s Fpr = 0; r = s + 1, ..., m , Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 6. System-Optimizing Transportation Network where ˆC p1 (f ) = a ˆca(fa)δap = a ∂ ˆca(fa) ∂fa δap ˆC p1 (f ) : marginal of total cost on a path ˆca(fa): marginal of total cost on a link The above condition must be satisfied for every O/D pair in the network. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 7. System-Optimizing Transportation Network These conditions are equivalent to the Kuhn-Tucker conditions of the optimization problem. If the marginal cost functions are strictly increasing functions of the flows on the links, we are guaranteed a unique S-O link flow pattern. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 8. Example Find the U-O and the S-O pattern for the following network: dxy = 100 user link cost functions: ca(fa) = 3fa + 1000 cb(fb) = 2fb + 1500 Recall that a flow pattern would be U-O if: ca = cb and fa > 0, fb > 0, or ca ≥ cb and fb > 0, fa = 0, or ca ≤ cb and fa > 0, fb = 0. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 9. System-Optimizing Transportation Network Let’s use the algorithm: • Sort the ha’s : 1000 < 1500 • Compute v1 w = dw + ha1 ga1 1 ga1 = 100+1000 3 1 3 = 1300. • Check: Is: 1000 < 1300 ≤ 1500; Yes! Critical s = 1, so fa = Fp1 = v1 w −ha1 ga1 − 1300−1000 3 = 100 fb = Fp2 = 0 Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 10. System-Optimizing Transportation Network A flow pattern would be S-O if: ˆca = ˆcb and fa > 0, fb > 0, or ˆca ≥ ˆcb and fb > 0, fa = 0, or ˆca ≤ ˆcb and fa > 0, fb = 0. For this example, let’s see if both paths (which are links here) can be used. Then we must have: ˆca = ˆcb How do we form these? Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 11. System-Optimizing Transportation Network ˆca(fa) = (3fa + 1000) × fa = 3f 2 a + 1000fa ˆcb(fb) = (2fb + 1500) × fb = 2f 2 b + 1500fb Then ˆca = ∂ˆca ∂fa = 6fa + 1000 ˆcb = ∂ˆcb ∂fb = 4fb + 1500 What else do we know? fa + fb = dw = 100 ⇒ fb = 100 − fa Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 12. System-Optimizing Transportation Network Hence, ˆca(fa) = ˆcb(fb) means that: 6fa + 1000 = 4(100 − fa) + 1500 6fa + 1000 = 1800 − 4fa 10fa = 900, fa = 90; fb = 10. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 13. System-Optimizing Transportation Network ∗ The S-O pattern is distinct from the U-O pattern. The total cost under the S-O pattern is ca = 1270; cb = 1520. Total cost = ˆca + ˆcb = ca × fa + cb × fb = = (1270)90 + (1520)10 = 129, 500. The total cost under the U-O pattern is: ca = 1300; cb = 1500 Total cost = ˆca + ˆcb = ca × fa + cb × fb = = 1300(100) + 1500(0) = 130, 000. Note : Total Cost under the S-O pattern is less than the Total Cost under the U-O pattern. 129,500 < 130,000 ! Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 14. System-Optimizing Transportation Network The Exact Equilibration Algorithm (S-O) • Sort the hai ’s in non-descending order and relabel accordingly. Set r = 1 and ham+1 = ∞. • Compute λr w = dw + r i=1 hai 2gai r i=1 1 2gai Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 15. System-Optimizing Transportation Network The Exact Equilibration Algorithm (S-O) (continued) • Check If har < λr w ≤ har+1 , then STOP. Set the critical s = r; Fpr = λr w −har 2gar ; r = 1, ..., s Fpr = 0; r = s + 1, ..., m. Else set r = r + 1 and goto Step 2. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 16. System-Optimizing Transportation Network U-O Condition For each O/D pair w , there exists an ordering: Cp1 (f ) = ... = Cps (f ) = vw ≤ Cps+1 (f ) ≤ ... ≤ Cpm (f ) Fpr > 0; r = 1, ..., s. Fpr = 0; r = s + 1, ..., m. Here user costs on used paths are ”equilibrated or equal”. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 17. System-Optimizing Transportation Network S-O Conditions For each O/D pair w , there exists an ordering: ˆCp1 (f ) = ... = ˆCps (f ) = λw ≤ ˆCps +1 (f ) ≤ ... ≤ ˆCpm (f ) Fpr > 0, r = 1, ..., s Fpr = 0, r = s + 1, ..., m Here marginal costs on used paths are ”equilibrated” or equal. Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 18. Freight www.galleywinter.com Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 19. References ⇒ Dafermos S. and Sparrow F. (1969) The Traffic Assignment Problem for a General Network. Journal of Research of the National Bureau of Standards, Vol. 73B, No. 2, April-June 1969, pages 91-118 Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5
  • 20. System-Optimizing Transportation Network For more advanced formulations and associated theory, see Professor Nagurney’s Fulbright Network Economics lectures. http://supernet.som.umass.edu/austria lectures/fulmain.html Dr. Anna Nagurney FOMGT 341 Transportation and Logistics - Lecture 5