PICK PATH OPTIMIZATION. An enhanced algorithmic approach

Size: px
Start display at page:

Download "PICK PATH OPTIMIZATION. An enhanced algorithmic approach"

Transcription

1 PICK PATH OPTIMIZATION An enhanced algorithmic approach Abstract Simulated annealing, enhanced with certain heuristic modifications, provides an optimized algorithm for picking parts from a warehouse or store in reasonable time and space and suitable for a variety of warehouse or store layouts. Wayne Ma, PhD and David J. Schuler wma@katalysttech.com and dschuler@katalysttech.com

2 Overview This document provides a high-level description of the pick path optimization method (patent pending) developed by the authors. Gaining the 21 st century competitive edge requires that you be able to deliver goods to your customers faster and more economically than your competitors. Consequently, optimizing the movement of goods from shelf to transport becomes essential to building long term customer loyalty. The authors of this paper are Wayne Ma and Dave Schuler, employees of Katalyst Technologies Inc. Katalyst specializes in warehouse management systems for retail and wholesale sales organizations. The Problem Pick path refers to the route a picker takes through the picking area to complete his or her picking tasks. Since this activity may account for 50% or more of warehouse/store operations, optimizing the pick path can provide quantifiable savings in operating costs. Identifying an optimized pick path requires the solution of two different graph theory problems: the shortest path problem and the travelling salesperson problem. Shortest path problem: In graph theory the shortest path problem is the problem of finding a path between two nodes on the graph such that the sum of the weights of the constituent edges of the path is minimized. Travelling salesperson problem: The travelling salesperson problem is the problem of finding the shortest route that passes through each of a set of nodes on the route no more than once. Description of the Algorithm In solution of the shortest path problem we have selected the A* algorithm for its performance and accuracy. A*, an elaboration of Dijkstra s Algorithm, first proposed in 1959, was initially articulated by Peter Hart, Nils Nilsson and Bertram Raphael of Stanford Research Institute in A* constructs a tree of paths from the start node one step at a time, identifying the path with the smallest cost. A* is admissible, meaning that it never overestimates of reaching its goal and, because it employs an optimistic estimate of the cost of the path of each node that it considers, will consider fewer nodes than any other admissible search algorithm with the same heuristic. The time complexity of A* varies but will be no greater than exponential. In most real world situations its complexity will be polynomial. Our solution to the travelling salesperson problem uses simulated annealing enhanced with some heuristic improvements. Simulated annealing is a probabilistic method of estimating the global optimum of a function. In this case the function is the shortest path that traverses all of the bins containing a specified group of stock keeping units (SKUs). At each step of this iterative method the presently selected optimum solution is compared with the value of a nearby solution. If the nearby 1 P i c k P a t h O p t i m i z a t i o n

3 solution is better than the presently selected optimum solution, it replaces the presently selected optimum solution and the process is repeated. The optimized path and from bin to bin is determined using A*. In most real world conditions the computational/time complexity of our optimizing algorithm is on the order of N 2 log N. Our measurements have suggested that this solution is better than either the S-shaped heuristic, traversing the warehouse or store in a systematic serpentine path, or the largest gap heuristic. In the largest gap heuristic, the route starts at the depot, proceeds to the front of the aisle closest to the depot that contains at least one SKU, and this main aisle is traversed up to and including the bin farthest from the depot containing at least one SKU. Each aisle is entered as far as the largest gap, the gap being the distance between any two adjacent SKUs. If the largest gap is between adjacent SKUs the return route is through both ends of the aisle. If not, a return route from either the front or the back of the aisle is used. Test Cases Consider the following. In our first scenario there are five orders of one SKU each Scenario 1 Order SKU Quantity Location AA Aisle 1, Bin 7 AA Aisle 2, Bin 7 AA Aisle 3, Bin 1 AA Aisle 3, Bin 9 AA Aisle 4, Bin 6 Employing the S-shaped and largest gap heuristics the pick paths would be: S-Shaped Largest Gap while employing our algorithm produces an optimized pick path: 2 P i c k P a t h O p t i m i z a t i o n

4 Scenario 2 In our second scenario there is one order consisting of four different SKUS: Order SKU Quantity Location BB Aisle 1, Bin Aisle 1, Bin Aisle 2, Bin Aisle 3, Bin 3 Employing the S-shaped and largest gap heuristics produces the following pick paths: S-Shaped Largest Gap 3 P i c k P a t h O p t i m i z a t i o n

5 while employing our algorithm produces the following optimized pick path: Scenario 3 The third scenario consists of four different orders with a total of six SKUs: Order SKU Quantity Location CC Aisle 2, Bin Aisle 3, Bin 13 CC Aisle 6, Bin 19 CC Aisle 5, Bin 7 CC Aisle 7, Bin Aisle 4, Bin 4 Employing the S-shaped and largest gap heuristics the pick paths produces the following pick paths: S-Shaped Largest Gap 4 P i c k P a t h O p t i m i z a t i o n

6 and our algorithm produces the following optimized pick path: These results are summarized: Algorithm Optimized Algorithm S-Shaped Heuristic Largest Gap Heuristic Conclusion As can be seen our optimized algorithm produces notable savings. In addition to producing an optimized pick path our algorithm has certain other advantages over either of the other two heuristics. It is not limited as the other two heuristics are to stores or warehouses laid out in rectangular rows and aisle but may be used in stores or warehouses with any layout including 5 P i c k P a t h O p t i m i z a t i o n

