AN OPEN VEHICLE ROUTING APPLICATION FOR THE PERSONNEL OF A CALL CENTER

Size: px
Start display at page:

Download "AN OPEN VEHICLE ROUTING APPLICATION FOR THE PERSONNEL OF A CALL CENTER"

Transcription

1 OR 2008 Conference in Augsburg September 03 rd 2008 AN OPEN VEHICLE ROUTING APPLICATION FOR THE PERSONNEL OF A CALL CENTER Deniz Koşucuo ucuoğlu 1, Deniz Aksen 2, Selçuk Savaş 3 1 Department of Industrial Engineering, Boğaziçi University 2 College of Administrative Sciences and Economics, Koç University 3 Industrial Engineering Department, Işık University

2 Intro: Capacitated Open Vehicle Routing NP-hard problem as a total distance / traveling cost minimization problem. OPEN ROUTE CLOSED ROUTE 2 Single Tour: Hamiltonian Path (each and every node visited at most once) Orienteering Problem (OP) Multiple Tours Team Orienteering Problem (TOP) Single Tour: Hamiltonian Cycle (each and every node visited exactly once) Traveling Salesman Problem (TSP) Multiple Tours Multiple Traveling Salesman Problem (m-tsp)

3 Intro: Capacitated Open Vehicle Routing OPEN ROUTE Multiple Capacitated Tours: (each and every node visited exactly once) Open Vehicle Routing Problem (OVRP) CLOSED ROUTE Multiple Capacitated Tours: (each and every node visited exactly once) Vehicle Routing Problem (VRP) Multiple Capacitated Tours served from multiple depots: Multi-Depot Open Vehicle Routing Problem (MDOVRP) Multiple Capacitated Tours: served from multiple depots: Multi-Depot Vehicle Routing Problem (MDVRP) 3

4 Intro: Capacitated Open Vehicle Routing CLOSED ROUTE (each and every node visited at most once) Single Tour Profitable Traveling Salesman Problem (PTSP) Single Tour Traveling Purchaser Problem (TPP) Single Tour Generalized Traveling Salesman Problem (GTSP) Multiple Tour Selective Vehicle Routing Problem (SVRP) Multiple Tour Vehicle Routing Problem with Profits (VRPP) 4

5 A Perfect Example of the Orienteering Problem Die Romantische Straße vom Main zu de Alpen A single open tour on which each and every node is visited at most once 5

6 Sample OVRP Routes 1) Source: Feiyue Li, Bruce Golden, Edward Wasil (2007) The open vehicle routing problem: Algorithms, large-scale test problems, and computational results. Computers & Operations Research 34 (10):

7 Sample OVRP Routes 2) Source: Christos D. Tarantilis, Chris T. Kiranoudis (2002) Distribution of fresh meat. Journal of Food Engineering 51 (1):

8 Sample OVRP Routes 3) Source: Deniz Aksen, Zeynep Özyurt, Necati Aras (2007) Open vehicle routing problem with driver nodes and time deadlines Journal of the Operational Research Society 58 (9):

9 Sample OVRP Routes 4) Source: CD Tarantilis, G Ioannou, CT Kiranoudis and GP Prastacos (2007) Solving the open vehicle routeing problem via a single parameter metaheuristic algorithm Journal of the Operational Research Society 56 (5):

10 OVRP LITERATURE easy to compile L Schrage (1981). Formulation and structure of more complex/realistic routing and scheduling problems. Networks 11: L Bodin, B Golden, A Assad, M Ball (1983). Routing and scheduling of vehicles and crews: the state of the art. Computers & Operations Research 10(2): D Sariklis, S Powell (2000). A heuristic method for the open vehicle routing problem. Journal of the Operational Research Society 51(5): CD Tarantilis and CT Kiranoudis (2002). 10 Distribution of fresh meat. Journal of Food Engineering 51(1):

11 OVRP LITERATURE easy to compile C Tarantilis, G Ioannou, C Kiranoudis, G Prastacos (2004). A threshold accepting approach to the open vehicle routing problem. RAIRO Operations Research 38(4): C Tarantilis, D Diakoulaki, C Kiranoudis (2004). Combination of geographical information system and efficient routing algorithms for real life distribution operations. European Journal of Operational Research 152(2): J Brandão (2004). A tabu search heuristic algorithm for open vehicle routing problem. European Journal of Operational Research 157(3):

12 OVRP LITERATURE easy to compile Z Fu, R Eglese, L Li (2005). A new tabu search heuristic for the open vehicle routing problem. Journal of the Operational Research Society 56(3): C Tarantilis, G Ioannou, C Kiranoudis, G Prastacos (2005). Solving the open vehicle routing problem via a single parameter metaheuristic algorithm. Journal of the Operational Research Society 56(5): W Wang, B Wu, Y Zhao, D Feng (2006). Particle swarm optimization for open vehicle routing problem. D.-S. Huang, K. Li, and G.W. Irwin (Eds.): ICIC 2006, Lecture Notes in Computer Science 4114:

13 OVRP LITERATURE easy to compile X Li, P Tian (2006). An ant colony system for the open vehicle routing problem. M. Dorigo et al. (Eds.): ANTS 2006, Lecture Notes in Computer Science 4150: D Pisinger, S Ropke (2007). A general heuristic for vehicle routing problems. Computers & Operations Research 34(8): F Li, B Golden, E Wasil (2007). The open vehicle routing problem: Algorithms, large-scale test problems, and computational results Computers & Operations Research 34(10):

14 OVRP LITERATURE easy to compile PP Repoussis, CD Tarantilis, G Ioannou (2007). The open vehicle routing problem with time windows. Journal of the Operational Research Society 58(3): D Aksen, Z Özyurt, N Aras (2007). The open vehicle routing problem with driver nodes and time deadlines. Journal of the Operational Research Society 58(9): T Bektaş, S Elmastaş (2007). Solving school bus routing problems through IP. Journal of the Operational Research Society 58(12):

15 OVRP LITERATURE easy to compile THE ONLY EXACT SOLUTION METHOD PROPOSED FOR THE OVRP AN Letchford, J Lysgaard, RW Eglese (2007). A branch-and-cut algorithm for the capacitated open vehicle routing problem. Journal of the Operational Research Society 58(12):

16 Finansbank Call Center in İstanbul 16

17 Finansbank Call Center in İstanbul 17

18 Finansbank Call Center in İstanbul 18

19 Finansbank Call Center in Ümraniye, İstanbul 19

