Abstract

With the development and popularity of intelligent store terminals, contactless distribution has been a hot talk on medical supplies using intelligent express boxes. Based on the traditional vehicle routing problem, this paper considers the sharing economy and open-loop distribution reality hotspots and considers the optimization of carbon emissions in contactless distribution. The travel distance and load capacity are the key factors affecting carbon emissions. The carbon emission model proposes dual goals of minimizing distribution costs and carbon emissions. It constructs a distribution path planning model with multiple distribution stations. To solve this problem with multidepot optimization, we design a hybrid genetic algorithm, and according to the strategy of customer distance clustering analysis, the dispatching of vehicles is divided into three steps. The principle of elite crossing is applied to avoid the solution to fall into local optimum. The experimental results show that the proposed model and optimization algorithm can get a tradeoff between the logistics cost and carbon emissions.

1. Introduction

To solve the problems of fast allocation of medical supplies in the prevention of COVID-19, employing external vehicles to realize logistics distribution has become an important strategy and measure under the background of sharing economy. In addition, contactless terminal equipment (such as self-pickup boxes) also is applied for receiving medical supplies to avoid infection [1]. Finally, the distribution vehicle does not have to return to the original distribution center after completing the distribution task, it can continue to serve other distribution center or demand points, so the distribution problem can be simulated as an open-vehicle routing problem (OVRP), which not only reduces delivery time significantly but also ensures the safety of distribution in COVID-19 [1, 2].

In medical supplies, Liu et al. focus on integrated planning for public health emergencies and build a modified model for controlling H1N1 pandemic [3]. Garza-Reyes et al. focus on the improvement of transport and logistics performance of the medical service system; they build mathematical models to optimize medical supplies distribution [4]. Zhang et al. reveal the critical role of timely supply of medical resources to avoid great infection [5]. Zhou et al. and He et al. focus on the semantic match of medical supplies to transport the medical resources to required places in an efficient way; this paper studies the medical transportation resource discovery mechanism, leading to efficiency improvement and operational innovation [68].

At present, in logistics distribution, most research on OVRP mainly focuses on reducing logistics costs or reducing the number of vehicles used [912]. With people’s attention to energy conservation, emission reduction, and green logistics, how to protect the environment while reducing logistics costs has become a hot issue in academia and environmental protection departments. Bektas and Laporte [13] empirically studied the influencing factors of carbon emissions and weighed the relationship between the driving distance, driver’s salary, and fuel consumption. Xiao et al. [14] described the carbon emission in the process of logistics distribution from a microperspective and compared the distribution routes under three different target situations: carbon emission, logistics distribution cost, and total distribution distance. Considering the impact of road congestion on carbon emissions, Woensel et al. [15] compared and analyzed the carbon emissions under different driving speeds. Demir et al. [16] proposed that vehicle load, engine type and size, road slope, and other factors have a certain relationship with fuel consumption of distribution vehicles and further affect carbon emissions. Niu et al. [17] considered carbon emission cost into logistics cost, established a green open-loop vehicle routing problem, and designed a hybrid tabu search algorithm to solve the model.

From the existing research point of view, the research on the vehicle routing problem of minimizing carbon emissions mostly considers the case of a single distribution station, while the research on the vehicle routing problem of the logistics distribution system with multiple distribution stations is less. At the same time, in the study of the impact of carbon emissions on the logistics distribution system, the vast majority of research is still based on the weighted sum of single-objective optimization, and the research on the vehicle routing problem of the logistics distribution system is not enough. Carbon emissions multiplied by the carbon price coefficient and weighted to the logistics cost, in essence, is still to minimize the logistics cost as the goal and get a single decision-making result. In practical application, decision makers often need to obtain an optimal solution set and select a satisfactory logistics distribution scheme according to their preferences. Therefore, it is more practical to study the multiobjective open-loop vehicle routing problem with the objective of minimizing carbon emissions and logistics costs in the case of multiple distribution stations. Considering that the carbon emission of vehicles has a positive correlation with mileage and actual load [18, 19], an optimization model of carbon emission is established, a multiobjective multidistribution station vehicle routing problem is proposed to minimize logistics cost and carbon emission, and a mixed-integer programming model of the problem is established. Furthermore, a multiobjective genetic algorithm based on decomposition is designed to solve the problem. The simulation results show that the algorithm can solve the problem effectively.

2. Problem Description and Model