7 Circular Radial Or complex 6 P i c k P a t h O p t i m i z a t i o n

8 When all of these advantages are considered our algorithm is clearly a superior approach to solving one of the most common problems in store/warehouse management. References Khachaturyan, A.; Semenovskaya, S.; Vainshtein, B. (1979). "Statistical-Thermodynamic Approach to Determination of Structure Amplitude Phases". Sov.Phys. Crystallography. 24 (5): Hart, P. E.; Nilsson, N. J.; Raphael, B. (1968). "A Formal Basis for the Heuristic Determination of Minimum Cost Paths". IEEE Transactions on Systems Science and Cybernetics SSC4. 4 (2): Kees Jan Roodbergen, Routing order pickers in a warehouse 7 P i c k P a t h O p t i m i z a t i o n

Routing order pickers in a warehouse with a middle aisle

Routing order pickers in a warehouse with a middle aisle Routing order pickers in a warehouse with a middle aisle Kees Jan Roodbergen and René de Koster Rotterdam School of Management, Erasmus University Rotterdam, P.O. box 1738, 3000 DR Rotterdam, The Netherlands

More information

The order picking problem in fishbone aisle warehouses

The order picking problem in fishbone aisle warehouses The order picking problem in fishbone aisle warehouses Melih Çelik H. Milton Stewart School of Industrial and Systems Engineering, Georgia Institute of Technology, 30332 Atlanta, USA Haldun Süral Industrial

More information

XXVI. OPTIMIZATION OF SKUS' LOCATIONS IN WAREHOUSE

XXVI. OPTIMIZATION OF SKUS' LOCATIONS IN WAREHOUSE XXVI. OPTIMIZATION OF SKUS' LOCATIONS IN WAREHOUSE David Sourek University of Pardubice, Jan Perner Transport Faculty Vaclav Cempirek University of Pardubice, Jan Perner Transport Faculty Abstract Many

More information

A Solution Approach for the Joint Order Batching and Picker Routing Problem in Manual Order Picking Systems

A Solution Approach for the Joint Order Batching and Picker Routing Problem in Manual Order Picking Systems A Solution Approach for the Joint Order Batching and Picker Routing Problem in Manual Order Picking Systems André Scholz Gerhard Wäscher Otto-von-Guericke University Magdeburg, Germany Faculty of Economics

More information

Artificial Intelligence Breadth-First Search and Heuristic

Artificial Intelligence Breadth-First Search and Heuristic Artificial Intelligence Breadth-First Search and Heuristic Chung-Ang University, Jaesung Lee The original version of this content is came from MIT OCW of MIT Electrical Engineering and Computer Science

More information

Impressum ( 5 TMG) Herausgeber: Fakultät für Wirtschaftswissenschaft Der Dekan. Verantwortlich für diese Ausgabe:

Impressum ( 5 TMG) Herausgeber: Fakultät für Wirtschaftswissenschaft Der Dekan. Verantwortlich für diese Ausgabe: WORKING PAPER SERIES Impressum ( 5 TMG) Herausgeber: Otto-von-Guericke-Universität Magdeburg Fakultät für Wirtschaftswissenschaft Der Dekan Verantwortlich für diese Ausgabe: Otto-von-Guericke-Universität

More information

Improving Product Location and Order Picking Activities in a Distribution Center

Improving Product Location and Order Picking Activities in a Distribution Center Improving roduct Location and Order icking Activities in a Distribution Center Jacques Renaud Angel Ruiz Université Laval Centre Interuniversitaire de Recherche sur les Réseaux d Entreprise, la Logistique

More information

Tecnomatix Plant Simulation Worldwide User Conference 2016

Tecnomatix Plant Simulation Worldwide User Conference 2016 KarisPro Autonomous Intralogistics Robots for Industry 4.0 The Internet of Things proclaims independent acting individual objects. Can they be modeled in a discrete event simulation tool? Hao Jiang + Stefan

More information

MTTN L11 Order-picking MTTN25 Warehousing and Materials Handling. Warehousing and Materials Handling 1. Content. Learning objectives

MTTN L11 Order-picking MTTN25 Warehousing and Materials Handling. Warehousing and Materials Handling 1. Content. Learning objectives L11 Order-picking MTTN25 Warehousing and Materials Handling Warehousing and Materials Handling Tools & Techniques Optimization models Pick-paths Inclusion of SKU in FPA Lane depth & slotting L11 Layout

More information

Multiagent Systems: Spring 2006

Multiagent Systems: Spring 2006 Multiagent Systems: Spring 2006 Ulle Endriss Institute for Logic, Language and Computation University of Amsterdam Ulle Endriss (ulle@illc.uva.nl) 1 Combinatorial Auctions In a combinatorial auction, the

More information

Travel Models for Warehouses with Task Interleaving

Travel Models for Warehouses with Task Interleaving Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. Travel Models for Warehouses with Task Interleaving Letitia M. Pohl and Russell D. Meller Department of Industrial

More information

weather monitoring, forest fire detection, traffic control, emergency search and rescue A.y. 2018/19