20 Personnel Buses of a Call Center Why do call centers in Istanbul heavily rely on personnel buses and minibuses? Which routes are modeled as open route? Which routes as closed route? Why? 20

21 OVRP for a Call Center Solving VRP and OVRP with Classical Heuristics Classical Heuristics preferred when solution time is more critical than solution quality. (Parallel) Savings Algorithm by Clarke and Wright (1964) Sweep Algorithm by Gillett and Miller (1974) Push-Forward-Insertion by Solomon (1987), by Thangiah et al. (1993) Nearest Neighbourhood Search by Rosenkratz, Stearns and Lewis (1977), Solomon (1987), Fisher (1994). 21

22 OVRP for a Call Center (cont.) Solving VRP and OVRP with Classical Heuristics Local Post Optimization (LPO) Procedures a.k.a. Local Improvement Heuristics (Parallel) 1-0 move (1-Opt) of Golden, Magnanti and Nguyen (1977) 1-1 exchange of Waters (1987) 2-2 exchange 2-opt of Croes (1958), Lin (1965) 3-opt of Lin (1965), of Lin and Kernighan (1973) 4-opt * of Renaud, Laporte and Boctor (1996) 22 Or-opt of Or (1976)

23 OVRP for a Call Center (cont.) Solving VRP and OVRP with a Tabu Search Allowing Infeasible Solutions (Strategic Oscillation) Based on the Tabu Search Algorithm OTS described in Aksen, Özyurt and Aras (JORS, 2007). Can tackle a heterogeneous vehicle fleet as well. Enhanced with the 2-2 Exchange heuristic implemented as an intensification method (LPO) rather than diversification (neighborhood structure) 23

24 Performance of OTS Exchange Literature OTS with 2 2 Exchange 24 Problem name K_min Distance # of vehicles CPU time Authors Note Distance # of vehicles Differrence Percentage CMT p Fu et al. TSF % CMT p Tarantilis et al. BR % CMT p Fu et al. TSR % CMT p Li et al. ORTR % CMT p Tarantilis et al. LBTA % CMT p Fu et al. TSF % CMT p Fu et al. TSR % CMT p Fu et al. TSF % CMT p Fu et al. TSR % CMT p Pisinger and Ropke ALNS 25K % CMT p Tarantilis et al. LBTA % CMT p Tarantilis et al. BR % CMT p Li et al. ORTR % CMT p Fu et al. TSR % Fisher prob Fu et al. TSR % Fisher prob Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR % O Li et al. ORTR %

25 Performance of OTS Exchange Aksen, Özyurt and Aras (JORS 2007) Koşucuoğlu, Aksen and Savaş (2008) Avg. of the Best Avg. of the Avg. Single Run's Avg. Std.Dev. of Avg. of the Best Avg. of the Avg. Single Run's Avg. Std.Dev. of n d Solutions Solutions CPU Time (sec) CPU times Solutions Solutions CPU Time (sec) CPU times

26 A Software Application (Solver.exe) A decision support system (DSS) developed in Microsoft Visual Studio.NET environment using C#. Tailored for the call center s OVRP / VRP based on the daily shift schedules of 341 agents. Finansbank Call Center HQ, 20 Drivers, 341 Agents, 177 Pickup Points: - All coordinates obtained from Google Earth in degrees, minutes, and seconds with double decimal point precision. 26

27 A Software Application (Solver.exe) - Google Earth coordinates then converted into 2-dimensional planar coordinates with the HQ being the origin. - The distance matrix is calculated using Euclidean distances except for arcs connecting intercontinental O/D pairs. X_coord = {([Latitude deg] + [Latitude min]/60 + [Latitude sec]/3600) [HQ s X_coord]} x 84 Y_coord = {([Longitude degrees] + [Longitude minutes]/60 + [Longitude seconds]/3600) [HQ s Y_coord] } x

28 Features of the Software Capability of dealing with both VRP and OVRP subject to an optional Maximum Tour Duration constraint. Vehicles of non-uniform passenger capacities (Heterogeneous Fleet) The two Bosphorus Bridges represented with a pair of nodes each, one node for the European foot and one for the Asian foot. - Arcs connecting intercontinental nodes must pass through either bridge, whichever has the shortest perpendicular distance to the arc. Choice between Pickup Point Routing vs. Home Address Routing 28 Manual modification of the distance matrix possible to account for traffic density or blocked roads.

29 Features of the Software (cont.) At the end of the routing, agents drop-off times (in case of HQ transfers) and pickup times (in case of home transfers) can be obtained from the output file. A database editing utility (Editor.exe) allows modification, deletion, and addition of agent, pickup point, and driver location data. The software can read shift schedules either from XML files created a priori or from MS-Excel worksheets put together in a standard format. The software can also be used to create ad-hoc problem instances with an arbitrary selection of individual agents and drivers in the database. 29

30 Features of the Software (cont.) The software (Solver.exe) can be used to generate new large-scale problem instances using the pseudo code described in Li, Golden and Wasil (Comp. & OR, 2007). When multiple OVRP instances are to be solved as a batch job, the software can read data input files of the batch that are created according to Markus Solomon s VRPTW file format (OR, 1987). Each instance is then solved 20 times using different initial random number seeds. By the end of the batch run, a solution is double-checked for overcapacity and possible maximum tour length infeasibilities. 30

31 Features of the Software (cont.) Results such as objective values, solution times, no. used drivers (vehicles), and infeasibility status can be read from the output files that are saved as text, and can be automatically tabulated in a MS-Excel worksheet. 31

32 MS- Excel Worksheet of Agents Shift Schedules for two weeks 32

33 Screenshots of the Software Database Editor 33

34 Screenshots of the Software (cont.) Database Editor 34

35 Screenshots of the Software (cont.) 35

36 Screenshots of the Software (cont.) 36

37 Screenshots of the Software (cont.) 37

38 Screenshots of the Software (cont.) 38

39 Screenshots of the Software (cont.) 39

40 Screenshots of the Software (cont.) CMT-p12.ovrp 40

41 Screenshots of the Software (cont.) CMT-p02.ovrp 41

42 Questions & Comments? Heidelberg Istanbul Chiemsee Augsburg 42

ROUTING OF PERSONNEL SHUTTLES FOR A CALL CENTER:

