Decision Support for Attended Home Deliveries in Metropolitan Areas

Size: px
Start display at page:

Download "Decision Support for Attended Home Deliveries in Metropolitan Areas"

Transcription

1 Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Decision Support for Attended Home Deliveries in Metropolitan Areas Ann Melissa Campbell, Jan Fabian Ehmke 2013 Service Management and Science Forum

2 Challenges for Attended Home Deliveries Online retailing is the fastest growing retail sector Efficient and reliable delivery of orders is critical for lasting success This is particularly challenging for attended deliveries Examples: grocery, large appliances, repairmen

3 Challenges for Attended Home Deliveries For attended deliveries Customers and service providers agree on a time window Customers expect on-time deliveries, narrow time windows Online retailers need to maximize the number of customers visited Deliveries in metropolitan areas suffer from congestion Not surprising many of the early businesses failed!

4 PTV, Karlsruhe Key Decisions Strategic: Decide what service time windows to offer in each customer area. Operational: 1. Selection of a service time window Decide what windows are feasible for each customer Decide when to close time windows in different areas 2. Order picking Picking in warehouse vs. stores 3. Vehicle routing and scheduling Minimizing costs of delivery

5 PTV, Karlsruhe Related Work Strategic: Decide what service time windows to offer in each customer area. Agatz, Campbell, Fleischmann, Savelsbergh 2011 Operational: 1. Selection of a service time window Assumed deterministic travel time Not look at impact of congestion/time dependency Campbell & Savelsbergh 2005/2006, Asdemir et al Order picking 3. Vehicle routing and scheduling Consider a time-dependent cost matrix TDVRPTW Ichoua et al. 2003, Eglese et al. 2006, Fleischmann et al. 2004, Maden et al. 2010

6 Our Focus How do we decide which requests to accept in each service time window? How do we balance the need to provide reliable service with profit maximization? Examine several acceptance mechanisms Differ in level of information, ease of implementation Evaluate them using simulation framework Simulated demands Simulated travel times to reflect congestion in metropolitan areas

7 Home Delivery Problem Retailer offers a predefined set of time slots on a day Delivery requests arrive before start of service Customer selects time slot Each customer has first and second choice Provide first choice if available Provide second choice if first choice not available Customer leaves if neither available Need to quickly decide if each request can be handled in a particular time slot Objective: maximize the number of accepted requests Assumption: vehicle capacity not binding Time Slot [12:00,12:59] [13:00,13:59] [14:00,14:59] [15:00,15:59] [16:00,16:59] [17:00,17:59] [18:00,18:59]

8 Solving the Home Delivery Problem Need to quickly decide if each request can be handled in a particular time slot This can be done in a rough/approximate way Rules of thumb Fast/easy Refer to as static approaches This can be done in a more dynamic way Use more detailed information, build routes Can accept more deliveries May accept too many deliveries! Congestion, stochastic travel times Refer to as dynamic approaches Time Slot [12:00,12:59] [13:00,13:59] [14:00,14:59] [15:00,15:59] [16:00,16:59] [17:00,17:59] [18:00,18:59]

9 Home Delivery Problem Static Approaches SLOT: Accept a fixed number of requests per time slot If first priority time slot cannot be accommodated, check alternative option, else: reject Common/simplest Time Slot SLOT TD-SLOT [12:00,12:59] 6 7 [13:00,13:59] 6 7 [14:00,14:59] 6 6 [15:00,15:59] 6 5 [16:00,16:59] 6 4 TD-SLOT: Allow the number of requests to vary depending on time of day Requires general knowledge on the evolution of travel times [17:00,17:59] 6 4 [18:00,18:59] 6 5 Feasibility of scheduled routes is not guaranteed.

10 Home Delivery Problem Dynamic Approaches (1/2) Dynamic (DYN): Incorporate time-dependent travel times and precise routing Consider a complete TDVRPTW solution for feasibility check ( I1/Solomon 1987) If the current request (and the already accepted requests) can be accommodated feasibly, it is accepted This can still fail due to stochastic travel times! Dynamic Simple Buffer (DYN-SBF): Include a simple buffer time bt in the feasibility check of each request Accept a request i only if arr i + bt < late i E.g. get there 10 minutes before window closes All customers have the same buffer

11 Home Delivery Problem Dynamic Approaches (2/2) Dynamic Buffer (DYN-BUF): May need more dynamic buffer bt i Does not treat all requests the same Observation: a long drive yields more variability in the arrival time Buffer size should change based on travel time Observation: Think of last bus stop. The bus rarely gets there on time The later in the tour, more buffer needed due to accumulated lateness Buffers change based on location in the tour Idea: accept a request i only if arr i + bt i < late i Computing this buffer correctly is non-trivial!

12 Home Delivery Problem Propagation of Arrival Times (1/2) Arrival time distribution at customer not based on simply combining means and variances of travel times Many assume this! Arrival time at one customer based on previous travel times and time windows arr i arr i earl i late i (a) (b) Consider if majority of distribution of arrival times is before a customer s time window The opening of the window determines the departure time This reduces the variance in arrival times at subsequent customers Summary: Service time windows impact how you propagate the variability earl i earl i arr i late i late i (c)

13 Home Delivery Problem Propagation of Arrival Times (2/2) Our idea: A recursive calculation of variance that depends on: Proportion β i of arrival time distribution after earl i 2 Variation of travel times σ i 1,i arr i arr i earl i late i (a) (b) γ i = cumulated standard deviation of arrival time earl i late i γ i = 2 2 β i 1 γ i 1 + σ i 1,i, γ 0, β 0 = 0 bt i = α β i γ i With user specific service level α arr i (c) earl i late i Summary: We compute a unique buffer for each customer based on information from earlier in the tour