weather monitoring, forest fire detection, traffic control, emergency search and rescue A.y. 2018/19 UAVs are flying vehicles able to autonomously decide their route (different from drones, that are remotely piloted) Historically, used in the military, mainly deployed in hostile territory to reduce pilot

More information

Depth-Bound Heuristics and Iterative-Deepening Search Algorithms in Classical Planning

Depth-Bound Heuristics and Iterative-Deepening Search Algorithms in Classical Planning Depth-Bound Heuristics and Iterative-Deepening Search Algorithms in Classical Planning Bachelor s Thesis Presentation Florian Spiess, 13 June 2017 Departement of Mathematics and Computer Science Artificial

More information

Warehousing Systems Design

Warehousing Systems Design Warehousing Systems Design Marc Goetschalckx, Doug Bodner, T. Govindaraj, Leon McGinnis, Gunter Sharp, Lei Tian Industrial and Systems Engineering Georgia Institute of Technology Atlanta, GA 30332-0205

More information

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

Transactions on the Built Environment vol 33, 1998 WIT Press,  ISSN Effects of designated time on pickup/delivery truck routing and scheduling E. Taniguchf, T. Yamada\ M. Tamaishi*, M. Noritake^ "Department of Civil Engineering, Kyoto University, Yoshidahonmachi, Sakyo-kyu,

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

Simulation based Performance Analysis of an End-of-Aisle Automated Storage and Retrieval System

Simulation based Performance Analysis of an End-of-Aisle Automated Storage and Retrieval System Simulation based Performance Analysis of an End-of-Aisle Automated Storage and Retrieval System Behnam Bahrami, El-Houssaine Aghezzaf and Veronique Limère Department of Industrial Management, Ghent University,

More information

RELATION-BASED ITEM SLOTTING

RELATION-BASED ITEM SLOTTING RELATION-BASED ITEM SLOTTING A Thesis presented to the Faculty of the Graduate School University of Missouri In Partial Fulfillment Of the Requirements for the Degree Master of Science by Phichet Wutthisirisart

More information

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics

Metaheuristics. Approximate. Metaheuristics used for. Math programming LP, IP, NLP, DP. Heuristics Metaheuristics Meta Greek word for upper level methods Heuristics Greek word heuriskein art of discovering new strategies to solve problems. Exact and Approximate methods Exact Math programming LP, IP,

More information

UNMANNED AERIAL VEHICLES (UAVS)

UNMANNED AERIAL VEHICLES (UAVS) UNMANNED AERIAL VEHICLES (UAVS) MONITORING BY UAVS I.E. WHAT? (SOME THESES PROPOSALS) UAVs are flying vehicles able to autonomously decide their route (different from drones, that are remotely piloted)

More information

Improving Order Picking Efficiency with the Use of Cross Aisles and Storage Policies

Improving Order Picking Efficiency with the Use of Cross Aisles and Storage Policies Open Journal of Business and Management, 2017, 5, 95-104 http://www.scirp.org/journal/ojbm ISSN Online: 2329-3292 ISSN Print: 2329-3284 Improving Order Picking Efficiency with the Use of Cross Aisles and

More information

DYNAMIC ABC STORAGE POLICY IN ERRATIC DEMAND ENVIRONMENTS

DYNAMIC ABC STORAGE POLICY IN ERRATIC DEMAND ENVIRONMENTS DYNAMIC ABC STORAGE POLICY IN ERRATIC DEMAND ENVIRONMENTS (Benjamin Pierre, et al.) DYNAMIC ABC STORAGE POLICY IN ERRATIC DEMAND ENVIRONMENTS Benjamin Pierre, Bart Vannieuwenhuyse, Denis Dominanta Centrum

More information

Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms

Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms HABIBEH ABBASI, ABBAS AFSHAR, MOHAMMAD REZA JALALI Department of Civil Engineering Iran University of Science and Technology

More information

Data-driven modelling of police route choice

Data-driven modelling of police route choice Data-driven modelling of police route choice Kira Kowalska *1, John Shawe-Taylor 2 and Paul Longley 3 1 Department of Security and Crime Science, University College London 2 Department of Computer Science,

More information

Robust Integration of Acceleration and Deceleration Processes into the Time Window Routing Method

Robust Integration of Acceleration and Deceleration Processes into the Time Window Routing Method Robust Integration of Acceleration and Deceleration Processes into the Time Window Routing Method Thomas Lienert, M.Sc., Technical University of Munich, Chair for Materials Handling, Material Flow, Logistics,

More information

Impressum ( 5 TMG) Herausgeber: Fakultät für Wirtschaftswissenschaft Der Dekan. Verantwortlich für diese Ausgabe:

Impressum ( 5 TMG) Herausgeber: Fakultät für Wirtschaftswissenschaft Der Dekan. Verantwortlich für diese Ausgabe: WORKING PAPER SERIES Impressum ( 5 TMG) Herausgeber: Otto-von-Guericke-Universität Magdeburg Fakultät für Wirtschaftswissenschaft Der Dekan Verantwortlich für diese Ausgabe: Otto-von-Guericke-Universität

More information

Association Rule Based Approach for Improving Operation Efficiency in a Randomized Warehouse

Association Rule Based Approach for Improving Operation Efficiency in a Randomized Warehouse Proceedings of the 2011 International Conference on Industrial Engineering and Operations Management Kuala Lumpur, Malaysia, January 22 24, 2011 Association Rule Based Approach for Improving Operation