ROUTING OF PERSONNEL SHUTTLES FOR A CALL CENTER: ODYSSEUS 2009 Workshop in Çeşme - İZMİR May 27th 2009 ROUTING OF PERSONNEL SHUTTLES FOR A CALL CENTER: AN OPEN VEHICLE ROUTING APPLICATION Deniz Koşucuoğlu 1, Deniz Aksen 2, Selçuk Savaş 3 1 Dept. of Industrial

More information

Fifty Years of Vehicle Routing

Fifty Years of Vehicle Routing Fifty Years of Vehicle Routing by Gilbert Laporte Canada Research Chair in Distribution Management HEC Montréal Vehicle Routing Problem Depot m (or at most m) identical vehicles based at the depot n customers

More information

Charles Fleurent Director - Optimization algorithms

Charles Fleurent Director - Optimization algorithms Software Tools for Transit Scheduling and Routing at GIRO Charles Fleurent Director - Optimization algorithms Objectives Provide an overview of software tools and optimization algorithms offered by GIRO

More information

Tactical and Operational Planning in Reverse Logistics Systems with Multiple Depots

Tactical and Operational Planning in Reverse Logistics Systems with Multiple Depots 286 IO 2013 XVI Congresso da Associação Portuguesa de Investigação Operacional Tactical and Operational Planning in Reverse Logistics Systems with Multiple Depots Tânia Ramos, Maria Isabel Gomes, Ana Paula

More information

VEHICLE ROUTING PROBLEM

VEHICLE ROUTING PROBLEM VEHICLE ROUTING PROBLEM Readings: E&M 0 Topics: versus TSP Solution methods Decision support systems for Relationship between TSP and Vehicle routing problem () is similar to the Traveling salesman problem

More information

A CENTROID-BASED HEURISTIC ALGORITHM FOR THE CAPACITATED VEHICLE ROUTING PROBLEM

A CENTROID-BASED HEURISTIC ALGORITHM FOR THE CAPACITATED VEHICLE ROUTING PROBLEM Computing and Informatics, Vol. 30, 2011, 721 732 A CENTROID-BASED HEURISTIC ALGORITHM FOR THE CAPACITATED VEHICLE ROUTING PROBLEM Kwangcheol Shin Department of Computer Science Korea Advanced Institute

More information

Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes

Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Un algorithme génétique hybride à gestion adaptative de diversité pour le problème de tournées de véhicules et ses variantes Thibaut VIDAL LOSI et CIRRELT Université de Technologie de Troyes et Université

More information

Solving the Vehicle Routing Problem with Multiple Trips by Adaptive Memory Programming

Solving the Vehicle Routing Problem with Multiple Trips by Adaptive Memory Programming Solving the Vehicle Routing Problem with Multiple Trips by Adaptive Memory Programming Alfredo Olivera and Omar Viera Universidad de la República Montevideo, Uruguay ICIL 05, Montevideo, Uruguay, February

More information

Adaptive Memory Programming for the Vehicle Routing Problem with Multiple Trips

Adaptive Memory Programming for the Vehicle Routing Problem with Multiple Trips Adaptive Memory Programming for the Vehicle Routing Problem with Multiple Trips Alfredo Olivera, Omar Viera Instituto de Computación, Facultad de Ingeniería, Universidad de la República, Herrera y Reissig

More information

Vehicle Routing: Transforming the Problem. Richard Eglese Lancaster University Management School Lancaster, U.K.

Vehicle Routing: Transforming the Problem. Richard Eglese Lancaster University Management School Lancaster, U.K. Vehicle Routing: Transforming the Problem Richard Eglese Lancaster University Management School Lancaster, U.K. Transforming the Problem 1. Modelling the problem 2. Formulating the problem 3. Changing

More information

An iterated local search platform for transportation logistics

An iterated local search platform for transportation logistics An iterated local search platform for transportation logistics Takwa Tlili 1, and Saoussen Krichen 1 1 LARODEC, Institut Supérieur de Gestion Tunis, Université de Tunis, Tunisia. Abstract. Recent technological

More information

The Multi-Depot Vehicle Routing Problem with Inter-Depot Routes

The Multi-Depot Vehicle Routing Problem with Inter-Depot Routes The Multi-Depot Vehicle Routing Problem with Inter-Depot Routes Benoit Crevier, Jean-François Cordeau and Gilbert Laporte Canada Research Chair in Distribution Management HEC Montréal 3000 chemin de la

More information

A Scatter Search Algorithm for the Split Delivery Vehicle Routing Problem

A Scatter Search Algorithm for the Split Delivery Vehicle Routing Problem A Scatter Search Algorithm for the Split Delivery Vehicle Routing Problem Campos,V., Corberán, A., Mota, E. Dep. Estadística i Investigació Operativa. Universitat de València. Spain Corresponding author:

More information

Metaheuristics for the consistent nurse scheduling and routing problem.

Metaheuristics for the consistent nurse scheduling and routing problem. Metaheuristics for the consistent nurse scheduling and routing problem. Thomas Macdonald supervisors: Karl Dörner and Xavier Gandibleux Department of Production and Logistics University of Vienna Bruenner

More information

VEHICLE ROUTING AND SCHEDULING PROBLEMS: A CASE STUDY OF FOOD DISTRIBUTION IN GREATER BANGKOK. Kuladej Panapinun and Peerayuth Charnsethikul.

VEHICLE ROUTING AND SCHEDULING PROBLEMS: A CASE STUDY OF FOOD DISTRIBUTION IN GREATER BANGKOK. Kuladej Panapinun and Peerayuth Charnsethikul. 1 VEHICLE ROUTING AND SCHEDULING PROBLEMS: A CASE STUDY OF FOOD DISTRIBUTION IN GREATER BANGKOK By Kuladej Panapinun and Peerayuth Charnsethikul Abstract Vehicle routing problem (VRP) and its extension

More information

Vehicle Routing and Scheduling. Martin Savelsbergh The Logistics Institute Georgia Institute of Technology

Vehicle Routing and Scheduling. Martin Savelsbergh The Logistics Institute Georgia Institute of Technology Vehicle Routing and Scheduling Martin Savelsbergh The Logistics Institute Georgia Institute of Technology Vehicle Routing and Scheduling Part I: Basic Models and Algorithms Introduction Freight routing

More information

New Exact Solution Approaches for the Split Delivery Vehicle Routing Problem

New Exact Solution Approaches for the Split Delivery Vehicle Routing Problem New Exact Solution Approaches for the Split Delivery Vehicle Routing Problem Gizem Ozbaygin, Oya Karasan and Hande Yaman Department of Industrial Engineering, Bilkent University, Ankara, Turkey ozbaygin,

