1. Introduction
Put-away operations mainly consist of moving products from locations where inventory is stored for later utilization (depots) to assigned storage locations using either operators or Material Handling Equipment (MHE) [
1,
2]. Put-away also includes order batching and routing to place products in the storage system. The order batching problem consolidates several orders in a batch to place the items of several orders in the storage system in a single tour, generating efficient routes and reducing the travelled distance [
3], while the picker routing problem plans the shortest tour to minimize the travelled time and distance to place all items in a batch [
4]. The order batching and routing problem should be solve jointly because grouping orders directly affects the sequence of storage positions to visit in picking routing, and produces significant performance benefits compared to the sequential resolution of these problems [
5,
6]. Therefore, the put-away operation is associated with inbound logistics in a distribution centre (DC) by impacting efficiency and customer satisfaction.
A distribution center is the warehouse facility which holds inventory from manufacturing pending distribution to the appropriate stores [
2], and then picks-up and delivers goods to meet stores’ demands later [
7]. At the distribution centre level, the main operations include receiving, put-away, order picking, sortation, cross-docking, and shipping [
8], and the performance indicators are typically focused on material handling efficiency [
9]. From these operations, put-away not only accounts for about 15% of logistics costs in a DC for the distribution of goods for retail stores [
1,
10], but also can impact efficiency due to the use of resources such as human resources, MHE, information and communication technologies (ICT), amongst others [
10]. Therefore, this operation must be planned, executed and controlled effectively.
In a DC with a multi-level storage system, it can be necessary to use multiple MHE that can access the storage locations according to the height of the warehouse and type of products (weight or volume). These characteristics can increase the complexity of the problem formulation, as well as its solution [
11]. In addition, this operation is directly linked to the storage location assignment problem, as the products must be allocated to storage locations. For this reason, these decisions should be integrated and synchronized, as they are interdependent [
5,
12]. Moreover, put-away operations gain importance in logistics processes in which the products must be placed at the assigned storage locations in the shortest time. For instance, products requiring cold chain put-away operations can be classified as critical since these products could be damaged if they are not handled quickly enough. Similarly, dangerous products must be put away quickly and effectively, as those products could generate cross-contamination in a DC [
1]. These reasons are some examples noting and justifying the importance of this operation in a DC.
This article therefore formulates and solves a Put-away Routing Problem (PRP) in distribution centres considering multiple MHE and 3D-warehouses using metaheuristics to provide efficient solutions. The remainder of this paper is organized as follows. The second section introduces the literature review about the PRP and the solution approaches for this problem. The third section describes and formulates the PRP. In the fourth section, the discrete PSO algorithm for solving the PRP is represented. In the fifth section, the experimental study is planned. The sixth section shows the results and discussion of the experiments. Finally, in the seventh section, the conclusions and further research are presented.
2. Literature Review
From the results of a literature review, it was discovered that research on put-away operations has been focused only on the assignment of storage locations. The reviewed research used a class-based storage policy to assign storage locations (slotting) within a storage area [
13]. Also, slotting methodologies have been used to assign products to storage locations in a DC [
14]. Takahama et al. [
15] implemented a method to support decision making regarding the assignment of storage locations using simulation-based optimization models. Heragu et al. [
16] developed a mathematical model and a heuristic algorithm for solving a slotting problem or product allocation problem for a DC considering storage areas of different sizes. Hou et al. [
17] elaborated a model for storage assignment and re-allocation of products in storage locations using a Warehouse Management System (WMS) in order to execute the put-away operation effectively, although unlike our proposal, this method did not consider put-away routing. Later, Kutzelnigg [
18] implemented a mixed integer programming formulation and heuristics for solving a slotting problem in a DC. An order batching problem for put-away was represented and solved using heuristics [
19], but the routing problem was not integrated with the put-away order batching problem in this study. Likewise, a basic put-away routing problem was solved using a classical tabu search [
20], however, this paper did not consider a fleet of Material Handling Equipment (MHE), multiple products and a multi-parallel racking system with different height levels.
Regarding solution approaches for the PRP, particle swarm optimization (PSO) approaches emerge as an appropriate optimization algorithm for many optimization problems due to its quick development, its easy implementation, fast convergence and few particles required to be tuned [
21]. In addition, it is more appropriate to deal with several optimization problems than other metaheuristics such as a genetic algorithm (GA), ant colony optimization (ACO) or tabu search (TS) [
21,
22,
23,
24]. In fact, PSO has been successfully implemented to solve complex optimization problems, such as combinatorial and assignment problems in different fields including logistics and warehousing processes. Compared to other approaches, there is no overlapping and mutation calculation when implementing discrete PSO for solving PRP, which could be considered as an advantage. Bai [
21] described how discrete PSO could suffer from partial optimism, which makes it difficult to regulate the speed and position of the particles. This last issue is appreciated as a disadvantage of discrete PSO, but its advantage is the ease of representation and computational efficiency regarding other metaheuristics.
There are relevant papers that provide literature reviews of discrete PSO implementations in Vehicle Routing Problems (VRP). Chen et al. [
25] developed a discrete PSO for solving a Capacitated Vehicle Routing Problem (CVRP) using global search and local search considering a fleet of trucks to minimize total transporting cost. Goksal et al. [
22] describe how a discrete PSO was implemented for solving combinatorial optimization problems in supply chains, such as the Travelling Sales Problem (TSP), scheduling problems and VRP; even a discrete PSO for the VRP with simultaneous pickup and delivery (VRPSPD) was developed. Moreover, a permutation encoding was implemented to represent the solutions of the VRPSPD problem, considering constraints regarding the load capacity of truck fleets. Gong et al. [
26] developed a set-based PSO to solve the discrete combinatorial optimization problem regarding VRP Time Windows (VRPTW), and real-value positions in continuous space for classical PSO are converted to integer values to represent routes for discrete PSO. On the other hand, Gong et al. [
26] described an approach whereby discrete PSO generated the best-known results for Solomon’s VRPTW benchmarks, which proved able to achieve high performance to solve this kind of routing problem. Wo et al. [
27] implemented a discrete PSO for solving a VRPWT using techniques such as initializing the population using a Push Forward Insertion Heuristic (PFIH), velocity and position updating, redefinition of the past best position (pbest) updating operation as well as using an objective function for measuring the total cost of routing the vehicles. As a result, the discrete PSO generated an increased efficiency of 30.9% compared to Ant Colony Optimization (ACO) to solve the routing problem.
Likewise, Alinaghian et al. [
28] implemented a discrete PSO to solve a Time Dependent VRP (TDVRP) within a city logistics system considering traffic conditions. Discrete PSO provided the best solutions for the VRP problem by the cooperation of the particles, and it generated good performance compared to a branch and bound (method) since time differences were between 0 and 8%. Gómez et al. [
11] developed a comparative analysis of the order batching and routing problem in the picking operation, regarding the classical Heterogeneous Vehicle Routing Problem (HVRP), which tackled this kind of problem in the warehouse and DC. These previous results guarantee that discrete PSO produces satisfactory results for VRP problems and its variants, advancing a promising approach for this kind of problems. Zhu and Hu [
29] modelled a green TSP to minimize fuel consumption costs; they considered traffic congestion, and by combining a genetic algorithm and PSO, the authors greatly reduced fuel consumption. Dridi et al. [
30] proposed an algorithm based on PSO to solve the VRP considering multiple vehicles, multiple depots, and the pickup and delivery problem with time windows, aiming to minimize the total travelled distance; they obtained better results by decreasing the travelled distance for several studied instances.
On the other hand, solving the PRP can support decision-makers in determining the best way to batch orders and perform routing for put-away operations in warehouses. The PRP solution would be expected to decrease travel times, MHE usage time, and work hours required to serve a given volume of work, therefore improving the economic, environmental, and social dimensions in warehouse management and supporting the achievement of sustainable supply chains [
31]. Even the PRP solution algorithms can be integrated into flexible inventory management, warehouse management, and operations management systems to optimize the flow in the supply chain [
32], and can become the input for cyber-physical systems such as augmented reality, with which operators can easily locate the items and storage positions involved in put-away operations [
33].
From the literature review, it is noted that papers regarding discrete PSO to solve the PRP have not been identified, since the detected studies were focused on VRP and their different variants, and they were mainly applied to transport and distribution systems within supply chains rather than put-away operations in warehouses. Therefore, our paper covers some gaps in the literature by proposing a Put-away Routing Problem (PRP) for DCs considering a non-palletized racking system (3D warehouses), multiple homogeneous Material Handling Equipment (MHE) and multiple products to be processed. This approach for the PRP has not been found in the literature as presented above. Furthermore, the proposed PRP is solved using a discrete PSO algorithm that is compared to several tabu search approaches (Classical Tabu Search (CTS), Tabu Search (TS) 2-Opt) and an empirical rule. These metaheuristics and the empirical rule have not been found in the literature to address PRP. To the best of our knowledge, this paper is one of the first in addressing the PRP in the literature.
3. Problem Description and Modelling
In this section, the problem description and its mathematical modelling are presented.
3.1. Problem Description
The put-away routing problem (PRP) is formulated for a conventional multi-parallel aisle warehouse layout with two cross-aisles. This type of warehouse is classified as a non-palletized racking system (3D warehouse) since the logistic items to be stored are boxes, packages and so on, and they are managed manually. Each aisle has multiple storage locations in multiple height levels (see
Figure 1).
The products are put at the pre-allocated storage locations using Material Handling Equipment. The received products to be put away are linked to an arrival document. Each arrival document is formed by product identification codes and the number of products to be stored as well as specific characteristics such as temperature, nature of the product, relative humidity, expiration date, among others. The products are allocated using a put-away list, where a put-away list is created by the WMS based on the information of a set of arrival documents.
A put-away route is formed by a sequence of storage locations to be visited. The products of each arrival document or put-away list must be assigned to one route. Usually, a set of put-away routes are generated based on the load and volume capacity constraints of a homogeneous MHE and the number of products to be allocated. Moreover, costly and limited logistic resources such as MHE, intensive labour force, and ICT are usually used to execute put-away operations (unloading, inspection, handling and so on). Therefore, PRP must be performed in the minimum time and with an efficiency-based approach. An agile put-away operation improves replenishment of storage locations, which impacts positively on the effective inventory management and the performance of DCs. For this reason, the minimum operation time is set as the objective function of the problem.
The PRP allows assignment of any possible storage location for each product, representing a random storage policy. The WMS is the information system used to state the location for the product, attending to availability and logistic constraints (e.g., load capacity, volume, non-cross-contamination between products). The WMS output is considered as a known input for the PRP. It has to be noted that put-away time will depend on the storage location allocated to each product. On the other hand, a fleet of homogenous MHE is considered for this PRP. The fleet is composed by homogeneous MHE with the same load and volume capacity, travel speed, and maximum lift height. Additionally, MHE execute vertical and horizontal movements in a DC and only one MHE is assigned to a put-away route.
The problem is complex because multiple products linked to an arrival document must be allocated to the assigned storage locations in each work shift for a DC. Therefore, a set of put-away routes must be created using metaheuristics to perform the operation in the shortest time. A slotting method must be implemented to assign storage locations in a multilevel rack storage system, which directly impacts put-away routes. Finally, this problem is approached using a product portfolio, which is formed by products with different weights, volumes, and sizes.
Although the PRP presents some similarities with picking operations, they have differences in their objective function, decision variables, and constraints. Regarding the objective function and decision variables in the picking routing problem, these functions aim to find the shortest possible operation time, minimum tardiness and maximum level of customer service since they are oriented to outbound logistics in supply chains [
34,
35,
36]. The order picking is constrained by the availability of inventory while the operation is executed, while the PRP is constrained by storage locations in the rack system. In addition, as the PRP considers simultaneously slotting and routing problems, the structures of the search spaces and the set of routes are different from those of order picking problems such as order batching, sequencing, and routing [
3,
37].
3.2. Problem Formulation
We define the following assumptions for the PRP model formulation:
Every product is allocated to a storage location. This allocation is made following storage compatibility among products based on the type of product, volume, weight, fragility, etc.
There is a set of homogeneous vehicles (MHE) with the same characteristics of speed and available load capacity and each of them will be assigned to a specific route. In the case that some MHE were not used, the idle MHE would be assigned to fictitious routes with the depot as origin and destination.
The indices, sets, data, variables and mathematical model formulation to optimize the put-away routing problem (PRP) are as follows.
Indices and sets:
e, fN | Storage locations. This set includes the depot that acts as the origin and destination of the route (first and final node for every route) |
N | Storage subset of locations |
c C | Put-away routes. The set of candidate routes are associated with the number of available MHE. Therefore, there are as many candidate routes as MHE in the depot plus a fictitious route with the depot as origin and destination to represent the case of a MHE not being used. |
i I | Product i received to be put-away. |
Data:
def | Distance between storage locations e and f. |
| Travel speed (m/s) of each MHE. |
| Available load capacity of each MHE. |
bi | Quantity of product expressed in units for the product i to be put away. In manual picking warehouses bi < LC to allow handling product boxes manually. |
| Product i is assigned to storage location e. Note that this allocation is predefined and it is done as a function of the product characteristics (weight, volume, etc.). |
The objective function in Equation (1) aims to minimize the total put-away time for the set of designed routes measured as the travel time to the storage locations since the handling time at the location is a constant value given the pre-allocation . Constraints in Equation (2) ensure the assignment of each product i to only one route cC, which will be associated with one of the MHE. Constraints in Equation (3) ensure that the load capacity of the MHE is not being exceeded by the number of products allocated to the vehicle in the route cC. Constraints in Equations (4) and (5) ensure that each storage location has one predecessor and one successor within a put-away route. Note that the first node of the route will have the depot as the predecessor and the last node will have the depot as successor. Constraints in Equation (6) avoid sub-tours in the set of G storage locations that will give place to disconnected routes. This is a common and mandatory constraint in every vehicle routing problem. Constraints in Equation (7) ensure that the storage location e is visited within the put-away route c if a set of products i with this storage location is allocated to route c. Constraints in Equation (8) ensure that the variables of the problem are binary.
5. Experimental Study
In this section, we present the experimental study; it allows comparing the performances of the PSO against other metaheuristics and the FPNP heuristic. The total put-away routing time is set as the response variable.
The put-away routing problem is formulated for a conventional multi-parallel aisle layout classified as a medium-sized warehouse. This layout is formed by 400 storage locations, and 6 parallel aisles, and each aisle has storage locations with different height levels. The products are put at an allocated storage location using Material Handling Equipment. A fleet of homogenous MHE is represented in this problem. A fleet is formed by several MHE with the same load capacity, travel speed, and maximum lift height.
A full factorial design 4 × 4 × 3 × 2 is planned to perform the experimental analysis. This design of experiment (DOE) is chosen since the combination of factor levels are randomly executed. The combination of factor levels generates the set of problems to study the performance of metaheuristics (discrete PSO, CTS, and TS 2-Opt) and the empirical rule (FPNP). Experimental conditions for the developed metaheuristics, factor levels and response variables for this experimental study are represented in
Table 1 and
Table 2.
Metaheuristics and the FPNP rule are encoded using JAVA®. The tenure list for CTS and TS 2-Opt was equal to 7. Parameter ω was equal to 0.7 (ω = 0.7) for the discrete PSO. Other factors, such as a, p(a), p′(a), and Td were set according to the set of arcs of the storage locations for the PRP. The parameters for the metaheuristics were determined based on an analysis of 1000 experimental tests for CTS, TS 2-Opt and discrete PSO; they were selected according to those tests that produced the best results for the PRP using the total put-away time as the response variable. The differences between the selected parameters and the other implemented ones were around 5 and 7% for total put-away times, respectively. Experimental runs were performed on a PC with a Pentium VII processor with 2 GB RAM.
Four benchmark treatments are set up for evaluating the performance of CTS, TS 2-Opt and discrete PSO. The difference between the benchmarks is the put-away list size.
Benchmark treatment 1: FPNP (routing strategy), one MHE and Centre (depot) and 100 products (put-away list size)
Benchmark treatment 2: FPNP (routing strategy), one MHE and Centre (depot) and 250 products (put-away list size)
Benchmark treatment 3: FPNP (routing strategy), one MHE and Centre (depot) and 400 products (put-away list size)
Benchmark treatment 4: FPNP (routing strategy), one MHE and Centre (depot) and 600 products (Put-away list size)
6. Results and Discussion
The results of the experimental scenarios are presented in
Table 3. The experiments are formed by four factors including the routing method, put-away list size, depot and number of MHE. Additionally, the total average put-away routing times (minutes) and performance savings are used as response variables for this problem. Note that 20 replicates for each of the 96 problems are performed, providing 1920 runs (total replicates) to ensure the statistical validity to implement the Analysis of Variance (ANOVA) for the full factorial design 4 × 4 × 3 × 2.
Based on the results of 1920 experimental runs, it is found that the discrete PSO generates the best set of put-away routes for the PRP since it decreases the total average put-away time by 30 to 81% when compared to FPNP empirical rule. The time difference between discrete PSO and TS 2-Opt is smaller since it varies between 3.2 and 3.5%, generating a good performance to solve the PRP. Meanwhile, the time difference between discrete PSO and CTS was higher since it differs from 5.8 to 8.2%.
The Analysis of Variance (ANOVA) obtained for the full factorial design 4 × 4 × 3 × 2 is examined to detect significant main effects and two-way interaction effects for the response variable (
Table 4). Three main effects and two two-way interaction effects are identified to be statistically significant in the ANOVA because the
p-values are less than 0.05. Note that significant effects with a higher Mean Square (MS) usually generate a shorter total average put-away time. Therefore, the combinations of factor levels of these significant effects are set as the solution for the PRP. If a factor is significant within a two-way interaction effect, it must be analysed instead of its main effect. Therefore, there is a hierarchy of importance between the main effects and interactions effects for analysing the statistical results for the PRP.
The two-way interaction effects of fleet size (FMHE) by routing method (RM), fleet size (FMHE) by put-away list size (PLS), and routing method (RM) by put-away list size (PLS) are statistically significant at an alpha value of 0.05. Therefore, these interactions have a significant effect on the response variable, and they are analysed to evaluate the differences and impacts of the factors and their levels on total average put-away times. Additionally, the significant interaction effects for the PRP are evaluated to determine the combination of factor levels that generates the shortest possible put-away times in a DC. The two-way interaction effect plots are represented in
Figure 4.
The results in
Figure 4 show that discrete PSO (method routing) produces the best solution for the PRP compared to the CTS and TS 2-Opt metaheuristics. The difference between the total put-away times generated by the three-way interaction effects is explained by the levels of the fleet size of MHE and list size put-away factors. This occurs because a larger list size generates longer total put-away times due to the distance to be travelled to put away the products at assigned storage locations.
On the other hand,
Table 5 presents the time reduction provided by discrete PSO when compared to CTS, TS 2-Opt, and the FPNP empirical rule for the two-way interaction effects of RM by FMHE.
Table 5 shows that discrete PSO generates the greatest reduction in put-away time relative to FPNP, which varies between 41.8% and 43.9% according to the level of FMHE. Moreover, the time difference between discrete PSO and TS 2-Opt is small and varies from 3.2% to 3.5%.
Meanwhile,
Table 6 describes the time reduction provided by discrete PSO relative to CTS, TS 2-Opt and the FPNP empirical rule for the two-way interaction effects RM by PLS.
Table 6 shows that discrete PSO produces a greater reduction of put-away time compared to FPNP, which varies between 25.2% and 65.6% according to the level of PLS. In addition, PSO outperforms tabu approaches, although the time reduction between discrete PSO and TS 2-Opt (the best tabu) is smaller, and varies from 2.4% to 4.7%.
The discrete PSO metaheuristic (routing method) and its two-way effect interactions formed by the number of MHE and put-away list size have the greater statistical significance on the total average put-away times for solving the PRP due to their high values of MS, as explained above. The discrete PSO metaheuristic decreases the total put-away time relative to the CTS and TS 2-Opt metaheuristics by 2.4 to 8.9%. Finally, these results prove the relevance of the PSO approach for solving the PRP.
7. Conclusions
This paper addresses the relevance of put-away operations in DCs; it aims to improve the planning, execution, and efficiency of the put-away of products at storage locations. This paper reveals that the routing activity has a significant impact on put-away time, which in turn affects the operational efficiency of this process. These findings are supported by the results of the experimental study performed for the middle size DC represented in this paper.
A PSO algorithm was developed and compared to other tabu approaches (TS 2-Opt and CTS), as well as a FPNP rule for the PRP. It should be noted that both the formulated problem and metaheuristics constitute novel approaches since they represent one of the first approaches to tackle the put-away routing problem in the literature. The discrete PSO approach generated the best solution for solving the PRP relative to TS 2-Opt and CTS, as well as the FPNP rule. Furthermore, it was detected that discrete PSO produced the largest reduction of the put-away time relative to the FPNP, which was between 41.8% and 43.9% according to the FMHE. The time difference between discrete PSO and TS 2-Opt was smaller since it varied between 3.2% and 3.5%. On the other hand, it was found that discrete PSO provided the greatest put-away time reduction compared to the FPNP (between 25.2% and 65.6%), according to the level of PLS. Additionally, the time difference between discrete PSO and TS 2-Opt is smaller since it varies from 2.4% and 8.9%.
These results showed that the discrete PSO metaheuristic routing method generates the best solutions for the PRP, outperforming other approaches, and advancing as a very promising solution method for this kind of problems. Therefore, this study allows reducing travel times for the PRP, which implies a reduction in operating costs, a reduction in energy consumption by the MHE in a work shift, and the reduction in operating hours, supporting the achievement of sustainable warehousing.
As further research, we suggest considering heterogeneous MHE to address real environments in put-away operations. Likewise, future research should address the integration of PRP solution algorithms with inventory management systems and WMS, and the integration of these traditional systems with cyber-physical systems that facilitate the interaction between operators and optimization methods. Finally, novel formulations and metaheuristic approaches can be considered regarding this issue.