Picker Routing in AGV-Assisted Order Picking Systems

Author(s):  
Maximilian Löffler ◽  
Nils Boysen ◽  
Michael Schneider

To reduce unproductive picker walking in traditional picker-to-parts warehousing systems, automated guided vehicles (AGVs) are used to support human order pickers. In an AGV-assisted order-picking system, each human order picker is accompanied by an AGV during the order-picking process. AGVs receive the picked items and, once a picking order is complete, autonomously bring the collected items to the shipping area. Meanwhile, a new AGV is requested to meet the picker at the first storage position of the next picking order. Thus, the picker does not have to return to a central depot and continuously picks order after order. This paper addresses both the routing of an AGV-assisted picker through a single-block, parallel-aisle warehouse and the sequencing of incoming orders. We present an exact polynomial time routing algorithm for the case of a given order sequence, which is an extension of the algorithm of Ratliff and Rosenthal [Ratliff HD, Rosenthal AS ( 1983 ) Order-picking in a rectangular warehouse: A solvable case of the traveling salesman problem. Oper. Res. 1(3):507–521], and a heuristic for the case in which order sequencing is part of the problem. In addition, we investigate the use of highly effective traveling salesman problem (TSP) solvers that can be applied after a transformation of both problem types into a standard TSP. The numerical studies address the performance of these methods and study the impact of AGV usage on picker travel: by using AGVs to avoid returns to the depot and by sequencing in (near-) optimal fashion, picker walking can be reduced by about 20% compared with a traditional setting. Sharing AGVs among the picker workforce enables a pooling effect so that, in larger warehouses, only about 1.5 AGVs per picker are required to avoid picker waiting. Summary of Contribution: New technologies, such as automatic guided vehicles (AGVs) are currently considered as options to increase the efficiency of the order-picking process in warehouses, which is responsible for a large part of operational warehousing costs. In addition, picker-routing decisions are more and more often based on algorithmic decision support because of their relevance for decreasing unproductive picker walking time. This paper addresses both aspects and investigates routing algorithms for AGV-assisted order picking in parallel-aisle warehouses. We present a dynamic programming routine with polynomial runtime to solve the problem variant in which the sequence of picking orders is fixed. For the variant in which this sequence is a decision, we show that the problem becomes NP-hard, and we propose a greedy heuristic and investigate the use of state-of-the-art exact and heuristic traveling salesman problem solution methods to address the problem. The numerical studies demonstrate the effectiveness of the algorithms and indicate that AGV assistance promises strong improvements in the order-fulfillment process. Because of the practical relevance of AGV-assisted order picking and the presented algorithmic contributions, we believe that the paper is relevant for practitioners and researchers alike.

2021 ◽  
Vol 11 (11) ◽  
pp. 4780
Author(s):  
Muhammad Salman Qamar ◽  
Shanshan Tu ◽  
Farman Ali ◽  
Ammar Armghan ◽  
Muhammad Fahad Munir ◽  
...  

This work presents a novel Best-Worst Ant System (BWAS) based algorithm to settle the Traveling Salesman Problem (TSP). The researchers has been involved in ordinary Ant Colony Optimization (ACO) technique for TSP due to its versatile and easily adaptable nature. However, additional potential improvement in the arrangement way decrease is yet possible in this approach. In this paper BWAS based incorporated arrangement as a high level type of ACO to upgrade the exhibition of the TSP arrangement is proposed. In addition, a novel approach, based on hybrid Particle Swarm Optimization (PSO) and ACO (BWAS) has also been introduced in this work. The presentation measurements of arrangement quality and assembly time have been utilized in this work and proposed algorithm is tried against various standard test sets to examine the upgrade in search capacity. The outcomes for TSP arrangement show that initial trail setup for the best particle can result in shortening the accumulated process of the optimization by a considerable amount. The exhibition of the mathematical test shows the viability of the proposed calculation over regular ACO and PSO-ACO based strategies.