More information

Waste Collection Vehicle Routing Problem Considering Similarity Pattern of Trashcan

Waste Collection Vehicle Routing Problem Considering Similarity Pattern of Trashcan International Journal of Applied Operational Research Vol. 3, o. 3, pp. 105-111, Summer 2013 Journal homepage: www.ijorlu.ir Waste Collection Vehicle Routing Problem Considering Similarity Pattern of Trashcan

More information

Research Paper Business Analytics. Applications for the Vehicle Routing Problem. Jelmer Blok

Research Paper Business Analytics. Applications for the Vehicle Routing Problem. Jelmer Blok Research Paper Business Analytics Applications for the Vehicle Routing Problem Jelmer Blok Applications for the Vehicle Routing Problem Jelmer Blok Research Paper Vrije Universiteit Amsterdam Faculteit

More information

Transportation Research Part E

Transportation Research Part E Transportation Research Part E 45 (2009) 434 445 Contents lists available at ScienceDirect Transportation Research Part E journal homepage: www.elsevier.com/locate/tre An effective genetic algorithm for

More information

Metaheuristics in Vehicle Routing

Metaheuristics in Vehicle Routing Metaheuristics in Vehicle Routing Michel Gendreau CIRRELT and MAGI École Polytechnique de Montréal Vilamoura, Portugal, 4-6 February 2012 Presentation outline 1) Vehicle Routing Problems 2) Metaheuristics

More information

The Offshore Wind Farm Array Cable Layout Problem A Planar Open Vehicle Routing Problem

The Offshore Wind Farm Array Cable Layout Problem A Planar Open Vehicle Routing Problem The Offshore Wind Farm Array Cable Layout Problem A Planar Open Vehicle Routing Problem J. Bauer, J. Lysgaard Abstract In an offshore wind farm, the turbines are connected to a transformer by cable routes

More information

Software Framework for Vehicle Routing Problem with Hybrid Metaheuristic Algorithms

Software Framework for Vehicle Routing Problem with Hybrid Metaheuristic Algorithms Software Framework for Vehicle Routing Problem with Hybrid Metaheuristic Algorithms S.MASROM 1, A.M. NASIR 2 Malaysia Institute of Transport (MITRANS) Faculty of Computer and Mathematical Science Universiti

More information

Heuristic and exact algorithms for vehicle routing problems. Stefan Ropke

Heuristic and exact algorithms for vehicle routing problems. Stefan Ropke Heuristic and exact algorithms for vehicle routing problems Stefan Ropke December 2005 Preface This Ph.D. thesis has been prepared at the Department of Computer Science at the University of Copenhagen

More information

Real-Life Vehicle Routing with Non-Standard Constraints

Real-Life Vehicle Routing with Non-Standard Constraints , July 3-5, 203, London, U.K. Real-Life Vehicle Routing with n-standard Constraints W. L. Lee Abstract Real-life vehicle routing problems comprise of a number of complexities that are not considered by

More information

A Library of Local Search Heuristics for the Vehicle Routing Problem

A Library of Local Search Heuristics for the Vehicle Routing Problem A Library of Local Search Heuristics for the Vehicle Routing Problem Chris Groër 1 Oak Ridge National Laboratory, 1 Bethel Valley Rd, Oak Ridge, TN 37831 cgroer@gmail.com Bruce Golden R.H. Smith School

More information

Vehicle routing in a Spanish distribution company: Saving using a savings-based heuristic

Vehicle routing in a Spanish distribution company: Saving using a savings-based heuristic Original Article Vehicle routing in a Spanish distribution company: Saving using a savings-based heuristic Alex Grasas a, *, Jose Caceres-Cruz b, Helena R. Lourenc o a, Angel A. Juan b and Mercè Roca c

More information

Stochastic Ship Fleet Routing with Inventory Limits YU YU

Stochastic Ship Fleet Routing with Inventory Limits YU YU Stochastic Ship Fleet Routing with Inventory Limits YU YU Doctor of Philosophy University of Edinburgh 2009 Declaration I declare that this thesis was composed by myself and that the work contained therein

More information

Solving a New Mathematical Model for a Periodic Vehicle Routing Problem by Particle Swarm Optimization

Solving a New Mathematical Model for a Periodic Vehicle Routing Problem by Particle Swarm Optimization Transportation Research Institute Iran University of Science and Technology Ministry of Science, Research and Technology Transportation Research Journal 1 (2012) 77-87 TRANSPORTATION RESEARCH JOURNAL www.trijournal.ir

More information

VILNIUS UNIVERSITY. Gintaras Vaira GENETIC ALGORITHM FOR VEHICLE ROUTING PROBLEM

VILNIUS UNIVERSITY. Gintaras Vaira GENETIC ALGORITHM FOR VEHICLE ROUTING PROBLEM VILNIUS UNIVERSITY Gintaras Vaira GENETIC ALGORITHM FOR VEHICLE ROUTING PROBLEM Doctoral Dissertation Technological Sciences, Informatics Engineering (07 T) Vilnius, 2014 The dissertation has been prepared

More information

SYNCHRONIZED ROUTING OF SEASONAL PRODUCTS THROUGH A PRODUCTION/DISTRIBUTION NETWORK. Management of Manufacturing and Logistic Networks

SYNCHRONIZED ROUTING OF SEASONAL PRODUCTS THROUGH A PRODUCTION/DISTRIBUTION NETWORK. Management of Manufacturing and Logistic Networks SYNCHRONIZED ROUTING OF SEASONAL PRODUCTS THROUGH A PRODUCTION/DISTRIBUTION NETWORK Marie-Claude BOLDUC, Jacques RENAUD, Benoit MONTREUIL,2 Network Organization Technology Research Center (CENTOR) 2 Canada

More information

Dynamic Vehicle Routing in MATSim

Dynamic Vehicle Routing in MATSim Poznan University of Technology Department of Motor Vehicles and Road Transport ZPSiTD Dynamic Vehicle Routing in MATSim Simulation and Optimization Michal Maciejewski michal.maciejewski@put.poznan.pl

More information

UAV ROUTE PLANNING FOR MAXIMUM TARGET COVERAGES

UAV ROUTE PLANNING FOR MAXIMUM TARGET COVERAGES UAV ROUTE PLANNING FOR MAXIMUM TARGET COVERAGES MURAT KARAKAYA 1 1 Department of Computer Engineering, Atilim University, Ankara, Turkey ABSTRACT Utilization of Unmanned Aerial Vehicles (UAVs) in military