A city logistics distribution system has distribution centers and consumers. Considering the constraints of vehicle fuel consumption and the driver’s workload, the maximum carrying capacity of the distribution vehicle is , and the driving distance of the distribution vehicle is not more than . In order to minimize the logistics cost and carbon emissions of vehicle distribution, it is required to arrange the distribution vehicles and their driving paths reasonably under the constraints of vehicle load and driving distance. A feasible distribution scheme needs to meet the following conditions:(1)The number of vehicles in each distribution center is limited, and the vehicles are rental vehicles(2)Vehicles can only start from the distribution center and deliver the loaded goods to the designated customers along a distribution route without returning to the original distribution center(3)One delivery vehicle can serve multiple customers, but each customer is only served once by one vehicle(4)Each vehicle has the constraints of capacity and maximum driving distance, and all distribution vehicles are homogeneous

In order to establish the mathematical model of the problem, the symbols are defined as follows:

2.1. Symbol Definition

In this section, we describe some symbols used in this model.(1)Sets:: consumer set, , the number of N consumers: distribution center set, , the number of M distribution stations: distribution station and consumer set, : distribution vehicle set, (2)Parameters:: demand for consumer : Euclidean distance between any two points and , : empty net weight of delivery vehicle: maximum loading capacity of distribution vehicles: maximum distance of distribution vehicles: rental fee per delivery vehicle: variable cost of vehicle unit (including workers’ wages, vehicle daily maintenance fees, etc.)(3)Decision variables:: if the vehicle goes arc ; otherwise, it is 0: the cargo loading capacity of distribution vehicle going by

2.2. Description Method of Vehicle Carbon Emission

Existing research results show that there is a positive correlation between vehicle carbon emissions and fuel consumption, so fuel consumption can be used to describe its carbon emissions [20, 21]. Considering the relationship between the actual load and distance of the vehicle and the fuel consumption, the paper determines using the following method to calculate the fuel consumption:where and are the fuel consumption rates of full-load and no-load vehicles, respectively, and represents the fuel consumption of vehicles passing through the path. Therefore, according to the relationship between carbon emissions and fuel consumption, the calculation method of vehicle carbon emissions is as follows:where represents the carbon emissions per unit of fuel consumption.

2.3. Multiobjective Multidepot OVRP

According to the abovementioned symbol definition and carbon emission calculation method, the multidepot open vehicle routing problem (MDOVRP) model for minimizing logistics cost and carbon emission is as follows:subject to

The objective function in eq. (3) represents the minimum logistics distribution cost, including the rental cost and variable cost of distribution vehicles. The objective function in eq. (4) represents the minimum carbon emission. The constraints in eqs. (5) and (6) indicate that each consumer is only served once by only one vehicle. The constraint in eq. (7) ensures the continuity of vehicle driving. The constraints in eqs. (8) and (9), respectively, indicate the capacity constraints and mileage constraints of vehicles. The constraints in eqs. (10) and (11) indicate the availability constraints of vehicles, that is, determining the vehicle's driving capacity whether it is used or not. The constraints in eqs. (12)–(14) indicate the load limit of the vehicle driving on the side. The constraint in eq. (15) indicates the 0-1 variables.

3. Algorithm Design

Genetic algorithm is a population-based search algorithm, which can get multiple nondominated solutions in one run. It is widely used in NP-hard problems such as VRP [22, 23]. The algorithm designed in this paper is as follows.

3.1. Decomposition of Multiobjective Optimization Problems

The decomposition-based multiobjective optimization algorithm decomposes the multiobjective optimization problem into several single-objective subproblems to solve. The weighted sum method and Chebyshev method are the commonly used decomposition methods. The weighted sum method depends on the characteristics of the problem and is not suitable for solving the optimization problem with a nonconvex front. Therefore, this paper uses the Chebyshev method to solve the multiobjective problem line decomposition.

3.2. Expression of Solution

Considering the coding characteristics of the MDVRP, natural number coding is adopted to avoid the conversion between decimal and binary and the Hamming cliff problem in binary coding due to the inability to estimate the interval of independent variables [2426]. As shown in Figure 1, distribution center 1 and distribution center 2 each have two distribution vehicles. Each distribution vehicle performs the distribution task under the constraints of capacity and mileage. For example, the distribution vehicle 1 in distribution center 1 provides distribution services for consumers 4 and 7, and the distribution route is distribution center 1 ⟶ 4 ⟶ 7 ⟶ distribution center 1.

3.3. Algorithm Steps

In the initialization phase, the algorithm parameters, such as population size and maximum number of iterations, are determined, and the initial position of each individual in the population is initialized. In the specific initialization stage, the MDOVRP is transformed into multiple VRPs by distance clustering, and then, the vehicles are allocated and the driving route is designed.