More information

Synchronizing inventory and transport within supply chain management

Synchronizing inventory and transport within supply chain management Synchronizing inventory and transport within supply chain management VALENTIN BAKOEV, ZLATKO VARBANOV, VENELIN MONEV, MAYA HRISTOVA (University of Veliko Tarnovo, Bulgaria) DUSHAN BIKOV, ALEKSANDRA STOJANOVA

More information

The Pennsylvania State University. The Graduate School. College of Engineering MODIFICATION OF THE ORDER PICKING AND REPLENISHMENT POLICY IN A

The Pennsylvania State University. The Graduate School. College of Engineering MODIFICATION OF THE ORDER PICKING AND REPLENISHMENT POLICY IN A The Pennsylvania State University The Graduate School College of Engineering MODIFICATION OF THE ORDER PICKING AND REPLENISHMENT POLICY IN A DISTRIBUTION CENTER A Thesis in Industrial Engineering and Operations

More information

OPERATIONAL-LEVEL OPTIMIZATION OF INBOUND INTRALOGISTICS. Yeiram Martínez Industrial Engineering, University of Puerto Rico Mayagüez

OPERATIONAL-LEVEL OPTIMIZATION OF INBOUND INTRALOGISTICS. Yeiram Martínez Industrial Engineering, University of Puerto Rico Mayagüez OPERATIONAL-LEVEL OPTIMIZATION OF INBOUND INTRALOGISTICS Yeiram Martínez Industrial Engineering, University of Puerto Rico Mayagüez Héctor J. Carlo, Ph.D. Industrial Engineering, University of Puerto Rico

More information

AN INTEGRATED MODEL OF STORAGE AND ORDER-PICKING AREA LAYOUT DESIGN

AN INTEGRATED MODEL OF STORAGE AND ORDER-PICKING AREA LAYOUT DESIGN AN INTEGRATED MODEL OF STORAGE AND ORDER-PICKING AREA LAYOUT DESIGN Goran DUKIC 1, Tihomir OPETUK 1, Tone LERHER 2 1 University of Zagreb, Faculty of Mechanical Engineering and Naval Architecture Ivana

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization Part 2: Simple Ant Colony Optimization Fall 2009 Instructor: Dr. Masoud Yaghini Outline Ant Colony Optimization: Part 2 Simple Ant Colony Optimization (S-ACO) Experiments with S-ACO

More information

THE SHORTEST NOT NECESSARILY THE BEST OTHER PATH ON THE BASIS OF THE OPTIMAL PATH

THE SHORTEST NOT NECESSARILY THE BEST OTHER PATH ON THE BASIS OF THE OPTIMAL PATH THE SHORTEST NOT NECESSARILY THE BEST OTHER PATH ON THE BASIS OF THE OPTIMAL PATH Tomasz Neumann 1 1 Gdynia Maritime University, Gdynia, Poland Abstract This paper presents a different perspective on the

More information

OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE

OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE OPTIMIZING THE REARRANGEMENT PROCESS IN A DEDICATED WAREHOUSE Hector J. Carlo German E. Giraldo Industrial Engineering Department, University of Puerto Rico Mayagüez, Call Box 9000, Mayagüez, PR 00681

More information

Algorithms for On-line Order Batching in an Order-Picking Warehouse

Algorithms for On-line Order Batching in an Order-Picking Warehouse Proceedings of the 3 rd International Conference on Information Systems, Logistics and Supply Chain Creating value through green supply chains ILS 2010 Casablanca (Morocco), April 14-16 Algorithms for

More information

SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY

SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY SIMULATION APPROACH TO OPTIMISE STOCKYARD LAYOUT: A CASE STUDY IN PRECAST CONCRETE PRODUCTS INDUSTRY Ramesh Marasini, Nashwan Dawood School of Science and Technology, Univerisity of Teesside, Middlesbrough

More information

OPTIMIZING THE SUPPLY CHAIN OPERATIONS OF E-SHOP WAREHOUSES

OPTIMIZING THE SUPPLY CHAIN OPERATIONS OF E-SHOP WAREHOUSES OPTIMIZING THE SUPPLY CHAIN OPERATIONS OF E-SHOP WAREHOUSES Submitted by Vassilis Pergamalis A thesis Presented to the Faculty of Tilburg School of Economics and Management In Partial Fulfillment of Requirements

More information

The Time Window Assignment Vehicle Routing Problem

The Time Window Assignment Vehicle Routing Problem The Time Window Assignment Vehicle Routing Problem Remy Spliet, Adriana F. Gabor June 13, 2012 Problem Description Consider a distribution network of one depot and multiple customers: Problem Description

More information

A thesis presented to. the faculty of. the Russ College of Engineering and Technology of Ohio University. In partial fulfillment

A thesis presented to. the faculty of. the Russ College of Engineering and Technology of Ohio University. In partial fulfillment Methodology for Data Mining Customer Order History for Storage Assignment A thesis presented to the faculty of the Russ College of Engineering and Technology of Ohio University In partial fulfillment of

More information

1. are generally independent of the volume of units produced and sold. a. Fixed costs b. Variable costs c. Profits d.