More information

Master s degree thesis

Master s degree thesis Master s degree thesis LOG950 Logistics Title: Collecting, dewatering and depositing sewage - logistics challenges Author(s): Lin keyong Number of pages including this page: 32 Molde, Date: 24.05.2012

More information

A cluster-based optimization approach for the multi-depot heterogeneous fleet vehicle routing problem with time windows

A cluster-based optimization approach for the multi-depot heterogeneous fleet vehicle routing problem with time windows European Journal of Operational Research 176 (2007) 1478 1507 Discrete Optimization A cluster-based optimization approach for the multi-depot heterogeneous fleet vehicle routing problem with time windows

More information

Cost Models for Vehicle Routing Problems. 8850 Stanford Boulevard, Suite 260 R. H. Smith School of Business

Cost Models for Vehicle Routing Problems. 8850 Stanford Boulevard, Suite 260 R. H. Smith School of Business 0-7695-1435-9/02 $17.00 (c) 2002 IEEE 1 Cost Models for Vehicle Routing Problems John Sniezek Lawerence Bodin RouteSmart Technologies Decision and Information Technologies 8850 Stanford Boulevard, Suite

More information

Strategic Planning and Vehicle Routing Algorithm for Newspaper Delivery Problem: Case study of Morning Newspaper, Bangkok, Thailand

Strategic Planning and Vehicle Routing Algorithm for Newspaper Delivery Problem: Case study of Morning Newspaper, Bangkok, Thailand Strategic Planning and Vehicle Routing Algorithm for Newspaper Delivery Problem: Case study of Morning Newspaper, Bangkok, Thailand Arunya Boonkleaw, Nanthi Sutharnnarunai, PhD., Rawinkhan Srinon, PhD.

More information

On the Impact of Real-Time Information on. Field Service Scheduling. Ioannis Petrakis, Christian Hass, Martin Bichler 1

On the Impact of Real-Time Information on. Field Service Scheduling. Ioannis Petrakis, Christian Hass, Martin Bichler 1 On the Impact of Real-Time Information on Field Service Scheduling Ioannis Petrakis, Christian Hass, Martin Bichler 1 Department of Informatics, TU München, Germany Mobile phone operators need to plan

More information

On the Technician Routing and Scheduling Problem

On the Technician Routing and Scheduling Problem On the Technician Routing and Scheduling Problem July 25, 2011 Victor Pillac *, Christelle Guéret *, Andrés Medaglia * Equipe Systèmes Logistiques et de Production (SLP), IRCCyN Ecole des Mines de Nantes,

More information

A Hybrid Heuristic Method for the Compressed Natural Gas (CNG) Truck Routing Problem with Fueling Stations. I-NUF 2015, Long Beach

A Hybrid Heuristic Method for the Compressed Natural Gas (CNG) Truck Routing Problem with Fueling Stations. I-NUF 2015, Long Beach A Hybrid Heuristic Method for the Compressed Natural Gas (CNG) Truck Routing Problem with Fueling Stations Author: Advisor: Yihuan (Ethan) Shao Maged Dessouky Outline Introduction Literature review Problem

More information

Routing a Heterogeneous Fleet of Vehicles

Routing a Heterogeneous Fleet of Vehicles Technical Report DEIS OR.INGCE 2007/1 Routing a Heterogeneous Fleet of Vehicles Roberto Baldacci, Maria Battarra and Daniele Vigo DEIS, University Bologna via Venezia 52, 47023 Cesena, Italy January 2007

More information

Two objective functions for a real life Split Delivery Vehicle Routing Problem

Two objective functions for a real life Split Delivery Vehicle Routing Problem International Conference on Industrial Engineering and Systems Management IESM 2011 May 25 - May 27 METZ - FRANCE Two objective functions for a real life Split Delivery Vehicle Routing Problem Marc Uldry

More information

A Hybrid Evolutionary Algorithm for Heterogeneous Fleet Vehicle Routing Problems with Time Windows

A Hybrid Evolutionary Algorithm for Heterogeneous Fleet Vehicle Routing Problems with Time Windows A Hybrid Evolutionary Algorithm for Heterogeneous Fleet Vehicle Routing Problems with Time Windows Çağri Koç Tolga Bektaş Ola Jabali Gilbert Laporte March 2014 CIRRELT-2014-16 A Hybrid Evolutionary Algorithm

More information

An Efficient Algorithm for Solving a Stochastic Location-Routing Problem

An Efficient Algorithm for Solving a Stochastic Location-Routing Problem Journal of mathematics and computer Science 12 (214) 27 38 An Efficient Algorithm for Solving a Stochastic LocationRouting Problem H.A. HassanPour a, M. MosadeghKhah a, M. Zareei 1 a Department of Industrial

More information

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows

Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows TECHNISCHE UNIVERSITEIT EINDHOVEN Branch-and-Price Approach to the Vehicle Routing Problem with Time Windows Lloyd A. Fasting May 2014 Supervisors: dr. M. Firat dr.ir. M.A.A. Boon J. van Twist MSc. Contents

More information

A business-to-business fleet management service provider for central food market enterprises

A business-to-business fleet management service provider for central food market enterprises Journal of Food Engineering 60 (2003) 203 210 www.elsevier.com/locate/jfoodeng A business-to-business fleet management service provider for central food market enterprises N. Prindezis a,b, C.T. Kiranoudis

More information

New Benchmark Instances for the Capacitated Vehicle Routing Problem

New Benchmark Instances for the Capacitated Vehicle Routing Problem New Benchmark Instances for the Capacitated Vehicle Routing Problem Eduardo Uchoa* 1, Diego Pecin 2, Artur Pessoa 1, Marcus Poggi 2, Anand Subramanian 3, Thibaut Vidal 2 1 Universidade Federal Fluminense,

More information

Local Search Algorithms for Vehicle Routing Problems of a Chain of Convenience Stores

Local Search Algorithms for Vehicle Routing Problems of a Chain of Convenience Stores Journal of Industrial and Intelligent Information Vol. 3, No. 3, September 2015 Local Search Algorithms for Vehicle Routing Problems of a Chain of Convenience Stores Yuwadee Prakaiphetkul and Pisut Pongchairerks

More information

Modified Ant Colony Optimization for Solving Traveling Salesman Problem