2014 ◽  
Vol 4 (4(70)) ◽  
pp. 18
Author(s):  
Ігор Андрійович Могила ◽  
Ірина Іванівна Лобач ◽  
Оксана Андріївна Якимець

2021 ◽  
Vol 12 (2) ◽  
pp. 198-189
Author(s):  
Agung Chandra ◽  
Christine Natalia

Research of travel distance on single - depot position in warehouse is tremendous. This study focuses more on the effect of two-depot position on travel distance in order picking problem (OPP) by using the concept of traveling salesman problem (TSP) and exact method – Branch and Bound (B\&B) algorithm. The total distance of one-depot position is shorter than two-depot position for single and double block warehouses and the difference is less than 5%. The total distance is also compared with approximate methods – SA and TS which show that the differences are less than 5%. The sequence of location visit for one depot and two depot is similar about two third from the total location visits. For order picking problem that has more than 25 location visits, one need to consider to apply approximate approach to get the solution faster even the difference will be higher from exact approach when the number of location visit or aisle increases.


2014 ◽  
pp. 96-102
Author(s):  
Plamenka I. Borovska ◽  
Subhi A. Bahudaila ◽  
Milena K. Lazarova

This paper investigates the efficiency of a model of parallel genetic computation of the traveling salesman problem with circular periodic chromosomes migration. The parallel model is verified by MPI-based program implementation on a multicomputer platform. The correlation of the application and architectural spaces has been investigated by exploring the impact of the scalability of the application and the parallel machine size over the efficiency of the parallel system. Performance profiling, evaluation and analysis have been made for different numbers of cities and different sizes of the multicomputer platform. The paper also investigates the impact of the mutation strategy on the solution quality of coarse-grained parallel genetic algorithm with circular periodic migration for the traveling salesman problem. We propose an approach to improve the quality of solution by applying parallel variable mutation rates for the local evolutions in the concurrent processes. A series of experiments has been carried out with parallel fixed and variable mutation rates in order to estimate the efficiency of the suggested approach. The best quality solutions have been obtained for the strategy with parallel fixed mutation rates.


2021 ◽  
Vol 1 (8) ◽  
pp. 752-756
Author(s):  
Ifham Azizi Surya Syafiin ◽  
Sarah Nur Fatimah ◽  
Muchammad Fauzi

PT XYZ as the best and largest Bed Sheet Set company in Indonesia with products such as Bed Covers, Bed Sheets, Pillowcases, Bolsters and Blankets. The Traveling Salesman Problem (TSP) is a problem faced in finding the best route to visit shops that sell products from PT BIG. A visit to the shop is carried out on the condition that each city can only be visited once except the city of origin. The algorithms applied in this TSP problem include the Complete Enumeration, Branch & Bound and Greedy Heuristic methods.


Author(s):  
Eleonora Bottani ◽  
Giorgia Casella ◽  
Caterina Caccia ◽  
Roberto Montanari

Given that warehouses play a central role in modern supply chains, this study proposes the application of an algorithm for the capacitated vehicle routing problem (CVRP) based on the two-index vehicle flow formulation developed by Baldacci, Hadjiconstantinou, and Mingozzi (2004) for picking purposes in manual warehouses. The study of Theys et al. (2010) is first used to represent the warehouse using a Steiner traveling salesman problem (TSP). Then, a calculation of the picking tour’s length is obtained applying the Manhattan distance. Finally, the algorithm for the CVRP is solved through a cutting plane with the addition of termination criteria related to the capacity of picker. The study analyzes four different warehouse configurations, processing five picking list each. The analysis is carried out exploiting the commercial software MATLAB®, to determine the solution that minimize distance of the order picking tour. The results obtained in MATLAB® show the effectiveness of the chosen algorithm applied to the context of manual order picking.


Sign in / Sign up

Export Citation Format

Share Document