Genetic evolution strategy: in order to expand the search scope and improve the optimization ability of the solution, the search operator used in this paper is a sequential crossover operator (as shown in Figure 2). Specifically, a gene sequence in parent 1 is randomly selected, and the gene sequence selected by parent 1 is deleted in parent 2. Child 1 inherits the gene sequence selected by parent 1, and the remaining genes are copied according to the gene sequence of parent 2. Similarly, child 2 can be obtained after the transformation and crossover of parent 1 and parent 2. Among them, the elite principle is introduced in the cross stage; that is, the elite individuals are selected for cross operation through the binary tournament principle. As shown in Figure 2, the genes selected by parent 1 are 2, 5, 8, and 3. The corresponding genes in parent 2 are deleted, and the genes 2, 5, 8, and 3 in parent 1 are obtained by offspring 1. The remaining genes are inserted in the sequence of genes in parent 2.

At the same time, in order to improve the diversity of drosophila individuals, three mutation operators, swap, insert, and invert, are used in the algorithm design. Among them, exchange mutation is to randomly select two different locations and then exchange customers in two locations, while shift mutation is to randomly select customers in one location and insert them into another random location. According to the coding method in this paper, the two locations selected by exchange mutation operation and shift mutation operation can be either two locations on the same subpath or two locations on the same subpath It can be two positions on different subpaths, so that different paths can smoothly realize “information exchange” and increase the search scope of solution space. Inversion mutation first randomly selects a subpath (i.e., a distribution route), then randomly selects two different locations on the subpath, and reverses the order of customers between the two locations.

4. Case Analysis

In this part, random initialization data are used for numerical experiments. Suppose there are four distribution centers, and each distribution center has two distribution vehicles. The maximum carrying capacity and maximum driving distance of each vehicle are 120 and 400, respectively. The positions of 48 customers are randomly generated in the interval, and the demand of consumers is randomly generated in the interval. The distribution center and customer information are shown in Tables 1 and 2, respectively.

According to Suzuki [19], if , ; at the same time, Li et al. [21] pointed out that every liter of fuel consumption releases 2.32 kg of carbon emissions, the unit carbon emission cost is 2 yuan, the daily fixed cost of distribution vehicles is 500 yuan, and the unit variable cost of vehicle distribution is 7.56 yuan.

4.1. Open-Loop and Closed-Loop Distribution

In order to compare the differences between open-loop distribution and closed-loop distribution and to verify the effectiveness of the algorithm, the population 60 is set, the crossover rate and mutation rate are set to 0.9 and 0.1, respectively, and the number of iterations is 500. The algorithm is implemented in Java language and run on Intel (R) core (TM) i5-10210U [email protected] GHz, the three algorithms are run 30 times independently, and the optimal results are shown in Figures 3 and 4.

4.2. Multiobjective Solutions

In Figure 5, it can be found that there is an inverse proportional relationship between logistics cost and carbon emission. Therefore, it can be said that, in the actual distribution, the carbon emission of logistics distribution vehicles can be realized by increasing a certain distribution cost; that is, there is a certain turnover profit and loss phenomenon between the two. Logistics companies need to weigh the relationship between economic benefits and social benefits when making decisions. It is necessary to realize the unity of economic benefit and social benefit without hindering economic benefit.

5. Conclusions

With the rapid development of e-commerce industry, logistics distribution has become the difficulty of express delivery industry. Based on the traditional vehicle routing problem, considering the sharing economy and the hot spot of open-loop distribution, and considering the optimization of carbon emission in logistics distribution, this paper takes the driving distance and load capacity as the key factors to affect carbon emission, establishes a carbon emission model, and puts forward the most effective measures. To solve the dual objective problem of minimizing logistics distribution cost and minimizing logistics carbon emissions, a logistics distribution path planning model with multiple distribution stations is constructed. Aiming at the difficulties of the multiobjective solution and multidistribution station optimization problem coding, a strategy of clustering analysis based on customer distance is designed to schedule distribution vehicles in three steps, which ensures the satisfaction of customers’ orders and the smooth operation. The elite crossover principle is used to avoid the solution falling into local optimum. The experimental results show that the solution results of the proposed logistics model and optimization algorithm can take into account the logistics cost and carbon emissions. This study provides theoretical and methodological guidance for the logistics distribution problem considering the open-loop distribution problem and carbon emission cost. At the same time, the algorithm also provides a way to solve this kind of NP-hard problem.

The next step is to study the logistics distribution optimization problem with uncertain characteristics and customer return and exchange.

Data Availability

Data are included in this paper.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the Shenzhen Health Economic Society (No. 202014).