Modified Ant Colony Optimization for Solving Traveling Salesman Problem International Journal of Engineering & Computer Science IJECS-IJENS Vol:3 No:0 Modified Ant Colony Optimization for Solving Traveling Salesman Problem Abstract-- This paper presents a new algorithm for

More information

A savings-based randomized heuristic for the heterogeneous fixed fleet vehicle routing problem with multi-trips

A savings-based randomized heuristic for the heterogeneous fixed fleet vehicle routing problem with multi-trips Journal of Applied Operational Research (2014) 6(2), 69 81 Tadbir Operational Research Group Ltd. All rights reserved. www.tadbir.ca ISSN 1735-8523 (Print), ISSN 1927-0089 (Online) A savings-based randomized

More information

Fleet Size and Mix Optimization for Paratransit Services

Fleet Size and Mix Optimization for Paratransit Services Fleet Size and Mix Optimization for Paratransit Services Liping Fu and Gary Ishkhanov Most paratransit agencies use a mix of different types of vehicles ranging from small sedans to large converted vans

More information

IAJIT First Online Publication

IAJIT First Online Publication Using the Ant Colony Algorithm for Real-Time Automatic Route of School Buses Tuncay Yigit and Ozkan Unsal Department of Computer Engineering, Süleyman Demirel University, Turkey Abstract: Transportation

More information

A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions

A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions A Branch-Cut-and-Price Approach to the Bus Evacuation Problem with Integrated Collection Point and Shelter Decisions Marc Goerigk, Bob Grün, and Philipp Heßler Fachbereich Mathematik, Technische Universität

More information

Real-Time Multi-Vehicle Truckload Pick-Up and Delivery Problems

Real-Time Multi-Vehicle Truckload Pick-Up and Delivery Problems Real-Time Multi-Vehicle Truckload Pick-Up and Delivery Problems Jian Yang Patrick Jaillet Hani Mahmassani Department of Industrial and Manufacturing Engineering New Jersey Institute of Technology, Newark,

More information

OPTIMIZED H O M E C A R E S C H E D U L I N G AND ROUTING

OPTIMIZED H O M E C A R E S C H E D U L I N G AND ROUTING OPTIMIZED H O M E C A R E S C H E D U L I N G AND ROUTING A White Paper for Home Care Executives and Operations Managers ALGORITHM-BASED OPTIMIZATION FOR SOLVING THE SCHEDULING AND ROUTING PROBLEMS IN

More information

SOLVING INVENTORY ROUTING PROBLEMS USING LOCATION BASED HEURISTICS

SOLVING INVENTORY ROUTING PROBLEMS USING LOCATION BASED HEURISTICS OPERATIONS RESEARCH AND DECISIONS No. 2 2014 DOI: 10.5277/ord140204 Paweł HANCZAR 1 SOLVING INVENTORY ROTING PROBLEMS SING LOCATION BASED HERISTICS Inventory routing problems (IRPs) occur where vendor

More information

Solving a Real Vehicle Routing Problem in the Furniture and Electronics Industries

Solving a Real Vehicle Routing Problem in the Furniture and Electronics Industries Solving a Real Vehicle Routing Problem in the Furniture and Electronics Industries Jean-Philippe Gagliardi Jacques Renaud Angel Ruiz June 2013 CIRRELT-2013-35 Document de travail également publié par la

More information

Branch-and-Price for the Truck and Trailer Routing Problem with Time Windows

Branch-and-Price for the Truck and Trailer Routing Problem with Time Windows Branch-and-Price for the Truck and Trailer Routing Problem with Time Windows Sophie N. Parragh Jean-François Cordeau October 2015 Branch-and-Price for the Truck and Trailer Routing Problem with Time Windows

More information

The vehicle routing problem: state of the art classification and review

The vehicle routing problem: state of the art classification and review The vehicle routing problem: state of the art classification and review De Jaegere N, Defraeye M, Van Nieuwenhuyse I. KBI_1415 The Vehicle Routing Problem: State of the Art Classification and Review Nathalie

More information

Simultaneous Pick-up and Delivery Decision Support Systems

Simultaneous Pick-up and Delivery Decision Support Systems 13 Simultaneous Pick-up and Delivery Decision Support Systems Cevriye Gencer 1, Emel Kızılkaya Aydoğan 2 and Suna Çetin 3 1 Department of Industrial Engineering, Faculty of Engineering and Architecture,

More information

P13 Route Plan. E216 Distribution &Transportation

P13 Route Plan. E216 Distribution &Transportation P13 Route Plan Vehicle Routing Problem (VRP) Principles of Good Routing Technologies to enhance Vehicle Routing Real-Life Application of Vehicle Routing E216 Distribution &Transportation Vehicle Routing

More information

Minimization of Transportation Cost in Courier Service Industry

