Traffic Flow Jerusalem to Tel Aviv Kiong Teo Yuval Nevo Steve Hunt.

Slides:



Advertisements
Similar presentations
Ch. 12 Routing in Switched Networks
Advertisements

Using dynamic flow network modeling for global flight plan optimization CARE workshop 14th –15th March 2001, EUROCONTROL Brussels. Dritan Nace Heudiasyc.
Lee Eubanks Joseph A. Snel. Intro/Backstory Problem Assumptions Graph Elements Questions Formulation Results Relativity Follow-Up Outline.
Traffic assignment.
Outline LP formulation of minimal cost flow problem
James Montgomery & Karen Teague. Background  Williams Tank Lines is one of the largest for-hire bulk petroleum carriers in California (Fuel Transport.
1 Lecture 2 Shortest-Path Problems Assignment Problems Transportation Problems.
Waikiki Tsunami Preparedness Major Trisha Cobb, USA LT Hamadi Bouaicha, Tunisia Navy OA 4202 Team Project Network Flows and Graphs.
ENGM 732 Formalization of Network Flows Network Flow Models.
Fixed Time Signal Coordination
1 Lecture 1 Introduction. 2 Agenda  typical problems in transportation and logistics  modeling  shortest-path problems  assignment problems.
CEE 320 Winter 2006 Route Choice CEE 320 Steve Muench.
UCLA 2012 Commencement Ceremonies So Young Kim. Order of Presentation I.Introduction II.Mathematical Modeling III.Network System 3.1. Overall Data Description.
Management Science 461 Lecture 2b – Shortest Paths September 16, 2008.
A Practical Approach to QoS Routing for Wireless Networks Teresa Tung, Zhanfeng Jia, Jean Walrand WiOpt 2005—Riva Del Garda.
Routing Strategies Fixed Routing
Math443/543 Mathematical Modeling and Optimization
ORF 510: Directed Research II “Analyzing travel time distributions using GPS data” Santiago Arroyo Advisor: Prof. Alain L. Kornhauser January 13 th, 2004.
Facilities Planning Objectives and Agenda: 1. Examples of Shortest Path Problem 2. Finding shortest paths: Dijkstra’s method 3. Other applications of Shortest.
Lecture 3. Notations and examples D. Moltchanov, TUT, Spring 2008 D. Moltchanov, TUT, Spring 2015.
Network Flow Models Chapter 7.
ORF 510: Directed Research II “Analyzing travel time distributions using GPS data” Santiago Arroyo Advisor: Prof. Alain L. Kornhauser January 13 th, 2004.
Jennifer Rexford Princeton University MW 11:00am-12:20pm Wide-Area Traffic Management COS 597E: Software Defined Networking.
Adaptive Traffic Light Control For Traffic Network.
Earthquake Emergency Response LT Byron Lee LT K. Beth Jasper LT Greg Bauer.
and 6.855J The Capacity Scaling Algorithm.
Networks and the Shortest Path Problem.  Physical Networks  Road Networks  Railway Networks  Airline traffic Networks  Electrical networks, e.g.,
Modeling the Interaction Between Railroad Freight Schedule Adherence and Asset Utilization Yan Dong* Joseph M. Sussman** Carl D. Martland** * Transport.
17 th International Teletraffic Congress Topological design of telecommunication networks Michał Pióro a,b, Alpar Jüttner c, Janos Harmatos c, Áron Szentesi.
EMIS 8373: Integer Programming “Easy” Integer Programming Problems: Network Flow Problems updated 11 February 2007.
Highway Risk Mitigation through Systems Engineering.
What is Modeling?. Simplifying Complex Phenomena v We live in a complex world v Most of the scientific relationships we study are very complex v Understanding.
Route Planning Texas Transfer Corp (TTC) Case 1. Linear programming Example: Woodcarving, Inc. Manufactures two types of wooden toys  Soldiers sell for.
EMIS 8374 Network Flow Models updated 29 January 2008.
1 - CS7701 – Fall 2004 Review of: Detecting Network Intrusions via Sampling: A Game Theoretic Approach Paper by: – Murali Kodialam (Bell Labs) – T.V. Lakshman.
1 An Arc-Path Model for OSPF Weight Setting Problem Dr.Jeffery Kennington Anusha Madhavan.
Model 5 Long Distance Phone Calls By Benjamin Cutting
Capacity-constrained Traffic Assignment in Network with Residual Queues and Implementation in EMME/2 Tel.: , 16th.
Shortest Path Algorithm
11/02/2001 Workshop on Optical Networking 1 Design Method of Logical Topologies in WDM Network with Quality of Protection Junichi Katou Dept. of Informatics.
The Ant System Optimization by a colony of cooperating agents.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Decision Maths 1 Shortest path algorithm Dijkstra’s Algorithm A V Ali :
Highway Risk Mitigation through Systems Engineering.
Network Problems A D O B T E C
Wavelength-Routed Optical Networks: Linear Formulation, Resource Budgeting Tradeoffs, and a Reconfiguration Study Dhritiman Banergee and Biswanath Mukherjee,
Chapter 12: Urban Transportation Policy “Everything in life is somewhere else, and you get there in a car.” E. B. White, One Man’s Meat, (NY: Harper &
Network Flows Based on the book: Introduction to Management Science. Hillier & Hillier. McGraw-Hill.
1 Chapter 13 Mathematical models of networks give us algorithms so computationally efficient that we can employ them to evaluate problems too big to be.
Party-by-Night Problem
Chapter 12 Network Models 12-1
Dijkstra’s Algorithm with two levels of buckets
Fuzzy Dynamic Traffic Assignment Model
Party-by-Night Problem
The Shortest Augmenting Path Algorithm for the Maximum Flow Problem
Stochastic Network Interdiction
Breadth first search animation
Introduction Basic formulations Applications
Lecture 4 Graph Search.
Spanning Tree Algorithms
and 6.855J Flow Decomposition
Chapter 6 Network Flow Models.
15.082J & 6.855J & ESD.78J Radix Heap Animation
The Shortest Augmenting Path Algorithm for the Maximum Flow Problem
The Shortest Augmenting Path Algorithm for the Maximum Flow Problem
and 6.855J Dijkstra’s Algorithm
15.082J & 6.855J & ESD.78J Visualizations
and 6.855J Depth First Search
Breadth first search animation
13 June 2013 Dave Risius Chris Wood
Presentation transcript:

Traffic Flow Jerusalem to Tel Aviv Kiong Teo Yuval Nevo Steve Hunt

Agenda Scenario Basic Traffic Model Analysis: – Resilience – Stochastic Accidents – Commuting alternatives Conclusion / Questions

Scenario

General Assumptions Model is static Coarse network – only highways All traffic goes to Tel Aviv All traffic coming from four locations Discrete traffic conditions Accidents add a fixed delay

Network Overlay S A B D C E G J I K N L F H T

Abstraction S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road

Model Construct AB (d, 0, 60) y ij

Model Construct AB Indexed arcs Index C(y) = d/65 if y < 201 d/35 if 20 <= y <= 402 d/10 if 0 <= y <= 603 (d/35, 0, 20) (d/10, 0, 20) (d/65, 0, 20)

Specific Model Assumptions Traffic (by lane) – up to 20 cars/minute - avg speed = 65 km/h – 20 to 40 cars/minute - avg speed = 35 km/h – 40 to 60 cars/minute - avg speed = 10 km/h – 60 is the max capacity – Network arc upper bound is (# lanes)*20 Cost = distance / speed ( with some adjustments) Delay – Delay1 = light traffic = 10 minutes – Delay2 = medium traffic = 30 minutes – Delay3 = heavy traffic = 60 minutes Accident probability – arc length / total road length – 50% between Jerusalem and Tel Aviv

Mathematical Formulation Min Cost Flow: Shortest Path:

Traffic Conditions S A B D C E G J I K N L F H T Lane Legend 2 lanes road 3 lanes road 4 lanes road Flow Intensity index 1 index 2 index

Best Route - No Blocks S A B D C E G J I K N L F H T solve ShortestPath with no roadblocks transit arc S1 -> C transit arc C -> F transit arc F -> I transit arc I -> L transit arc L -> T transit cost= 1.24 Legend 2 lanes road 3 lanes road 4 lanes road Best Route

With 1 Block S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road Best Route interdiction plan with 1.00 teams: blocking road: L -> T cost with interdiction = E+2 **** solve ShortestPath with 1.00 roadblocks: transit arc S1 -> C transit arc C -> F transit arc F -> I transit arc I -> K transit arc K -> N transit arc N -> T transit cost= 1.92

With 2 Blocks S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road Best Route interdiction plan with 2.00 teams: blocking road: L -> T blocking road: N -> T cost with interdiction = E+2 **** solve ShortestPath with 2.00 roadblocks: transit arc S1 -> C transit arc C -> F transit arc F -> I transit arc I -> K transit arc K -> N transit arc N -> T transit cost= 1.85

With 3 Blocks S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road Best Route interdiction plan with 3.00 teams: blocking road: S1 -> A blocking road: L -> T blocking road: N -> T cost with interdiction = E+2 **** solve ShortestPath with 3.00 roadblocks: transit arc S1 -> A transit arc A -> B transit arc B -> D transit arc D -> G transit arc G -> I transit arc I -> K transit arc K -> N transit arc N -> T transit cost= 2.10

With 4 Blocks S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road Best Route interdiction plan with 4.00 teams: blocking road: S1 -> A blocking road: K -> N blocking road: L -> T blocking road: N -> T cost with interdiction = E+2 **** solve ShortestPath with 4.00 roadblocks: transit arc S1 -> A transit arc A -> B transit arc B -> D transit arc C -> F transit arc D -> C transit arc F -> I transit arc I -> L transit arc L -> T transit cost= 2.42

With 5 Blocks S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road Best Route interdiction plan with 5.00 teams: blocking road: I -> L blocking road: J -> L blocking road: K -> N blocking road: L -> T blocking road: N -> T cost with interdiction = E+2 **** solve ShortestPath with 5.00 roadblocks: transit arc S1 -> C transit arc C -> F transit arc F -> I transit arc I -> K transit arc K -> N transit arc N -> T transit cost= 2.35

With 6 Blocks S A B D C E G J I K N L F H T Legend 2 lanes road 3 lanes road 4 lanes road Best Route interdiction plan with 6.00 teams: blocking road: E -> H blocking road: I -> L blocking road: J -> L blocking road: K -> N blocking road: L -> T blocking road: N -> T cost with interdiction = E+2 **** solve ShortestPath with 6.00 roadblocks: transit arc S1 -> C transit arc C -> F transit arc F -> I transit arc I -> K transit arc K -> N transit arc N -> T transit cost= 2.35

Resilience Curve Scaled by factor of 100 for comparison

Alternatives S A B D C E G J I K N L F H T Legend Alternative 1 Alternative 2 Alternative 3

Alternative Comparison

Commuter Alternatives

e.g. Source node = G

Conclusion Simple, yet realistic Robust capability Handling uncertainty Questions?