14 Impact of DYN-BUF TW 15:00-16:00 DYN: Arrival 15:56 BUF: Arrival 15:32 TW 15:00-16:00 DYN: Arrival 15:59 BUF: Arrival 15:51 Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen TW 18:00-19:00 DYN: Arrival 18:58 BUF: Arrival 18:14 TW 17:00-18:00 DYN: Arrival 17:46 BUF: Arrival 17:35 DYN: 34 customers Proportion served late: 94% BUF: 34 customers Proportion served late: 7% TW 19:00-20:00 DYN: Arrival 19:42 BUF: Arrival 19:28

15 Computational Experiments Experimental Design Real-world inspired metropolitan network Two zones of customer locations Inner city and suburbs 100 instances from each zone Mean time-dependent travel times generated from speed multipliers To reflect daily congestion patterns Parameters of distribution based on fit with real travel time data (Stuttgart) Basic test: 7 time slots of width: 60 minutes Service time at customers: 20 minutes Three vehicles Solve each instance with each acceptance mechanism Simulate 1000 times cluster 1 cluster 2 cluster 3 cluster 4 cluster 5 cluster 6

16 Computational Experiments Suburban Delivery SLOT accepts the least requests DYN accepts the most but is late in 86% of realizations DYN-BUF: smaller request acceptance, but occurrence of lateness is reduced a lot DYN-SBF and static approaches accept far fewer but are also rarely late tend to be conservative 100% 98% 96% 94% 92% 90% 88% 86% 84% 82% 80% 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% avg # of accepted requests (suburban) SLOT TD-SLOT DYN-SBF DYN-BUF(2.0) DYN avg prop. of tour plans late (suburban) SLOT TD-SLOT DYN-SBF DYN-BUF(2.0) DYN

17 Computational Experiments Inner City Delivery Extent of lateness is less due to shorter distances DYN-SBF is very strict in inner city areas fewer deliveries than TD-SLOT DYN-BUF reduces lateness occurrence, but accepts almost as many requests as DYN 100% 98% 96% 94% 92% 90% 88% 86% 84% 82% 80% 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% avg # of accepted requests (inner city) SLOT TD-SLOT DYN-SBF DYN-BUF(2.0) DYN avg prop. of tour plans late (inner city) SLOT TD-SLOT DYN-SBF DYN-BUF(2.0) DYN

18 Conclusions and Outlook Static approaches do not maximize utilization of logistics resources Parameter estimation difficult and inflexible Dynamic approaches are able to increase efficiency Basic dynamic approaches good for close locations in downtown Most important to consider travel time variation with longer distances + congestion (suburbs) shorter time windows Design routing algorithm to minimize lateness propagation

19 Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Thank you for your attention!

Integration of information and optimization models for routing in city logistics

Integration of information and optimization models for routing in city logistics Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Integration of information and optimization models for routing in city logistics Dirk Mattfeld and Jan Fabian Ehmke, Shonan Village,

More information

Consumer Direct Grocery Initiatives

Consumer Direct Grocery Initiatives Consumer Direct Grocery Initiatives Martin Savelsbergh The Logistics Institute Georgia Institute of Technology Ann Melissa Campbell Department of Management Sciences University of Iowa George Shaheen (Webvan):

More information

Challenges and Opportunities in Attended Home Delivery

Challenges and Opportunities in Attended Home Delivery Challenges and Opportunities in Attended Home Delivery Niels Agatz RSM Erasmus University, Rotterdam, The Netherlands nagatz@rsm.nl Ann Melissa Campbell Department of Management Sciences, Tippie College

More information

Vendor Managed Inventory vs. Order Based Fulfillment in a. Specialty Chemical Company

Vendor Managed Inventory vs. Order Based Fulfillment in a. Specialty Chemical Company Vendor Managed Inventory vs. Order Based Fulfillment in a Specialty Chemical Company Introduction By Dimitrios Andritsos and Anthony Craig Bulk chemicals manufacturers are considering the implementation

More information

arxiv: v3 [math.oc] 16 Jul 2018

arxiv: v3 [math.oc] 16 Jul 2018 An Optimization Approach to the Ordering Phase of an Attended Home Delivery Service arxiv:1805.00448v3 [math.oc] 16 Jul 2018 P. Hungerländer and K. Maier and J. Pöcher and A. Rendl and C. Truden July 17,

More information

Last-Mile Logistics. Dr Arne Strauss. Associate Professor of Operational Research University of Warwick

Last-Mile Logistics. Dr Arne Strauss. Associate Professor of Operational Research University of Warwick Last-Mile Logistics Dr Arne Strauss Associate Professor of Operational Research University of Warwick International Conference on Operations Research, 6-8 Sept 2017, Berlin, Germany Last-Mile Cost Challenge

More information

Solving an On-line Capacitated Vehicle Routing Problem with Structured Time Windows

Solving an On-line Capacitated Vehicle Routing Problem with Structured Time Windows Solving an On-line Capacitated Vehicle Routing Problem with Structured Time Windows P. Hungerländer, K. Maier, J. Pöcher, A. Rendl and C. Truden 25th February 2017 Abstract The capacitated Vehicle Routing

More information

Spatial Information in Offline Approximate Dynamic Programming for Dynamic Vehicle Routing with Stochastic Requests

Spatial Information in Offline Approximate Dynamic Programming for Dynamic Vehicle Routing with Stochastic Requests 1 Spatial Information in Offline Approximate Dynamic Programming for Dynamic Vehicle Routing with Stochastic Requests Ansmann, Artur, TU Braunschweig, a.ansmann@tu-braunschweig.de Ulmer, Marlin W., TU

More information

Utilizing Optimization Techniques to Enhance Cost and Schedule Risk Analysis

