Transportation Logistics Professor Goodchild Spring 2011.

Slides:



Advertisements
Similar presentations
Vehicle Routing: Coincident Origin and Destination Points
Advertisements

CITY LOGISTICS “Is the process of totally optimising the logistics and transport activities by private companies in urban areas while considering the traffic.
Introduction to Mathematical Programming
Carthagène A brief introduction to combinatorial optimization: The Traveling Salesman Problem Simon de Givry.
Reducibility Class of problems A can be reduced to the class of problems B Take any instance of problem A Show how you can construct an instance of problem.
An Exact Algorithm for the Vehicle Routing Problem with Backhauls
The 2 Period Travelling Salesman Problem Applied to Milk Collection in Ireland By Professor H P Williams,London School of Economics Dr Martin Butler, University.
Modeling Rich Vehicle Routing Problems TIEJ601 Postgraduate Seminar Tuukka Puranen October 19 th 2009.
Vehicle Routing & Scheduling: Part 1
Vehicle Routing & Scheduling Multiple Routes Construction Heuristics –Sweep –Nearest Neighbor, Nearest Insertion, Savings –Cluster Methods Improvement.
Consumer Packaged Goods Manufacturing Industry Team: Aymaras Pan American Advanced Studies Institute Simulation and Optimization of Globalized Physical.
PROFESSOR GOODCHILD CEE 587 APRIL 15, 2009 Basic Optimization.
Previously in Chapter 6 Using binary variables Unintended options Lack of sensitivity analysis.
Vehicle Routing & Scheduling
MODELING AND ANALYSIS OF MANUFACTURING SYSTEMS Session 14 WAREHOUSING E. Gutierrez-Miravete Spring 2001.
Transportation Logistics Professor Goodchild Spring 2011.
Transportation Logistics Professor Goodchild Spring 2009.
1 Integrality constraints Integrality constraints are often crucial when modeling optimizayion problems as linear programs. We have seen that if our linear.
Carl Bro a|s - Route 2000 Solving real life vehicle routing problems Carl Bro a|s International consulting engineering company 2100 employees worldwide.
Vehicle Routing & Scheduling: Part 2 Multiple Routes Construction Heuristics –Sweep –Nearest Neighbor, Nearest Insertion, Savings –Cluster Methods Improvement.
Ch. 11: Optimization and Search Stephen Marsland, Machine Learning: An Algorithmic Perspective. CRC 2009 some slides from Stephen Marsland, some images.
The Travelling Salesman Problem (TSP)
Package Transportation Scheduling Albert Lee Robert Z. Lee.
Routing and Scheduling in Transportation. Vehicle Routing Problem Determining the best routes or schedules for pickup/delivery of passengers or goods.
Network Models Tran Van Hoai Faculty of Computer Science & Engineering HCMC University of Technology Tran Van Hoai.
Anne Goodchild | Andrea Gagliano | Maura Rowell October 10, 2013 Examining Carrier Transportation Characteristics along the Supply Chain.
1 1 1-to-Many Distribution Vehicle Routing John H. Vande Vate Spring, 2005.
COSC 4426 Topics in Computer Science II Discrete Optimization Good results with problems that are too big for people or computers to solve completely
Network-Based Optimization Models Charles E. Noon, Ph.D. The University of Tennessee.
Lecture 6 – Integer Programming Models Topics General model Logic constraint Defining decision variables Continuous vs. integral solution Applications:
The Application of The Improved Hybrid Ant Colony Algorithm in Vehicle Routing Optimization Problem International Conference on Future Computer and Communication,
K. Panchamgam, Y. Xiong, B. Golden*, and E. Wasil Presented at INFORMS Annual Meeting Charlotte, NC, November 2011 *R.H. Smith School of Business University.
Thursday, May 9 Heuristic Search: methods for solving difficult optimization problems Handouts: Lecture Notes See the introduction to the paper.
CSE 589 Part VI. Reading Skiena, Sections 5.5 and 6.8 CLR, chapter 37.
Optimizing Pheromone Modification for Dynamic Ant Algorithms Ryan Ward TJHSST Computer Systems Lab 2006/2007 Testing To test the relative effectiveness.
Master Tour Routing Vladimir Deineko, Warwick Business School.
Transportation Logistics CEE 498B/599I Professor Goodchild 4/18/07.
1 1 1-to-Many Distribution Vehicle Routing Part 2 John H. Vande Vate Spring, 2005.
Clase 3: Basic Concepts of Search. Problems: SAT, TSP. Tarea 1 Computación Evolutiva Gabriela Ochoa
The Maximum Traveling Salesman Problem under Polyhedral Norms Alexander Barvinok, David S. Johnson, Gerhard J. Woeginger and Russell Woodroffe Integer.
8/14/04 J. Bard and J. W. Barnes Operations Research Models and Methods Copyright All rights reserved Lecture 6 – Integer Programming Models Topics.
Vehicle Routing Problems
Vehicle Routing & Scheduling Cluster Algorithms Improvement Heuristics Time Windows.
Lecture 6 – Integer Programming Models Topics General model Logic constraint Defining decision variables Continuous vs. integral solution Applications:
Distribution Manager Supply Chain Man. (SCM), “Logistics” Transport Plans (Production Plans) Facility Location f.ex. warehouses Network Models: Minimal.
Solving the Vehicle Routing Problem with Multiple Multi-Capacity Vehicles Michael Sanders.
Vehicle Routing Problem
Management Science 461 Lecture 7 – Routing (TSP) October 28, 2008.
Retail Distribution Inside a City or small Region.
1 1 Vehicle Routing Part 2 John H. Vande Vate Fall, 2002.
Transportation II Lecture 16 ESD.260 Fall 2003 Caplice.
A Warehouse Location Routing Problem Jirawan Niemsakul (Jossef Perl: University of Maryland Presentation By: Mark S.Daskin: Northwestern University) &
A Set-Partitioning-Based Model and Solution Procedure for the SVRP Rosemary Berger, Jeff Linderoth, Clara Novoa and Bob Storer Department of Industrial.
A MapReduced Based Hybrid Genetic Algorithm Using Island Approach for Solving Large Scale Time Dependent Vehicle Routing Problem Rohit Kondekar BT08CSE053.
Integer Programming An integer linear program (ILP) is defined exactly as a linear program except that values of variables in a feasible solution have.
Local Container Truck Routing Problem with its Operational Flexibility Kyungsoo Jeong, Ph.D. Candidate University of California, Irvine Local container.
Polynomial-time approximation schemes for NP-hard geometric problems
1 The Travelling Salesman Problem (TSP) H.P. Williams Professor of Operational Research London School of Economics.
Service Delivery in the Field
Spatial Analysis cont. Optimization Network Analysis, Routing
1.3 Modeling with exponentially many constr.
GEOP 4355 Transportation Routing Models
TransCAD Vehicle Routing 2018/11/29.
The Hierarchical Traveling Salesman Problem
Tour of Texas 50 largest cites (with airports) Application of Simulated Annnealing to the Traveling Salesman Problem (NP-hard)
Professor Goodchild Cee 587 April 13, 2011
Spatial Analysis cont. Optimization Network Analysis, Routing
Planning the transportation of elderly to a daycare center
Vehicle Routing John H. Vande Vate Fall,
Presentation transcript:

Transportation Logistics Professor Goodchild Spring 2011

Traveling Salesman Problem Visit a set of cities and minimize total travel cost Applies to delivery routes Assume travel cost independent of order Individual traveler

Traveling Salesman Problem Can be formulated as an integer programming problem The time to find an optimal solution increases very quickly with N Requires location of each city (customer) to be visited

TSP approximation Is there a formula for L* (the optimum expected length) if N points are randomly scattered (with density δ) in a square region of area A? L*~k √(AN)=kN/√δ k depends on the metric (approximately 0.72 for L2 (Euclidean),.92 for L1 (grid)) Works well for large N Other formulae for different shapes, moderate N

Vehicle Routing Problem Assume given locations of N points, a depot, a matrix of costs to travel between locations, a demand for each point, a vehicle capacity Find an allocation of points to vehicles and a set of vehicle routes ending and beginning at the depot that minimizes either vehicle distance, number of vehicles, or a combination of the two Assumes number of vehicles known

VRP Can be formulated as an integer program in a variety of ways The time to find an optimal solution increases very quickly with N Faster solution methods have been developed that don’t find the optimum but find a good solution Local search methods (simulated annealing)

TSP approximation r: distance from depot to center of tour area D: total demand (units) v m : vehicle capacity L vrp ≤L tsp +2Dr/v m

Time windows A time window is an interval in time, provided for the delivery of some good A narrow time window is a short one, say 30 minutes in length A wide time window is a long one, say 8 hours in length How do time windows effect the vehicle routing problem?

Questions How does the length of a tour change with demand density? How does the number of drivers change with the length of a tour? How would you calculate the demand density with 30 minute time windows versus 2 hour time windows?

Tailored Strategies Tighter time windows for customers that are willing to pay more. Deliveries outside of peak travel periods. Allow transportation companies to expand their markets. Increase logistical complexity.