1. are generally independent of the volume of units produced and sold. a. Fixed costs b. Variable costs c. Profits d. Final Exam 61.252 Introduction to Management Sciences Instructor: G. V. Johnson December 17, 2002 1:30 p.m. to 3:30 p.m. Room 210-224 University Centre Seats 307-328 Paper No. 492 Model Building: Break-Even

More information

DRAFT ANALYSIS AND OPTIMAL DESIGN OF DISCRETE ORDER PICKING TECHNOLOGIES ALONG A LINE. Donald D. Eisenstein

DRAFT ANALYSIS AND OPTIMAL DESIGN OF DISCRETE ORDER PICKING TECHNOLOGIES ALONG A LINE. Donald D. Eisenstein ANALYSIS AND OPTIMAL DESIGN OF DISCRETE ORDER PICKING TECHNOLOGIES ALONG A LINE Donald D. Eisenstein Graduate School of Business, The University of Chicago, Chicago, Illinois 60637 USA. don.eisenstein@chicagogsb.edu

More information

Modelling Load Retrievals in Puzzle-based Storage Systems

Modelling Load Retrievals in Puzzle-based Storage Systems Modelling Load Retrievals in Puzzle-based Storage Systems Masoud Mirzaei a, Nima Zaerpour b, René de Koster a a Rotterdam School of Management, Erasmus University, the Netherlands b Faculty of Economics

More information

A Genetic Algorithm for Order Picking in Automated Storage and Retrieval Systems with Multiple Stock Locations

A Genetic Algorithm for Order Picking in Automated Storage and Retrieval Systems with Multiple Stock Locations IEMS Vol. 4, No. 2, pp. 36-44, December 25. A Genetic Algorithm for Order Picing in Automated Storage and Retrieval Systems with Multiple Stoc Locations Yaghoub Khojasteh Ghamari Graduate School of Systems

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

MTTN L3 Activity profiling MTTN25 Warehousing and Materials Handling. Warehousing and Materials Handling 1. Content. Learning objectives

MTTN L3 Activity profiling MTTN25 Warehousing and Materials Handling. Warehousing and Materials Handling 1. Content. Learning objectives L3 Activity profiling MTTN25 Warehousing and Materials Handling Warehousing and Materials Handling Tools & Techniques Optimization models Pick-paths Inclusion of SKU in FPA Lane depth & slotting Layout

More information

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN

INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN INTEGRATING VEHICLE ROUTING WITH CROSS DOCK IN SUPPLY CHAIN Farshad Farshchi Department of Industrial Engineering, Parand Branch, Islamic Azad University, Parand, Iran Davood Jafari Department of Industrial

More information

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny

Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny Heuristic Techniques for Solving the Vehicle Routing Problem with Time Windows Manar Hosny College of Computer and Information Sciences, King Saud University, Riyadh, Saudi Arabia mifawzi@ksu.edu.sa Keywords:

More information

Distributed Algorithms for Resource Allocation Problems. Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012

Distributed Algorithms for Resource Allocation Problems. Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012 Distributed Algorithms for Resource Allocation Problems Mr. Samuel W. Brett Dr. Jeffrey P. Ridder Dr. David T. Signori Jr 20 June 2012 Outline Survey of Literature Nature of resource allocation problem

More information

Proceedings of the 2017 Winter Simulation Conference W. K. V. Chan, A. D'Ambrogio, G. Zacharewicz, N. Mustafee, G. Wainer, and E. Page, eds.

Proceedings of the 2017 Winter Simulation Conference W. K. V. Chan, A. D'Ambrogio, G. Zacharewicz, N. Mustafee, G. Wainer, and E. Page, eds. Proceedings of the 2017 Winter Simulation Conference W. K. V. Chan, A. D'Ambrogio, G. Zacharewicz, N. Mustafee, G. Wainer, and E. Page, eds. THE IMPACT OF ITEM WEIGHT ON TRAVEL TIMES IN PICKER-TO-PARTS

More information

Development of deterministic collision-avoidance algorithms for routing automated guided vehicles

Development of deterministic collision-avoidance algorithms for routing automated guided vehicles Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 9-1-008 Development of deterministic collision-avoidance algorithms for routing automated guided vehicles Arun

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BY AENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2016 Special 10(10): pages Open Access Journal Heuristic Based Path

More information

Advanced Metaheuristics. Daniele Vigo D.E.I. - Università di Bologna

Advanced Metaheuristics. Daniele Vigo D.E.I. - Università di Bologna Advanced Metaheuristics Daniele Vigo D.E.I. - Università di Bologna daniele.vigo@unibo.it Main families of Metaheuristics Single-solution methods Basic: Tabu Search, Simulated Annealing Advanced: Iterated

More information

Dynamic Slotting and Cartonization Problem in Zone-based Carton Picking Systems. Byung Soo Kim

Dynamic Slotting and Cartonization Problem in Zone-based Carton Picking Systems. Byung Soo Kim Dynamic Slotting and Cartonization Problem in Zone-based Carton Picking Systems by Byung Soo Kim A dissertation submitted to the Graduate Faculty of Auburn University in partial fulfillment of the requirements

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

Picker routing and storage-assignment strategies for precedence-constrained order picking

Picker routing and storage-assignment strategies for precedence-constrained order picking Picker routing and storage-assignment strategies for precedence-constrained order picking Working Paper DPO-2017-04 (version 1, 28.07.2017) Ivan Zulj zulj@uni-hohenheim.de Department of Procurement and