Minimization of Transportation Cost in Courier Service Industry ISS (Online) : 2319-8753 ISS (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Variable neighbourhood search in commercial VRP packages: evolving towards self-adaptive methods

Variable neighbourhood search in commercial VRP packages: evolving towards self-adaptive methods Variable neighbourhood search in commercial VRP packages: evolving towards self-adaptive methods Kenneth Sörensen 1, Marc Sevaux 2, and Patrick Schittekat 1,3 1 University of Antwerp 2 University of South

More information

JOpt TourPlanner. product overview

JOpt TourPlanner. product overview JOpt TourPlanner product overview 2010 ... at a glance JOpt TourPlanner is a multiple vehicle routing component for software developers is available for different programming models (.NET, JAVA, SOAP)

More information

Lancaster University Management School Working Paper 2009/021. Vehicle Routing and Scheduling with Time Varying Data: A Case Study

Lancaster University Management School Working Paper 2009/021. Vehicle Routing and Scheduling with Time Varying Data: A Case Study Lancaster University Management School Woring Paper 2009/021 Vehicle Routing and Scheduling with Time Varying Data: A Case Study Will Maden, Richard William Eglese and Daniel Blac The Department of Management

More information

School of Industrial and Systems Engineering, Georgia Institute of Technology, Atlanta, GA 30332-0205, USA E-mail: mwps@isye.gatech.

School of Industrial and Systems Engineering, Georgia Institute of Technology, Atlanta, GA 30332-0205, USA E-mail: mwps@isye.gatech. C. Barnhart and G. Laporte (Eds.), Handbook in OR & MS, Vol. 14 Copyright 2007 Elsevier B.V. All rights reserved DOI: 10.1016/S0927-0507(06)14006-2 Chapter 6 Vehicle Routing Jean-François Cordeau Canada

More information

Ant colony optimization techniques for the vehicle routing problem

Ant colony optimization techniques for the vehicle routing problem Advanced Engineering Informatics 18 (2004) 41 48 www.elsevier.com/locate/aei Ant colony optimization techniques for the vehicle routing problem John E. Bell a, *, Patrick R. McMullen b a Department of

More information

A tabu search heuristic for the vehicle routing problem with time windows and split deliveries

A tabu search heuristic for the vehicle routing problem with time windows and split deliveries A tabu search heuristic for the vehicle routing problem with time windows and split deliveries Sin C. Ho Dag Haugland Abstract The routing of a fleet of vehicles to service a set of customers is important

More information

An ACO Approach to Solve a Variant of TSP

An ACO Approach to Solve a Variant of TSP An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents

More information

OPTIMAL VEHICLE TIMETABLING, ROUTING AND DRIVER DUTY SCHEDULING CASE STUDY: BUS DEPOT PROBLEM

OPTIMAL VEHICLE TIMETABLING, ROUTING AND DRIVER DUTY SCHEDULING CASE STUDY: BUS DEPOT PROBLEM OPTIMAL VEHICLE TIMETABLING, ROUTING AND DRIVER DUTY SCHEDULING CASE STUDY: BUS DEPOT PROBLEM Mr Tushar T. Rasal Department of Electronics & Telecommunication Engineering Rajarambapu Institute of Technology

More information

Ant Colony Optimization and Constraint Programming

Ant Colony Optimization and Constraint Programming Ant Colony Optimization and Constraint Programming Christine Solnon Series Editor Narendra Jussien WILEY Table of Contents Foreword Acknowledgements xi xiii Chapter 1. Introduction 1 1.1. Overview of the

More information

Using Ant Colony Optimization for Infrastructure Maintenance Scheduling

Using Ant Colony Optimization for Infrastructure Maintenance Scheduling Using Ant Colony Optimization for Infrastructure Maintenance Scheduling K. Lukas, A. Borrmann & E. Rank Chair for Computation in Engineering, Technische Universität München ABSTRACT: For the optimal planning

More information

LOGISTICS OPTIMIZATION: VEHICLE ROUTING WITH LOADING CONSTRAINTS

LOGISTICS OPTIMIZATION: VEHICLE ROUTING WITH LOADING CONSTRAINTS 19 th International Conference on Production Research LOGISTICS OPTIMIZATION: VEHICLE ROUTING WITH LOADING CONSTRAINTS D. Aprile*, J. Egeblad**, A.C. Garavelli*#, S. Lisi*, D. Pisinger** *DIMeG, Politecnico

More information

The SR-GCWS hybrid algorithm for solving the capacitated vehicle routing problem

The SR-GCWS hybrid algorithm for solving the capacitated vehicle routing problem The SR-GCWS hybrid algorithm for solving the capacitated vehicle routing problem Angel A. Juan 1,, Javier Faulin 2, Rubén Ruiz 3, Barry Barrios 2, Santi Caballé 1 1 Dep. of Computer Sciences and Telecommunication,

More information

Report. An Adaptive Iterated Local Search for the Mixed Capacitated General Routing Problem. Working paper

Report. An Adaptive Iterated Local Search for the Mixed Capacitated General Routing Problem. Working paper A26278- Unrestricted Report An Adaptive Iterated Local Search for the Mixed Capacitated General Routing Problem Working paper Author(s) Mauro Dell'Amico, University of Modena and Reggio Emilia Geir Hasle,

More information

Towards Participatory Design of Multi-agent Approach to Transport Demands

Towards Participatory Design of Multi-agent Approach to Transport Demands ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 Towards Participatory Design of Multi-agent Approach to Transport Demands 10 Yee Ming Chen 1, Bo-Yuan Wang Department of Industrial Engineering and Management

More information

A Robust Branch-Cut-and-Price Algorithm for the Heterogeneous Fleet Vehicle Routing Problem

A Robust Branch-Cut-and-Price Algorithm for the Heterogeneous Fleet Vehicle Routing Problem A Robust Branch-Cut-and-Price Algorithm for the Heterogeneous Fleet Vehicle Routing Problem Artur Pessoa, Eduardo Uchoa {artur,uchoa}@producao.uff.br Departamento de Engenharia de Produção Universidade

More information

An Iterated Local Search heuristic for the Heterogeneous Fleet Vehicle Routing Problem

An Iterated Local Search heuristic for the Heterogeneous Fleet Vehicle Routing Problem J Heuristics manuscript No. (will be inserted by the editor) An Iterated Local Search heuristic for the Heterogeneous Fleet Vehicle Routing Problem Puca Huachi Vaz Penna Anand Subramanian Luiz Satoru Ochi

More information

Intelligent Taxi Dispatch System for Advance Reservations

Intelligent Taxi Dispatch System for Advance Reservations Intelligent Taxi Dispatch System for Advance Reservations Hao Wang, Ningbo Institute of Technology, Zhejiang University Ruey Long Cheu, The University of Texas at El Paso Der-Horng Lee, The National University

More information

A Local Search Metaheuristic Algorithm for the Vehicle Routing Problem with Simultaneous Pick-ups and Deliveries

A Local Search Metaheuristic Algorithm for the Vehicle Routing Problem with Simultaneous Pick-ups and Deliveries A Local Search Metaheuristic Algorithm for the Vehicle Routing Problem with Simultaneous Pick-ups and Deliveries Emmanouil E. Zachariadis, Chris T. Kiranoudis Department of Process Analysis and Plant Design,

More information

Constraint Programming for the Vehicle Routing Problem. Philip Kilby

Constraint Programming for the Vehicle Routing Problem. Philip Kilby Constraint Programming for the Vehicle Routing Problem Philip Kilby A bit about NICTA National Information and Communications Technology Australia (NICTA) Research in ICT since 24 Major Labs in Sydney,

More information

Transportation. Transportation decisions. The role of transportation in the SC. A key decision area within the logistics mix

Transportation. Transportation decisions. The role of transportation in the SC. A key decision area within the logistics mix Transportation A key decision area within the logistics mix Chapter 14 Transportation in the Supply Chain Inventory Strategy Forecasting Storage decisions Inventory decisions Purchasing & supply planning

More information

Development of a Genetic Algorithm for the School Bus Routing Problem

Development of a Genetic Algorithm for the School Bus Routing Problem , pp. 107-126 http://dx.doi.org/10.14257/ijseia.2015.9.5.11 Development of a Genetic Algorithm for the School Bus Routing Problem Moohong Kang 1, Sung-Kwan Kim 2, Joe T. Felan 3, Hyung Rim Choi 4 and Minje

More information

Solving Min-Max Multi-Depot Vehicle Routing Problem

Solving Min-Max Multi-Depot Vehicle Routing Problem Solving Min-Max Multi-Depot Vehicle Routing Problem John Carlsson ; Dongdong Ge ; Arjun Subramaniam ; Amy Wu ; and Yinyu Ye 1st May 2007 Abstract The Multi-Depot Vehicle Routing Problem (MDVRP) is a generalization

More information

An ACO/VNS Hybrid Approach for a Large-Scale Energy Management Problem

An ACO/VNS Hybrid Approach for a Large-Scale Energy Management Problem An ACO/VNS Hybrid Approach for a Large-Scale Energy Management Problem Challenge ROADEF/EURO 2010 Roman Steiner, Sandro Pirkwieser, Matthias Prandtstetter Vienna University of Technology, Austria Institute

More information

A MIXED INTEGER PROGRAMMING FOR A VEHICLE ROUTING PROBLEM WITH TIME WINDOWS: A CASE STUDY OF A THAI SEASONING COMPANY. Abstract

A MIXED INTEGER PROGRAMMING FOR A VEHICLE ROUTING PROBLEM WITH TIME WINDOWS: A CASE STUDY OF A THAI SEASONING COMPANY. Abstract A MIXED INTEGER PROGRAMMING FOR A VEHICLE ROUTING PROBLEM WITH TIME WINDOWS: A CASE STUDY OF A THAI SEASONING COMPANY Supanat Suwansusamran 1 and Pornthipa Ongunaru 2 Department of Agro-Industrial Technology,

More information

Production Scheduling for Dispatching Ready Mixed Concrete Trucks Using Bee Colony Optimization

Production Scheduling for Dispatching Ready Mixed Concrete Trucks Using Bee Colony Optimization American J. of Engineering and Applied Sciences 3 (1): 7-14, 2010 ISSN 1941-7020 2010 Science Publications Production Scheduling for Dispatching Ready Mixed Concrete Trucks Using Bee Colony Optimization

More information

Planning and optimisation of vehicle routes for fuel oil distribution

Planning and optimisation of vehicle routes for fuel oil distribution Planning and optimisation of vehicle routes for fuel oil distribution Andrea E. Rizzoli a,c, Norman Casagrande a, Alberto V. Donati a, Luca Maria Gambardella a,c, Daniele Lepori b, Roberto Montemanni a,

More information

QoS optimization for an. on-demand transportation system via a fractional linear objective function

QoS optimization for an. on-demand transportation system via a fractional linear objective function QoS optimization for an Load charge ratio on-demand transportation system via a fractional linear objective function Thierry Garaix, University of Avignon (France) Column Generation 2008 QoS optimization

More information

vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK

vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS LIST OF SYMBOLS LIST OF APPENDICES

More information

An Improved ACO Algorithm for Multicast Routing

An Improved ACO Algorithm for Multicast Routing An Improved ACO Algorithm for Multicast Routing Ziqiang Wang and Dexian Zhang School of Information Science and Engineering, Henan University of Technology, Zheng Zhou 450052,China wzqagent@xinhuanet.com

More information

Tabu Search Heuristics for the Vehicle Routing Problem

Tabu Search Heuristics for the Vehicle Routing Problem Tabu Search Heuristics for the Vehicle Routing Problem Jean-François Cordeau and Gilbert Laporte Canada Research Chair in Distribution Management and GERAD École des Hautes Études Commerciales 3000 chemin

More information

Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits

Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits Outline NP-completeness Examples of Easy vs. Hard problems Euler circuit vs. Hamiltonian circuit Shortest Path vs. Longest Path 2-pairs sum vs. general Subset Sum Reducing one problem to another Clique

More information

Scheduling and Routing Milk from Farm to Processors by a Cooperative

Scheduling and Routing Milk from Farm to Processors by a Cooperative Journal of Agribusiness 22,2(Fall 2004):93S106 2004 Agricultural Economics Association of Georgia Scheduling and Routing Milk from Farm to Processors by a Cooperative Peerapon Prasertsri and Richard L.

More information

Evaluation of Complexity of Some Programming Languages on the Travelling Salesman Problem

Evaluation of Complexity of Some Programming Languages on the Travelling Salesman Problem International Journal of Applied Science and Technology Vol. 3 No. 8; December 2013 Evaluation of Complexity of Some Programming Languages on the Travelling Salesman Problem D. R. Aremu O. A. Gbadamosi

More information

Application of ACO to Disentangle Max-Min MDVRP Using Clustering Technique

Application of ACO to Disentangle Max-Min MDVRP Using Clustering Technique International Journal of Scientific and Research Publications, Volume 3, Issue 2, February 2013 1 Application of ACO to Disentangle Max-Min MDVRP Using Clustering Technique Mandeep Kaur *, Shanky Goyal

More information

Managing Transportation in a Supply Chain Chapter 14 Sections 4.3, 4.4 and 4.5

Managing Transportation in a Supply Chain Chapter 14 Sections 4.3, 4.4 and 4.5 Managing Transportation in a Supply Chain Chapter 14 Sections 4.3, 4.4 and 4.5 1 Outline Key modes of transport and major issues Transportation System Design Tradeoffs in transportation design Transportation

More information

Modeling and Solving the Capacitated Vehicle Routing Problem on Trees

Modeling and Solving the Capacitated Vehicle Routing Problem on Trees in The Vehicle Routing Problem: Latest Advances and New Challenges Modeling and Solving the Capacitated Vehicle Routing Problem on Trees Bala Chandran 1 and S. Raghavan 2 1 Department of Industrial Engineering

More information

Dave Sly, PhD, MBA, PE Iowa State University

Dave Sly, PhD, MBA, PE Iowa State University Dave Sly, PhD, MBA, PE Iowa State University Tuggers deliver to multiple locations on one trip, where Unit Load deliveries involve only one location per trip. Tugger deliveries are more complex since the

More information

COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN ABSTRACT

COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN ABSTRACT Technical Report #98T-010, Department of Industrial & Mfg. Systems Egnieering, Lehigh Univerisity (1998) COORDINATION PRODUCTION AND TRANSPORTATION SCHEDULING IN THE SUPPLY CHAIN Kadir Ertogral, S. David

More information