Utilizing Optimization Techniques to Enhance Cost and Schedule Risk Analysis 1 Utilizing Optimization Techniques to Enhance Cost and Schedule Risk Analysis Colin Smith, Brandon Herzog SCEA 2012 2 Table of Contents Introduction to Optimization Optimization and Uncertainty Analysis

More information

Data-Driven Approaches for Emissions-Minimized Paths in Urban Areas

Data-Driven Approaches for Emissions-Minimized Paths in Urban Areas Data-Driven Approaches for Emissions-Minimized Paths in Urban Areas Jan Fabian Ehmke, Ann Melissa Campbell, Barrett W. Thomas April 12, 2015 Abstract Concerns about air quality and global warming have

More information

Fixed Routes with Backup Vehicles for Stochastic Vehicle Routing Problems with Time Constraints

Fixed Routes with Backup Vehicles for Stochastic Vehicle Routing Problems with Time Constraints Fixed Routes with Backup Vehicles for Stochastic Vehicle Routing Problems with Time Constraints Alan L. Erera, Martin Savelsbergh, and Emrah Uyar The Supply Chain and Logistics Institute School of Industrial

More information

A Genetic Algorithm on Inventory Routing Problem

A Genetic Algorithm on Inventory Routing Problem A Genetic Algorithm on Inventory Routing Problem Artvin Çoruh University e-mail: nevin.aydin@gmail.com Volume 3 No 3 (2014) ISSN 2158-8708 (online) DOI 10.5195/emaj.2014.31 http://emaj.pitt.edu Abstract

More information

Dynamic Vehicle Routing and Dispatching

Dynamic Vehicle Routing and Dispatching Dynamic Vehicle Routing and Dispatching Jean-Yves Potvin Département d informatique et recherche opérationnelle and Centre interuniversitaire de recherche sur les réseaux d entreprise, la logistique et

More information

Answer Key Testname: M1 06