More information

Ant Colony Optimisation

Ant Colony Optimisation Ant Colony Optimisation Alexander Mathews, Angeline Honggowarsito & Perry Brown 1 Image Source: http://baynature.org/articles/the-ants-go-marching-one-by-one/ Contents Introduction to Ant Colony Optimisation

More information

INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION

INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION Proceedings of the 1st International Conference on Computers & Industrial Engineering INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION S.Y. Wan, T.N.

More information

Assigning Storage Locations in an Automated Warehouse

Assigning Storage Locations in an Automated Warehouse Proceedings of the 2010 Industrial Engineering Research Conference A. Johnson and J. Miller, eds. Assigning Storage Locations in an Automated Warehouse Mark H. McElreath and Maria E. Mayorga, Ph.D. Department

More information

YOUR BEST WAREHOUSE MANAGEMENT SYSTEM: GETTING MAXIMUM VALUE FROM YOUR WAREHOUSE AND YOUR FUNCTIONAL AREAS

YOUR BEST WAREHOUSE MANAGEMENT SYSTEM: GETTING MAXIMUM VALUE FROM YOUR WAREHOUSE AND YOUR FUNCTIONAL AREAS YOUR BEST WAREHOUSE MANAGEMENT SYSTEM: GETTING MAXIMUM VALUE FROM YOUR WAREHOUSE AND YOUR FUNCTIONAL AREAS Ultra Consultants 847.692.6485 www.ultraconsultants.com 1 CONTENTS Executive Summary The Case

More information

Mixed-integer linear program for an optimal hybrid energy network topology Mazairac, L.A.J.; Salenbien, R.; de Vries, B.

Mixed-integer linear program for an optimal hybrid energy network topology Mazairac, L.A.J.; Salenbien, R.; de Vries, B. Mixed-integer linear program for an optimal hybrid energy network topology Mazairac, L.A.J.; Salenbien, R.; de Vries, B. Published in: Proceedings of the 4th International Conference on Renewable Energy

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

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 FACILITY LAYOUT DESIGN Layout design is nothing but the systematic arrangement of physical facilities such as production machines, equipments, tools, furniture etc. A plant

More information

DOCUMENT DE TRAVAIL

DOCUMENT DE TRAVAIL Publié par : Published by: Publicación de la: Édition électronique : Electronic publishing: Edición electrónica: Disponible sur Internet : Available on Internet Disponible por Internet : Faculté des sciences

More information

ROUTING GAMES IN THE WILD: EFFICIENCY, EQUILIBRATION AND REGRET. Hassan Nikaein Amin Sabbaghian

ROUTING GAMES IN THE WILD: EFFICIENCY, EQUILIBRATION AND REGRET. Hassan Nikaein Amin Sabbaghian ROUTING GAMES IN THE WILD: EFFICIENCY, EQUILIBRATION AND REGRET Hassan Nikaein Amin Sabbaghian INTRODUCTION We focus on a semantically rich dataset that captures detailed information about the daily behavior

More information

AGV Path Planning and Obstacle Avoidance Using Dijkstra s Algorithm

AGV Path Planning and Obstacle Avoidance Using Dijkstra s Algorithm AGV Path Planning and Obstacle Avoidance Using Dijkstra s Algorithm 1, Er. Atique Shaikh, 2, Prof. Atul Dhale 1, (Department of Automobile Engg, Mumbai University, MHSSCOE, Mumbai - 400008. 2, (Associate

More information

Increase Warehouse Productivity through Technology

Increase Warehouse Productivity through Technology Increase Warehouse Productivity through Technology There is always room for improvement in warehouse productivity. Achieving it cost-effectively is the challenge. This paper identifies the value of a systematic,

More information

DECISION SCIENCES INSTITUTE. Cross aisle placement in order picking operations. Charles Petersen Northern Illinois University

DECISION SCIENCES INSTITUTE. Cross aisle placement in order picking operations. Charles Petersen Northern Illinois University DECISION SCIENCES INSTITUTE Charles Petersen Northern Illinois University Email: cpetersen@niu.edu Gerald Aase Northern Illinois University Email: gaase@niu.edu ABSTRACT Order picking operations need to

More information

DYNAMIC HIGH DENSITY STORAGE

DYNAMIC HIGH DENSITY STORAGE DYNAMIC HIGH DENSITY STORAGE Why SpeedCell S A VE TI M E SAV E SPACE SAVE M ONEY Five Year Warranty* 100% SKU Selectivity Our Values Live In Faith Do The Right Thing Make A Difference In People s Lives

More information

Wilhelm Dangelmaier Benjamin Klöpper Nando Rüngerer Mark Aufenanger

Wilhelm Dangelmaier Benjamin Klöpper Nando Rüngerer Mark Aufenanger Aspects of Agent Based Planning in the Demand Driven Railcab Scenario Wilhelm Dangelmaier Benjamin Klöpper Nando Rüngerer Mark Aufenanger Aspects of Agent Based Planning in the Demand Driven Railcab Scenario

More information

Omnichannel Challenges

Omnichannel Challenges Omnichannel Challenges One of the biggest challenges for the omnichannel retailer today is the need to keep pace with both the growing demand for low line count orders and the unpredictable and fluctuating

More information

Order Picking Area Layout and Its Impact on the Efficiency of Order Picking Process

Order Picking Area Layout and Its Impact on the Efficiency of Order Picking Process Order Picking Area Layout and Its Impact on the Efficiency of Order Picking Process Michał Kłodawski and Jolanta Żak Warsaw University of Technology, Faculty of Transport, Warsaw, Poland Email: {mkloda,

More information

Optimizing the Storage Assignment in a Warehouse Served by Milkrun Logistics

Optimizing the Storage Assignment in a Warehouse Served by Milkrun Logistics Optimizing the Storage Assignment in a Warehouse Served by Milkrun Logistics András Kovács Computer and Automation Research Institute, Budapest, Hungary E-mail address: akovacs@sztaki.hu June 23, 2009

More information

Horizontal Carousel Basics

Horizontal Carousel Basics Horizontal Carousel Basics Horizontal Carousels What Are They? - Moving Shelving - Oval Track - Bring Product to Operator - Space Efficient No Aisles Machine Parts Non-Moving Parts - Gearmotor Inside Machine

More information

Research on Optimization of Delivery Route of Online Orders

Research on Optimization of Delivery Route of Online Orders Frontiers in Management Research, Vol. 2, No. 3, July 2018 https://dx.doi.org/10.22606/fmr.2018.23002 75 Research on Optimization of Delivery Route of Online Orders Zhao Qingju School of Information Beijing

More information

Order Picking Problems under Weight, Fragility, and Category Constraints

Order Picking Problems under Weight, Fragility, and Category Constraints To appear in the International Journal of Production Research Vol. 00, No. 00, 00 Month 20XX, 1 22 Order Picking Problems under Weight, Fragility, and Category Constraints Thomas Chabot a, Rahma Lahyani

More information

A SCALABLE ALGORITHM FOR LOCATING DISTRIBUTION CENTERS ON REAL ROAD NETWORKS

A SCALABLE ALGORITHM FOR LOCATING DISTRIBUTION CENTERS ON REAL ROAD NETWORKS A SCALABLE ALGORITHM FOR LOCATING DISTRIBUTION CENTERS ON REAL ROAD NETWORKS Saeed Ghanbartehrani, Ph.D. J. David Porter, Ph.D. School of Mechanical, Industrial and Manufacturing Engineering Oregon State

More information

Hierarchical Traffic Control for Partially Decentralized Coordination of Multi AGV Systems in Industrial Environments

Hierarchical Traffic Control for Partially Decentralized Coordination of Multi AGV Systems in Industrial Environments Hierarchical Traffic Control for Partially Decentralized Coordination of Multi AGV Systems in Industrial Environments Valerio Digani, Lorenzo Sabattini, Cristian Secchi and Cesare Fantuzzi Abstract This

More information

Determining the Optimal Aisle-Width for Order Picking in Distribution Centers

Determining the Optimal Aisle-Width for Order Picking in Distribution Centers Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2011 Determining the Optimal Aisle-Width for Order Picking in Distribution Centers Sheena R. Wallace-Finney

More information

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION Chien-Li Shen* and Eldon Y. Li, Department of Information Management, College of Commerce National Chengchi University, Taiwan E-mail: 99356508@nccu.edu.tw,

More information

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain

Iterative train scheduling in networks with tree topologies: a case study for the Hunter Valley Coal Chain 22nd International Congress on Modelling and Simulation, Hobart, Tasmania, Australia, 3 to 8 December 2017 mssanz.org.au/modsim2017 Iterative train scheduling in networks with tree topologies: a case study

More information

OUTSOURCED STORAGE AND FULFILLMENT FACILITY TO ENHANCE THE SERVICE CAPABILITIES OF SHOPPING MALL TENANTS

OUTSOURCED STORAGE AND FULFILLMENT FACILITY TO ENHANCE THE SERVICE CAPABILITIES OF SHOPPING MALL TENANTS OUTSOURCED STORAGE AND FULFILLMENT FACILITY TO ENHANCE THE SERVICE CAPABILITIES OF SHOPPING MALL TENANTS Zachary Montreuil University of North Carolina at Charlotte Mike Ogle, Ph.D. University of North

More information

A System Model of Travel Route Selection of Urban Transit Network

A System Model of Travel Route Selection of Urban Transit Network A System Model of Travel Route Selection of Urban Transit Network Yue. Yang Mount Holyoke College South Hadley, MA, US yyyangyueyy@163.com ABSTRACT: Urban public transport throughout the city transportation

More information

LEARNING OBJECTIVES FOR QUIZ 1

LEARNING OBJECTIVES FOR QUIZ 1 LEARNING OBJECTIVES FOR QUIZ 1 CHAPTER 1 After completing chapter 1, students will be able to: Describe the significance of facilities planning. Describe how facilities planning is important to the field

More information

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING

A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING A HYBRID GENETIC ALGORITHM FOR JOB SHOP SCHEUDULING PROF. SARVADE KISHORI D. Computer Science and Engineering,SVERI S College Of Engineering Pandharpur,Pandharpur,India KALSHETTY Y.R. Assistant Professor

More information

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel

^ Springer. The Logic of Logistics. Theory, Algorithms, and Applications. for Logistics Management. David Simchi-Levi Xin Chen Julien Bramel David Simchi-Levi Xin Chen Julien Bramel The Logic of Logistics Theory, Algorithms, and Applications for Logistics Management Third Edition ^ Springer Contents 1 Introduction 1 1.1 What Is Logistics Management?

More information

OBJECT MODELS AND DESIGN DATABASES FOR WAREHOUSE APPLICATIONS

OBJECT MODELS AND DESIGN DATABASES FOR WAREHOUSE APPLICATIONS OBJECT MODELS AND DESIGN DATABASES FOR WAREHOUSE APPLICATIONS Marc Goetschalckx, Michael Amirhosseini, Douglas A. Bodner, T. Govindaraj, Leon F. McGinnis and Gunter P. Sharp Keck Virtual Factory Lab School

More information

Background: ERCOT studies in 80 s and 90 s using NARP (N Area Reliability Program): o Small model in which each node represented a major load center

Background: ERCOT studies in 80 s and 90 s using NARP (N Area Reliability Program): o Small model in which each node represented a major load center A Direct High Speed Calculation Procedure For Determining LOLE, LOLH, and EUE For Fossil, Wind, and Solar Generation With A Suggested Procedure For Also Including Transmission Constraints a presentation

More information

University Question Paper Two Marks

University Question Paper Two Marks University Question Paper Two Marks 1. List the application of Operations Research in functional areas of management. Answer: Finance, Budgeting and Investment Marketing Physical distribution Purchasing,

More information

CHAPTER 3 FLOW, SPACE, AND ACTIVITY RELATIONSHIPS. In determining the requirement of a facility, three important consideration are: Flow

CHAPTER 3 FLOW, SPACE, AND ACTIVITY RELATIONSHIPS. In determining the requirement of a facility, three important consideration are: Flow 1 CHAPTER 3 FLOW, SPACE, AND ACTIVITY RELATIONSHIPS Asst.Prof.Dr.BusabaPhruksaphanrat IE333 Industrial Plant Design Introduction 2 In determining the requirement of a facility, three important consideration

More information

An algorithm for dynamic order-picking in warehouse operations

An algorithm for dynamic order-picking in warehouse operations An algorithm for dynamic order-picking in warehouse operations Wenrong Lu a,, Duncan McFarlane a, Vaggelis Giannikas a, Quan Zhang b, a Institute for Manufacturing, University of Cambridge, 17 Charles

More information

Design and Development of Enhanced Optimization Techniques based on Ant Colony Systems

Design and Development of Enhanced Optimization Techniques based on Ant Colony Systems IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 04 September 2016 ISSN (online): 2349-6010 Design and Development of Enhanced Optimization Techniques based on

More information

Keywords: Transportation problem; initial solution; distribution; algorithm; VAM, LC, NWC

Keywords: Transportation problem; initial solution; distribution; algorithm; VAM, LC, NWC American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

CE 191: Civil and Environmental Engineering Systems Analysis. LEC 06 : Integer Programming

CE 191: Civil and Environmental Engineering Systems Analysis. LEC 06 : Integer Programming CE 191: Civil and Environmental Engineering Systems Analysis LEC 06 : Integer Programming Professor Scott Moura Civil & Environmental Engineering University of California, Berkeley Fall 2014 Prof. Moura

More information

Jeffrey D. Ullman Stanford University/Infolab. Slides mostly developed by Anand Rajaraman

Jeffrey D. Ullman Stanford University/Infolab. Slides mostly developed by Anand Rajaraman Jeffrey D. Ullman Stanford University/Infolab Slides mostly developed by Anand Rajaraman 2 Classic model of (offline) algorithms: You get to see the entire input, then compute some function of it. Online

More information

Congestion-Aware Warehouse Flow Analysis and Optimization

Congestion-Aware Warehouse Flow Analysis and Optimization Congestion-Aware Warehouse Flow Analysis and Optimization Item Type Book Chapter Authors AlHalawani, Sawsan; Mitra, Niloy J. Citation AlHalawani, S. and Mitra, N.J., 2015. Congestion-Aware Warehouse Flow

More information

A Minimum Spanning Tree Approach of Solving a Transportation Problem

A Minimum Spanning Tree Approach of Solving a Transportation Problem International Journal of Mathematics and Statistics Invention (IJMSI) E-ISSN: 2321 4767 P-ISSN: 2321-4759 Volume 5 Issue 3 March. 2017 PP-09-18 A Minimum Spanning Tree Approach of Solving a Transportation

More information

Travel Time in a Warehouse: Process. Improvement at The Toro Company. John Cinealis

Travel Time in a Warehouse: Process. Improvement at The Toro Company. John Cinealis 1 Travel Time in a Warehouse: Process Improvement at The Toro Company by John Cinealis A Research Paper Submitted in Partial Fulfillment of the Requirements for the Master of Science Degree In Technology

More information

Warehouse order picking

Warehouse order picking Warehouse order picking Bachelor s Thesis Author: David Sánchez González Home university: Universitat Politècnica de Catalunya Exchange university: Vilniaus Gedimino Technikos Universitetas Study program:

More information

Online Vehicle Routing: The Edge of Optimization in Large-Scale Applications

Online Vehicle Routing: The Edge of Optimization in Large-Scale Applications Online Vehicle Routing: The Edge of Optimization in Large-Scale Applications Dimitris Bertsimas, Patrick Jaillet, Sébastien Martin Operations Research Center, Massachusetts Institute of Technology March

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