Answer Key Testname: M1 06 Testname: M1-06 1) B 2) D 3) A 4) B 5) C 6) C 7) B 8) A 9) D 10) B 11) A 12) D 13) B 14) A 15) B 16) B 17) B 18) D 19) A 20) B 21) B 22) D 23) B 24) B 25) A 26) With the pull method, customer demand (an

More information

Liner Shipping Single Service Design Problem with Arrival Time Service Levels

Liner Shipping Single Service Design Problem with Arrival Time Service Levels Liner Shipping Single Service Design Problem with Arrival Time Service Levels Kevin Tierney (Joint work with Ann Campbell, Jan Fabian Ehmke and Daniel Müller) kevin.tierney@upb.de Department of Business

More information

Mobility on Demand for Improving Business Profits and User Satisfaction

Mobility on Demand for Improving Business Profits and User Satisfaction Mobility on Demand for Improving Business Profits and User Satisfaction Takuro Ikeda Takushi Fujita Moshe E. Ben-Akiva For a sustainable society, we need to design a mobility management system that does

More information

Brand Architecture On A Complex Campus

Brand Architecture On A Complex Campus Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Brand Architecture On A Complex Campus Dr. Elisabeth Hoffmann, Technische Universität Braunschweig The University formally known as what?

More information

ArcGIS Network Analysis Solving transportation problems

ArcGIS Network Analysis Solving transportation problems Route Closest Facility Service Area ArcGIS Network Analysis Solving transportation problems Location-Allocation Vehicle Routing Problem Origin-Destination Cost Matrix Where do you get street data? Included

More information

ABSTRACT. Timetable, Urban bus network, Stochastic demand, Variable demand, Simulation ISSN:

ABSTRACT. Timetable, Urban bus network, Stochastic demand, Variable demand, Simulation ISSN: International Journal of Industrial Engineering & Production Research (09) pp. 83-91 December 09, Volume, Number 3 International Journal of Industrial Engineering & Production Research ISSN: 08-4889 Journal

More information

Prospect of Technology for Public Transit Planning using Smart Card Data

Prospect of Technology for Public Transit Planning using Smart Card Data Prospect of Technology for Public Transit Planning using Smart Card Data Inmook Lee 1 and Suk-mun Oh and Jae Hong Min Department of Railway Policy & Strategy, Korea Railroad Research Institute, 360-1 Woram-dong,

More information

Estimates of costs of road congestion in Wellington

Estimates of costs of road congestion in Wellington Estimates of costs of road congestion in Wellington Dave Grimmond October 2017 For more information, contact the Greater Wellington Regional Council: www.gw.govt.nz info@gw.govt.nz Contents 1. Executive

More information

The vehicle routing problem with demand range

The vehicle routing problem with demand range DOI 10.1007/s10479-006-0057-0 The vehicle routing problem with demand range Ann Melissa Campbell C Science + Business Media, LLC 2006 Abstract We propose and formulate the vehicle routing problem with

More information

Multi-Period Vehicle Routing with Stochastic Customers

Multi-Period Vehicle Routing with Stochastic Customers Multi-Period Vehicle Routing with Stochastic Customers Anirudh Subramanyam, Chrysanthos E. Gounaris Frank Mufalli, Jose M. Pinto EWO Spring Meeting March 9, 2016 1 Tactical Planning in Vehicle Routing

More information

VEHICLE ROUTING WITH REGARD TO TRAFFIC PROGNOSIS AND CONGESTION PROBABILITIES

VEHICLE ROUTING WITH REGARD TO TRAFFIC PROGNOSIS AND CONGESTION PROBABILITIES Advanced OR and AI Methods in Transportation VEHICLE ROUTING WITH REGARD TO TRAFFIC PROGNOSIS AND CONGESTION PROBABILITIES Matthias STICKEL, Jörg DARGER, Kai FURMANS Abstract. This paper presents a new

More information

Current Topics in Supply Chain Management Research

Current Topics in Supply Chain Management Research Research Seminar Supply Chain Management (OPM 701) Current Topics in Supply Chain Management Research General Information: 1. The goal of this seminar is to introduce the participants to the conducting

More information

Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems. Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany

Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems. Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany Macroscopic and Microscopic Simulation for the Evaluation of People Mover Systems Dr.-Ing. Peter Mott Sven Beller PTV AG, Karlsruhe, Germany 1. Introduction This paper is intended to show how a comprehensive

More information

Quantifying the Value of Reduced Lead Time and Increased Delivery Frequency. Executive Summary. Sean Walkenhorst

Quantifying the Value of Reduced Lead Time and Increased Delivery Frequency. Executive Summary. Sean Walkenhorst Quantifying the Value of Reduced Lead Time and Increased Delivery Frequency Executive Summary Sean Walkenhorst 1 Introduction A large consumer package goods company that we will call SupplierCo has improved

More information

An Approach for Modeling Collaborative Route Planning in Supply Chain Simulation Winter Simulation Conference December 2016, Arlington, Virginia

An Approach for Modeling Collaborative Route Planning in Supply Chain Simulation Winter Simulation Conference December 2016, Arlington, Virginia An Approach for Modeling Collaborative Route Planning in Supply Chain Simulation Winter Simulation Conference December 2016, Arlington, Virginia Astrid Klueter, M. Sc. astrid.klueter@tu-dortmund.de Prof.

More information

Algorithms to Quantify the Impacts of Congestion on Time- Dependent Real-World Urban Freight Distribution Networks

Algorithms to Quantify the Impacts of Congestion on Time- Dependent Real-World Urban Freight Distribution Networks Conrad, Figliozzi 1 Algorithms to Quantify the Impacts of Congestion on Time- Dependent Real-World Urban Freight Distribution Networks Ryan G. Conrad conradr@cecs.pdx.edu Miguel Andres Figliozzi* figliozzi@pdx.edu

More information

Finding least fuel emission paths in a network with time-varying. speeds. Jiani Qian & Richard Eglese *

Finding least fuel emission paths in a network with time-varying. speeds. Jiani Qian & Richard Eglese * Finding least fuel emission paths in a network with time-varying speeds Jiani Qian & Richard Eglese * Department of Management Science Lancaster University Management School Lancaster, LA1 4YX, U.K. Abstract

More information

Discussion of Logistics Network Optimization Problems in the Cloud Logistics Environment

Discussion of Logistics Network Optimization Problems in the Cloud Logistics Environment Discussion of Logistics Network Optimization Problems in the Cloud Logistics Environment 1 College of Management Science and Engineering Shandong Normal University Shandong, 250014, China E-mail:15264173151@163.com

More information

Abstract Number: A Feasibility Study for Joint Services of Vehicle Routing and Patrol

Abstract Number: A Feasibility Study for Joint Services of Vehicle Routing and Patrol Abstract Number: 011-0101 A Feasibility Study for Joint Services of Vehicle Routing and Patrol Chikong Huang *1 Stephen C. Shih 2 Poshun Wang 3 *1 Professor, Department of Industrial anagement, Institute

More information

Content. General framework. Procedure. Screening phase (step 1) Calculation of emissions. Validation of scope. Allocation of emissions.

Content. General framework. Procedure. Screening phase (step 1) Calculation of emissions. Validation of scope. Allocation of emissions. Part VI - p. 1 Content General framework Procedure Screening phase (step 1) Calculation of emissions Validation of scope Allocation of emissions Declaration Annex Supplement: Parameters of Green Logistics

More information

Evaluation of punctuality on a heavily utilised railway line with mixed traffic

Evaluation of punctuality on a heavily utilised railway line with mixed traffic Computers in Railways XI 545 Evaluation of punctuality on a heavily utilised railway line with mixed traffic O. Lindfeldt Division of Traffic and Logistics, Department of Transport and Economics, Royal

More information

Designing Full Potential Transportation Networks

Designing Full Potential Transportation Networks Designing Full Potential Transportation Networks What Got You Here, Won t Get You There Many supply chains are the product of history, developed over time as a company grows with expanding product lines

More information

Solving the Dynamic Ambulance Dispatching & Relocation Problem using Approximate Dynamic Programming. Dr. Verena Schmid

Solving the Dynamic Ambulance Dispatching & Relocation Problem using Approximate Dynamic Programming. Dr. Verena Schmid Solving the Dynamic Ambulance Dispatching & Relocation Problem using Approximate Dynamic Programming Dr. Verena Schmid literature overview solution approach conclusio 1 2 3 4 5 6 problem description &

More information

An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves

An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves An Optimization Algorithm for the Inventory Routing Problem with Continuous Moves Martin Savelsbergh Jin-Hwa Song The Logistics Institute School of Industrial and Systems Engineering Georgia Institute

More information

Mileage savings from optimization of coordinated trucking 1

Mileage savings from optimization of coordinated trucking 1 Mileage savings from optimization of coordinated trucking 1 T.P. McDonald Associate Professor Biosystems Engineering Auburn University, Auburn, AL K. Haridass Former Graduate Research Assistant Industrial

More information

1.204 Lecture 23. Analytic approximations. Transit design. Analytic approximations. First spiral in developing problem solution

1.204 Lecture 23. Analytic approximations. Transit design. Analytic approximations. First spiral in developing problem solution 1.204 Lecture 23 Analytic approximations Vehicle routing Transit design Analytic approximations First spiral in developing problem solution Assist in requirements, prototyping, initial results, review

More information

Optimizing the supply chain configuration with supply disruptions

Optimizing the supply chain configuration with supply disruptions Lecture Notes in Management Science (2014) Vol. 6: 176 184 6 th International Conference on Applied Operational Research, Proceedings Tadbir Operational Research Group Ltd. All rights reserved. www.tadbir.ca

More information

Pro-active Dynamic Vehicle Routing

Pro-active Dynamic Vehicle Routing Francesco Ferrucci Pro-active Dynamic Vehicle Routing Real-Time Control and Request-Forecasting Approaches to Improve Customer Service Physica-Verlag A Springer Company Introduction 1 1.1 Motivation 3

More information

CHAPTER 8 TRAFFIC ASSIGNMENT

CHAPTER 8 TRAFFIC ASSIGNMENT CHAPTER 8 TRAFFIC ASSIGNMENT 8.1 DESCRIPTION OF TRANSPORT NETWORK Route assignment, route choice, or traffic assignment concerns the selection of routes (alternative called paths) between origins and destinations

More information

Use of Genetic Algorithms in Discrete Optimalization Problems

Use of Genetic Algorithms in Discrete Optimalization Problems Use of Genetic Algorithms in Discrete Optimalization Problems Alena Rybičková supervisor: Ing. Denisa Mocková PhD Faculty of Transportation Sciences Main goals: design of genetic algorithm for vehicle

More information

A routing framework for the stochastic and dynamic vehicle routing problem

A routing framework for the stochastic and dynamic vehicle routing problem Volume 119 No. 10 2018, 1131-1147 ISSN: 1311-8080 (printed version; ISSN: 1314-3395 (on-line version url: http://www.ijpam.eu ijpam.eu A routing framework for the stochastic and dynamic vehicle routing

More information

MIC 2009: The VIII Metaheuristics International Conference

MIC 2009: The VIII Metaheuristics International Conference : The VIII Metaheuristics International Conference id-1 Heuristic Methods for Increasing Delay-Tolerance of Vehicle Schedules in Public Bus Transport Stefan Kramkowski Natalia Kliewer Christian Meier Decision

More information

Cluster-based Forecasting for Laboratory samples

Cluster-based Forecasting for Laboratory samples Cluster-based Forecasting for Laboratory samples Research paper Business Analytics Manoj Ashvin Jayaraj Vrije Universiteit Amsterdam Faculty of Science Business Analytics De Boelelaan 1081a 1081 HV Amsterdam

More information

Modeling and optimization of ATM cash replenishment

Modeling and optimization of ATM cash replenishment Modeling and optimization of ATM cash replenishment PETER KURDEL, JOLANA SEBESTYÉNOVÁ Institute of Informatics Slovak Academy of Sciences Bratislava SLOVAKIA peter.kurdel@savba.sk, sebestyenova@savba.sk

More information

A look-ahead partial routing framework for the stochastic and dynamic vehicle routing problem

A look-ahead partial routing framework for the stochastic and dynamic vehicle routing problem JournalonVehicleRoutingAlgorithms https://doi.org/10.1007/s41604-018-0006-5 REGULAR PAPER A look-ahead partial routing framework for the stochastic and dynamic vehicle routing problem Han Zou 1 Maged M.

More information

Minimizing Passenger Transfer Times in Public Transport Timetables.

Minimizing Passenger Transfer Times in Public Transport Timetables. Minimizing Passenger Transfer Times in Public Transport Timetables Leise Neel Jansen* Michael Berliner Pedersen*, ** Otto Anker Nielsen* lj@ctt.dtu.dk mbp@ctt.dtu.dk oan@ctt.dtu.dk * Centre for Traffic

More information

Research Article A Queuing Network Based Optimization Model for Calculating Capacity of Subway Station

Research Article A Queuing Network Based Optimization Model for Calculating Capacity of Subway Station Hindawi Discrete Dynamics in Nature and Society Volume 2017, Article ID 4825802, 7 pages https://doi.org/10.1155/2017/4825802 Research Article A Queuing Network Based Optimization Model for Calculating

More information

BALANCING COMPLETION TIMES FOR MULTI-VEHICLE DELIVERY WITH TIME VARIOUS VEHICLE SPEEDS

BALANCING COMPLETION TIMES FOR MULTI-VEHICLE DELIVERY WITH TIME VARIOUS VEHICLE SPEEDS 9th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 24-26 April 204, Tallinn, Estonia BALANCING COMPLETION TIMES FOR MULTI-VEHICLE DELIVERY WITH TIME VARIOUS VEHICLE SPEEDS Moon, G. & Park,

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Intermodal transportation in urban framework: a discrete-events simulative approach A. Di Febbraro", V. Recagno* & S. Sacone" ^Department of Communications, Computer, and System Sciences Dipartimento di

More information

Waiting Strategies for Regular and Emergency Patient Transportation

Waiting Strategies for Regular and Emergency Patient Transportation Waiting Strategies for Regular and Emergency Patient Transportation Guenter Kiechle 1, Karl F. Doerner 2, Michel Gendreau 3, and Richard F. Hartl 2 1 Vienna Technical University, Karlsplatz 13, 1040 Vienna,

More information

Managing Transportation in a Supply Chain Sections 4.3, 4.4 and 4.5. utdallas.edu/~metin

Managing Transportation in a Supply Chain Sections 4.3, 4.4 and 4.5. utdallas.edu/~metin Managing Transportation in a Supply Chain Sections.,. and.5 Section.: Design Options for Distribution..: Drop-Shipping or Direct Shipping to Consumer Manufacturers Consumers Retailer Products are shipped

More information

METAMORPHOSIS FROMROM BRICKANDMORTAR TO CLICKANDMORTAR BUSINESS MODELODEL. Kemal Altınkemer and Deniz Aksen

METAMORPHOSIS FROMROM BRICKANDMORTAR TO CLICKANDMORTAR BUSINESS MODELODEL. Kemal Altınkemer and Deniz Aksen The 3 rd International Conference on Telecommunications and Electronic Commerce Dallas, TEXAS, November 16-19, 2000 METAMORPHOSIS FROMROM BRICKANDMORTAR TO CLICKANDMORTAR BUSINESS MODELODEL Kemal Altınkemer

More information

Research Article Integrated Production-Distribution Scheduling Problem with Multiple Independent Manufacturers

Research Article Integrated Production-Distribution Scheduling Problem with Multiple Independent Manufacturers Mathematical Problems in Engineering Volume 2015, Article ID 579893, 5 pages http://dx.doi.org/10.1155/2015/579893 Research Article Integrated Production-Distribution Scheduling Problem with Multiple Independent

More information

A Comparison of Anticipatory Algorithms for the Dynamic and Stochastic Traveling Salesman Problem

A Comparison of Anticipatory Algorithms for the Dynamic and Stochastic Traveling Salesman Problem TRANSPORTATION SCIENCE Vol. 00, No. 0, Xxxxx 0000, pp. 000 000 issn 0041-1655 eissn 1526-5447 00 0000 0001 INFORMS doi 10.1287/xxxx.0000.0000 c 0000 INFORMS A Comparison of Anticipatory Algorithms for

More information

Collaborative Logistics

Collaborative Logistics Collaborative Logistics Martin Savelsbergh Ozlem Ergun Gultekin Kuyzu The Logistics Institute Georgia Institute of Technology 35th Annual Conference of the Italian Operations Research Society Lecce, September

More information

The Dynamic Multi-Period Vehicle Routing Problem. Jean-François Cordeau, Gilbert Laporte, Jesper Larsen, Min Wen

The Dynamic Multi-Period Vehicle Routing Problem. Jean-François Cordeau, Gilbert Laporte, Jesper Larsen, Min Wen The Dynamic Multi-Period Vehicle Routing Problem Jean-François Cordeau, Gilbert Laporte, Jesper Larsen, Min Wen Outline Introduction to the Lantmännen case study Problem description Mathematical formulation

More information

A general framework for modeling shared autonomous vehicles

A general framework for modeling shared autonomous vehicles 1 2 A general framework for modeling shared autonomous vehicles 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Michael W. Levin (corresponding author) Doctoral Candidate Department of

More information

November 16, Metropolitan Washington Council of Governments National Capital Region Transportation Planning Board. Review of FTA Summit Software

November 16, Metropolitan Washington Council of Governments National Capital Region Transportation Planning Board. Review of FTA Summit Software Metropolitan Washington Council of Governments National Capital Region Transportation Planning Board Review of FTA Summit Software November 16, 2007 8300 Boone Blvd, Suite 700 Vienna, VA 22182 (703) 847-3071

More information

MEASUREMENTS WITH TRAFFIC COUNTER IN CITY LOGISTICS

MEASUREMENTS WITH TRAFFIC COUNTER IN CITY LOGISTICS 1 st Logistics International Conference Belgrade, Serbia 28-30 November 2013 MEASUREMENTS WITH TRAFFIC COUNTER IN CITY LOGISTICS Lorenzo Ros McDonnell Technical University of Cartagena,Faculty of Business,

More information

Munenori SHIBATA Transport Planning and Marketing Laboratory, Signalling and Transport Information Technology Division

Munenori SHIBATA Transport Planning and Marketing Laboratory, Signalling and Transport Information Technology Division PAPER A Study on Passengers Train Choice Model in Urban Railways Noriko FUKASAWA Munenori SHIBATA Transport Planning and Marketing Laboratory, Signalling and Transport Information Technology Division This

More information

Problem-Specific State Space Partitioning for Dynamic Vehicle Routing Problems

Problem-Specific State Space Partitioning for Dynamic Vehicle Routing Problems Volker Nissen, Dirk Stelzer, Steffen Straßburger und Daniel Fischer (Hrsg.): Multikonferenz Wirtschaftsinformatik (MKWI) 2016 Technische Universität Ilmenau 09. - 11. März 2016 Ilmenau 2016 ISBN 978-3-86360-132-4

More information

Ann Melissa Campbell

Ann Melissa Campbell Ann Melissa Campbell Department of Management Sciences Henry B. Tippie College of Business 108 John Pappajohn Business Building, Suite W244 Iowa City, Iowa 52242-1994 319-335-0918 ann-campbell@uiowa.edu

More information

Comp215: Genetic Algorithms - Part 1

Comp215: Genetic Algorithms - Part 1 Comp215: Genetic Algorithms - Part 1 Mack Joyner, Dan S. Wallach (Rice University) Copyright 2016, Mack Joyner, Dan S. Wallach. All rights reserved. Darwin s Theory of Evolution Individual organisms differ

More information

Spatial On-Demand Economy Robustness: A Provider-Centric Utilization Aware Approach

Spatial On-Demand Economy Robustness: A Provider-Centric Utilization Aware Approach Spatial On-Demand Economy Robustness: A Provider-Centric Utilization Aware Approach Reem Ali Department of Computer Science and Engineering University of Minnesota Co-investigators: Shashi Shekhar *, Shounak

More information

Roadnet. Planning for Transportation Success

Roadnet. Planning for Transportation Success Roadnet Planning for Transportation Success Profitable Distribution, Each Day To someone on the outside it looks like the same route every day. But in managing your company s delivery operations, you know

More information

Optimized travel options with a Flexible Mobility on Demand System FMOD

Optimized travel options with a Flexible Mobility on Demand System FMOD Optimized travel options with a Flexible Mobility on Demand System FMOD Bilge Atasoy, Takuro Ikeda, Moshe Ben-Akiva October 30, 2014 Shaping the New Future of Paratransit: An International Conference on

More information

Analyzing and Quantifying the Impact of Congestion on LTL Industry Costs and Performance in the Portland Metropolitan Region

Analyzing and Quantifying the Impact of Congestion on LTL Industry Costs and Performance in the Portland Metropolitan Region Portland State University PDXScholar Civil and Environmental Engineering Faculty Publications and Presentations Civil and Environmental Engineering 7-2012 Analyzing and Quantifying the Impact of Congestion

More information

The MOSCA project Innovative approaches approach for a sustainable freight transport. Paola Cossu. FIT Consulting srl

The MOSCA project Innovative approaches approach for a sustainable freight transport. Paola Cossu. FIT Consulting srl The MOSCA project Innovative approaches approach for a sustainable freight transport Paola Cossu FIT Consulting srl PROJECT OVERVIEW Background Project objectives and description Key concepts The methodology

More information

Dynamic Vehicle Routing: State-of-the-art and some Research Perspectives

Dynamic Vehicle Routing: State-of-the-art and some Research Perspectives Dynamic Vehicle Routing: State-of-the-art and some Research Perspectives Michel Gendreau CIRRELT and MAGI Polytechnique Montréal EPFL Lausanne, Suisse July 20, 2016 Acknowledgements The work described

More information

OPAL Optimized Ambulance Logistics

OPAL Optimized Ambulance Logistics TRISTAN V : The Fifth Triennal Symposium on Transportation Analysis 1 OPAL Optimized Ambulance Logistics Tobias Andersson* Sverker Petersson Peter Värband* *Linköping University ITN/Campus Norrköping SE-601

More information

How to design the most efficient pick and pass system. Alina Stroie MSc Supply Chain Management Rotterdam School of Management

How to design the most efficient pick and pass system. Alina Stroie MSc Supply Chain Management Rotterdam School of Management How to design the most efficient pick and pass system Alina Stroie MSc Supply Chain Management Rotterdam School of Management Warehouse operating costs Other costs; 45% Order picking; 55% Source: Tompkins

More information

WIN-WIN DYNAMIC CONGESTION PRICING FOR CONGESTED URBAN AREAS

WIN-WIN DYNAMIC CONGESTION PRICING FOR CONGESTED URBAN AREAS 1 WIN-WIN DYNAMIC CONGESTION PRICING FOR CONGESTED URBAN AREAS Aya Aboudina, Ph.D. Student University of Toronto Baher Abdulhai, Ph.D., P.Eng. University of Toronto June 12 th, 2012 ITS Canada - ACGM 2012

More information

Modeling operations at pharmaceutical distribution warehouses Brian L. Heath, Ph.D. Director, Advanced Analytics December 12, 2013

Modeling operations at pharmaceutical distribution warehouses Brian L. Heath, Ph.D. Director, Advanced Analytics December 12, 2013 Modeling operations at pharmaceutical distribution warehouses Brian L. Heath, Ph.D. Director, Advanced Analytics December 12, 2013 Copyright 2012, Cardinal Health. All rights reserved. CARDINAL HEALTH,

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Profitability in online retailing is largely dependent on good order fulfilment (Agatz et al., 2008). With the advent of mobile channel, tablets and social media, online retailing

More information

Determining the Effectiveness of Specialized Bank Tellers

Determining the Effectiveness of Specialized Bank Tellers Proceedings of the 2009 Industrial Engineering Research Conference I. Dhillon, D. Hamilton, and B. Rumao, eds. Determining the Effectiveness of Specialized Bank Tellers Inder S. Dhillon, David C. Hamilton,

More information

The stochastic and time-dependent traveling salesperson problem

The stochastic and time-dependent traveling salesperson problem The stochastic and time-dependent traveling salesperson problem Edison Avraham and Tal Raviv Department of Industrial Engineering Tel Aviv University, Ramat Aviv, Tel Aviv 6997801, Israel Email: edisonav@post.tau.ac.il,

More information

Control rules for dispatching trains on general networks with multiple train speeds

Control rules for dispatching trains on general networks with multiple train speeds Control rules for dispatching trains on general networks with multiple train speeds SHI MU and MAGED DESSOUKY* Daniel J. Epstein Department of Industrial and Systems Engineering University of Southern

More information

Solving Transportation Logistics Problems Using Advanced Evolutionary Optimization

Solving Transportation Logistics Problems Using Advanced Evolutionary Optimization Solving Transportation Logistics Problems Using Advanced Evolutionary Optimization Transportation logistics problems and many analogous problems are usually too complicated and difficult for standard Linear

More information

A Vehicle Routing in Glass Waste Collection

A Vehicle Routing in Glass Waste Collection A Tino Henke, M. Grazia Speranza, Gerhard Wäscher University of Magdeburg, Germany University of Brescia, Italy Clausthal-Zellerfeld, May Introduction and Motivation A Glass Waste Collection Problem Introduction

More information

Airline Seat Allocation and Overbooking

Airline Seat Allocation and Overbooking Airline Seat Allocation and Overbooking ISEN 609 Team Project Jung-Ho Park, EunSuk Ko, Yeong-In Kim 12/6/2011 1. Project Statement 1.1 Goal The goal of this project is to find an optimal seats allocation

More information

Elimination of Microcystin-LR and selected pharmaceutical residuals using biologically active filters

Elimination of Microcystin-LR and selected pharmaceutical residuals using biologically active filters Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Elimination of Microcystin-LR and selected pharmaceutical residuals using biologically active filters Dipl. -Ing. Wu, Xin Institut für

More information

ABSTRACT. Ying Luo, Doctor of Philosophy, Professor Paul M. Schonfeld Department of Civil and Environmental Engineering

ABSTRACT. Ying Luo, Doctor of Philosophy, Professor Paul M. Schonfeld Department of Civil and Environmental Engineering ABSTRACT Title of dissertation: HEURISTICS AND PERFORMANCE METAMODELS FOR THE DYNAMIC DIAL-A-RIDE PROBLEM Ying Luo, Doctor of Philosophy, 2006 Directed by: Professor Paul M. Schonfeld Department of Civil

More information

VRPTW with Multiple Service Workers

VRPTW with Multiple Service Workers VRPTW with Multiple Service Workers Route construction heuristics Gerald Senarclens de Grancy (gerald@senarclens.eu), Marc Reimann (marc.reimann@uni graz.at) Outline 1. Problem Background and Motivation

More information

Multi-agent Approach to Dynamic Pick-up and Delivery Problem with Uncertain Knowledge about Future Transport Demands

Multi-agent Approach to Dynamic Pick-up and Delivery Problem with Uncertain Knowledge about Future Transport Demands Fundamenta Informaticae 71(1) (2006) 27 36 27 IOS Press Multi-agent Approach to Dynamic Pick-up and Delivery Problem with Uncertain Knowledge about Future Transport Demands Jaroslaw Koźlak Department of

More information

Operations Research QM 350. Chapter 1 Introduction. Operations Research. University of Bahrain

Operations Research QM 350. Chapter 1 Introduction. Operations Research. University of Bahrain QM 350 Operations Research University of Bahrain INTRODUCTION TO MANAGEMENT SCIENCE, 12e Anderson, Sweeney, Williams, Martin Chapter 1 Introduction Introduction: Problem Solving and Decision Making Quantitative

More information

Warehouse layout alternatives for varying demand situations

Warehouse layout alternatives for varying demand situations Warehouse layout alternatives for varying demand situations Iris F.A. Vis Faculty of Economics and Business Administration, Vrije Universiteit Amsterdam, Room 3A-31, De Boelelaan 1105, 1081 HV Amsterdam,

More information

Jose Osiris Vidaña-Bencomo Doctoral Candidate and Graduate Assistant Research University of Texas at El Paso

Jose Osiris Vidaña-Bencomo Doctoral Candidate and Graduate Assistant Research University of Texas at El Paso Development of a Large Scale Traffic Simulation Model to Improve the Flow of Commercial Vehicles from Maquiladora Industry to International Border- Crossings Jose Osiris Vidaña-Bencomo Doctoral Candidate

More information

Alternative High Occupancy/Toll Lane Pricing Strategies and their Effect on Market Share

Alternative High Occupancy/Toll Lane Pricing Strategies and their Effect on Market Share Alternative High Occupancy/Toll Lane Pricing Strategies and their Effect on Market Share Michael Janson and David Levinson High Occupancy/Toll (HOT) Lanes typically charge a varying to single occupant

More information

Managing Supply Uncertainty in the Poultry Supply Chain

Managing Supply Uncertainty in the Poultry Supply Chain Managing Supply Uncertainty in the Poultry Supply Chain By: William Gordon Thesis Advisor: Dr. Asad Ata Summary: Because of production process variability, it is difficult for CKN Corporation executives

More information

Implementing a Pricing Mechanism for Public Logistics Networks

Implementing a Pricing Mechanism for Public Logistics Networks Industrial Engineering Research Conference, Atlanta, GA, May 14 18, 2005 Implementing a Pricing Mechanism for Public Logistics Networks Michael G. Kay and Ashish Jain Department of Industrial Engineering

More information

Optimization Using Simulation of the Vehicle Routing Problem

Optimization Using Simulation of the Vehicle Routing Problem Optimization Using Simulation of the Vehicle Routing Problem Nayera E. El-Gharably, Khaled S. El-Kilany, and Aziz E. El-Sayed Abstract A key element of many distribution systems is the routing and scheduling

More information

USE OF DYNAMIC SIMULATION TO ANALYZE STORAGE AND RETRIEVAL STRATEGIES

USE OF DYNAMIC SIMULATION TO ANALYZE STORAGE AND RETRIEVAL STRATEGIES Proceedings of the 1999 Winter Simulation Conference P. A. Farrington, H. B. Nembhard, D. T. Sturrock, and G. W. Evans, eds. USE OF DYNAMIC SIMULATION TO ANALYZE STORAGE AND RETRIEVAL STRATEGIES Mark A.

More information

Short term strategies for a dynamic multi-period routing problem

Short term strategies for a dynamic multi-period routing problem Short term strategies for a dynamic multi-period routing problem E. Angelelli a, N. Bianchessi a, R. Mansini b, M.G. Speranza a a Dipartimento Metodi Quantitativi, University of Brescia, Italy b Dipartimento

More information

Designing Flexible and Robust Supply Chains

Designing Flexible and Robust Supply Chains Designing Flexible and Robust Supply Chains Marc Goetschalckx, Alexander Shapiro Shabbir Ahmed, Tjendera Santoso IERC Dallas, Spring 2001 Marc Goetschalckx Overview Supply chain design problem Flexibility

More information

Transactions on the Built Environment vol 34, 1998 WIT Press, ISSN

Transactions on the Built Environment vol 34, 1998 WIT Press,  ISSN Improving the Dutch railway services by network-wide timetable simulation Jurjen S. Hooghiemstra", Dick M. Middelkoop", Maurice J.G. Teunisse^ " Railned, Dept. of Innovation, P.O.Box 2025, 3500 HA Utrecht,

More information

CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS

CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS CROSS-DOCKING: SCHEDULING OF INCOMING AND OUTGOING SEMI TRAILERS 1 th International Conference on Production Research P.Baptiste, M.Y.Maknoon Département de mathématiques et génie industriel, Ecole polytechnique

More information