Literature DB >> 36015838

Asymmetric Arc Routing by Coordinating a Truck and Multiple Drones.

Shuangxi Tian1,2, Honghui Chen1, Guohua Wu3, Jiaqi Cheng3.   

Abstract

Unmanned Aerial Vehicles, commonly known as drones, have been widely used in transmission line inspection and traffic patrolling due to their flexibility and environmental adaptability. To take advantage of drones and overcome their limited endurance, the patrolling tasks are parallelized by concurrently dispatching the drones from a truck which travels on the road network to the nearby task arc. The road network considered in previous research is undirected; however, in reality, the road network usually contains unidirectional arcs, i.e., the road network is asymmetric. Hence, we propose an asymmetric coordinated vehicle-drones arc routing mode for traffic patrolling. In this mode, a truck travelling on an asymmetric road network with multiple drones needs to patrol multiple task arcs, and the drones can be launched and recovered at certain nodes on the truck route, making it possible for drones and the truck to patrol the task in parallel. The total patrol time is the objective function that needs to be minimized given the time limit constraints of drones. The whole problem can be considered as an asymmetric arc routing problem of coordinating a truck and multiple drones. To solve this problem, a large-scale neighborhood search with simulated annealing algorithm (LNS-SA) is proposed. Finally, extensive computation experiments and a real case are carried out. The experimental results show the efficiency of the proposed algorithm. Moreover, a detailed sensitivity analysis is performed on several drone-parameters of interest.

Entities:  

Keywords:  large-scale neighborhood search; traffic patrol; truck-drones arc routing

Mesh:

Year:  2022        PMID: 36015838      PMCID: PMC9415381          DOI: 10.3390/s22166077

Source DB:  PubMed          Journal:  Sensors (Basel)        ISSN: 1424-8220            Impact factor:   3.847


1. Introduction

With the rapid growth of car ownership, traffic congestion has become a severe problem in metropolises [1]. To reduce the congestion, information on the traffic conditions plays a vital role [2]. At present, traffic information is obtained through traditional police patrols by ground vehicles [3] or through static sensors such as digital cameras [4]. These approaches lack flexibility and are restricted to the road network. For example, the static sensors can only detect fixed areas, and when the roads are heavily congested, the patrol vehicle can hardly enter the road to gain traffic information. In recent years, Unmanned Aerial Vehicles, knowns as drones, have drawn considerable attention due to their environmental adaptability, flexibility, and potential uses in logistics and monitoring [5]. Drones can carry different types of loads to perform different kinds of tasks, such as line inspection and traffic patrolling. However, the widespread application of drones is limited by their battery capacities [6]. One solution to overcoming the drones’ disadvantage is to coordinate ground vehicles and drones. Coordination between ground vehicles and drones could combine their advantages to enhance efficiency [7]. In detail, the vehicle acts as a charging platform for drones to make up for their limited flight endurance [8]. The combination of vehicle and drones has been applied to parcel deliveries [9]. For example, Murray et al. [7] considered a vehicle and a drone for the last mail delivery, and proposed the flying sidekick traveling salesman problem (FSTSP). Karak et al. [10] presented a mathematical formulation for the hybrid vehicle-drone routing problem (HVDRP) for pick-up and delivery services. The researchers developed an extended Clark and Wright algorithm to solve the HVDRP. Furthermore, other methods such as the large neighborhood search (ALNS) [11,12], tabu search with simulated annealing algorithm (TS-SA) [13], and variable neighborhood search (VNS) [14] were used to solve the coordinated vehicle-drone planning problem. It can be concluded that previous works are mainly oriented to parcel deliveries which point targets abstractly. This paper focuses on the patrol routing problem on an urban road network, which is actually a line task. This problem can be defined as a coordinated vehicle-drone arc routing problem [15]. At present, the coordinated vehicle-drone arc routing problem has motivated a few optimization approaches with the objective of reducing time or cost. Among the available studies, Liu et al. [16] investigated a high-voltage power line inspection system with a ground vehicle and a drone. To optimize the route of vehicle and drone, the researchers constructed a two-layer heuristic to solve such problem. Luo et al. [17] first proposed a traffic patrol mode consisting of a ground vehicle and a drone in an urban road system; both arc tasks and point tasks are considered in their traffic patrol mode, and they presented a two-stage heuristic approach to scheduling the ground vehicle and the drone. In the scenarios of the above two studies, only one vehicle and one drone are considered, which is unrealistic considering that a ground vehicle can carry more than one drone. Therefore, Wu et al. [18] focused on the scheduling problem with one vehicle and multiple drones, which is closer to reality and more difficult to solve. An adaptive large neighborhood search algorithm was developed to solve the problem. In their work, the asymmetry of the road network was not considered, while one-way roads in the road network are more likely to be congested. Hence, this study focuses on the asymmetric coordinated vehicle-drones arc routing problem (A-VD-ARP) which means some arcs of the road network in this problem are unidirectional. This paper studies an extension of the arc routing problem (ARP) where a truck is collaborating with multiple drones. Since the problem is a generalization of the classic ARP, it is NP-hard to solve. It is a great challenge to solve A-VD-ARP due to the fact that arc tasks have a dimension of direction compared with point tasks. In this article, a metaheuristic method of large neighborhood search with simulated annealing (LNS-SA) algorithm is proposed to solve the coordinated planning problem discussed above. Under the LNS-SA framework, an initial solution is generated through a heuristic method, and then we design several neighborhood operators based on the characteristics of the A-VD-ARP to optimize the solution and expand the search space. Experiments demonstrate that the proposed method can significantly improve the efficiency of coordinated vehicle-drones planning. The main contributions of this paper are summarized as follows. For the first time, we investigate the coordinated vehicle-drone arc routing problem under an asymmetric road network, which is closer to reality. In this scenario, a truck, which carries multiple drones, departs from the depot, travels on the road network and returns to the depot after patrolling all the tasks. Drones take off from the truck, patrol one or several arc tasks, and return to the truck. In order to solve the above problem, we propose a metaheuristic method with an innovative coding scheme, a heuristic method for obtaining the initial solution and six neighborhood operators for improving solutions. Through the LNS-SA framework, the solution is iteratively optimized. We conduct extensive experiments on simulated and realistic scenarios to verify the effectiveness of the proposed method. We design a total of 9 experimental scenarios on 3 datasets and a realistic scenario on Changsha City. The proposed algorithm is compared with simulated annealing (SA), variable neighborhood search (VNS), and tabu search (TL). The computational results clearly prove that the proposed algorithm can obtain a satisfactory solution in acceptable time. The structure of this paper is as follows. In Section 2, we summarize the research of related works. In Section 3, we describe the A-VD-ARP and construct a mathematical model. In Section 4, a large-scale neighborhood search framework combined with a simulated annealing mechanism is proposed, and the corresponding neighborhood structure is given according to the characteristics of the problem. Section 5 summarizes and discusses the experimental results. Finally, Section 6 concludes the full text and presents the future research direction.

2. Related Work

The coordinated vehicle-drone arc routing problem has a wide range of application scenarios in real life. In the arc routing problem, most researchers do not consider the cooperation between vehicles and drones. There are few studies on the coordinated vehicle-drone arc routing problem. We analyze the coordinated vehicle-drone arc routing problem from three aspects: (1) the arc routing problem, (2) point-target-oriented vehicle-drone coordination, and (3) the coordinated vehicle-drone arc routing problem. In the arc routing problem, there are three important branches: the Chinese Postman Problem (CPP) [19,20], the Rural Postman Problem (RPP) [21,22,23], and the arc routing with capacity constraints problem (Capacitated Arc Routing Problem, CARP) [24,25,26,27]. For the Chinese Postman Problem (CPP), Nilofer et al. [20] considered passing as many important nodes as possible while making the vehicle traverse at least the edges in the graph. The Rural Postal Route Problem (RPP) only visits some of the edges in the graph, which is the general form of the CPP problem. Calogiuri et al. [21] proposed a branch and bound algorithm to solve the RPP exactly. Monroy-Licht et al. [22] used a large-scale neighborhood search algorithm to solve the problem of rural postal route with time windows. This algorithm can quickly and efficiently shorten the calculation time in large-scale instances and obtain satisfactory results. The capacity-constrained arc routing problem (CARP) takes into account the vehicle’s maximum range limit. Huang et al. [24] used the ant colony algorithm to solve the CARP problem with time windows. Xing et al. [25] proposed an extended multi-park capacity-constrained arc routing problem (MCARP), which was optimized by an evolutionary algorithm. Besides tabu search [28], hybrid heuristic algorithm [29] and divide and conquer algorithm [30] are also used to solve the CARP problem. In the research on vehicle-drone collaboration, Murray et al. [7] proposed the Flight Assisted Traveling Salesman Problem (FSTSP) and designed a heuristic algorithm to solve it. Agatz et al. [31] proposed the Drones Traveling Salesman Problem (TSP-D) and designed a “path first, cluster second” heuristic algorithm to solve it. For the TSP-D model, Ha et al. [32] first generated the TSP path, then decomposed the TSP-D path from the TSP path, and then optimized the TSP-D path using the LS operator. Tu et al. [33] proposed an adaptive large neighborhood search algorithm to solve the TSP-mD model containing multiple drones. Hu et al. [34] proposed an algorithm that first used a K-means clustering approach to find a reasonable launch position for the drone, and then determined the route of the ground vehicle based on the genetic algorithm. Pan et al. [35] presents an innovative schedule approach by coordinating the logistic drone and crowdsourced buses. In order to reduce solution time, Wu [36] proposed a reinforcement learning approach to solve the truck-and-drone coordinated delivery problem efficiently. Except for package delivery, Huang et al. focused on the deployment of a charging station for aerial surveillance by drones. Trotta et al. [37] proposed a bus-drone coordinated surveillance mode. Tian [38] presented a target surveillance mode by coordinating a truck and multiple drones. The researchers proposed a new heuristic method to optimize the truck and drone routes. In addition, Dorling et al. [6] and Wang et al. [39] extended the vehicle-drone coordination problem from single-vehicle and multi-drone to multi-vehicle and multi-drone. For the coordinated vehicle-drone arc routing problem, Liu et al. [16] proposed a two-layer point-arc routing problem model to cooperate with ground vehicles and drones for high-voltage power lines inspection; they designed two heuristic algorithms of “cluster first, then sort” and “sort first, then decompose” to solve the problem. Luo et al. [17] proposed a traffic patrol model for heterogeneous tasks in urban road systems, in which ground vehicles only serve as the charging platform for the drones, and drones perform point and arc tasks along the road network. Wu et al. [18] consider the scheduling problem with one vehicle and multiple drones, and propose a metaheuristic method to solve the problem efficiently. According to the above review, it can be concluded that the traditional arc routing problem has been extensively studied, and, secondly, in the field of vehicle-drone coordination, the research on point targets has also been widely investigated. But the research on the vehicle-drone cooperation problem oriented to line targets is still missing, while the coordinated vehicle-drone arc routing problem has a wide range of application scenarios in real life. Asymmetric arc routing by coordinating a truck and multiple drones is considered in this article, and a metaheuristic algorithm is proposed to solve this problem.

3. Problem Description

The proposed A-VD-ARP in this article is the following: a truck with multiple drones departs from the patrol center, travels on the asymmetric road network—which means some arcs of the road network are unidirectional—and returns to the patrol center after patrolling all the arcs in the road network. The drones can be launched and recovered from the truck at the node (intersection) of the road network, and the drones can access one or several target arcs at one time as long as the maximum flight time is not exceeded. Both the truck and the drones can perform the patrol task. Considering the heavily congested road which cannot be patrolled by the truck, some of the target arcs are required to be accessed only by drones. In addition, the truck must travel along the road network, while the drones are not restricted to the road network. To simplify the problem, the time of launching/recovering a drone is incorporated into the travel time as in references [16,31]. The asymmetric road network in this paper is simplified as a directed connected graph, represented by . The set of road intersections is the point set , where represents the number of intersections in the road network. The set of edges is represented as , where arc connects node and node . Each arc has a non-negative weight , which represents the length of the edge. If , then . Moreover, since the road network is asymmetric in this article, so . We define the set of general target arcs as . The set of target arcs that can only be performed by drones is presented as . Figure 1 shows an example scenario in this article. In addition, other symbols and descriptions are shown in Table 1.
Figure 1

Schematic diagram of the road network and arc tasks.

Table 1

Symbols and descriptions.

Symbols Descriptions
G The asymmetric road network
V Set of road intersections, V={1,2,,n}
V Set of start node of the truck route
V+ Set of end node of the truck route
A Set of arcs, A={aij=(i,j)|i,jV}
T Set of task arcs, TA
TD Set of task arcs which can only be accessed by drones, TDT
cei The task of the drone, which may be a single arc or a linked arc
CE Collection of tasks performed by drones, CE={ce1,ce2,,cet}
D Set of drones, D={1,2,,d}
GR The truck route, represented by the nodes that the truck visits in turn, R={v0,,vk,,vpc}
s,cei,e A drone route, represented by the nodes that the drone passes through in sequence. The drone is released from node s, and recovered at node e after accessing the task arc cei
U Set of drone routes, U={s,ce1,e,s,ce2,e,,s,cet,e}
wij Length of the arc aij
ti The time that the truck arrives at node i
tik The time that the k-th drone arrives at node i
ti The time the truck waits for the drone after arriving at node i
vg The speed of the truck
vd The speed of the drone
P Drones’ maximum flight time
Decision variables Description
xij Binary variable, xij=1 if the vehicle passes the edge aij; otherwise, 0
ysek Binary variable, ysed=1 if the d-th drone is released from node s and recovered at node e; otherwise, 0
avik Binary variable, auxiliary variable used to represent the state, whether the k-th drone is on the truck when the truck reaches node i, if the drone is on the truck, avik=0, otherwise 1
avt,k Binary variable, auxiliary variable used to represent the state, avt,k=0 if the k-th drone is released at time t, otherwise 1

3.1. Objective Function

The objective function of the A-VD-ARP is to minimize the total time for the truck and drones to coordinately perform all patrol tasks and return to the depot. Let and denote the time when the truck and the -th drone return to the patrol center, respectively. Then the objective function can be expressed as:

3.2. Vehicle Route Constraints

Let the binary variable denote whether the truck patrols the task arc . If the truck accesses the arc , ; otherwise, . The following constraints should be satisfied for the truck. Constraint (2) guarantees the continuity of the truck route. Constraints (3) and (4) ensure that the truck departs from the patrol center and eventually returns to the patrol center.

3.3. Drone Route Constraints

Let the binary variable denote that the -th drone is released from node and recovered at node . For the access path of the drone, there are the following constraints: Constraints (5) and (6) ensure that each flight route of the drone has only one release node and one recovery node. Constraints (7) and (8) respectively ensure that the release and recover nodes for the drones must be the nodes on the truck route, that is, they ensure the cooperative relationship between truck and drones. The launch and recover order of the drones must also be constrained. A drone can be released only if it has never been released or has been recovered since the last release, otherwise, it cannot be released at node . For the truck, when reaching a launching node, at least one drone needs to be on the truck. Constraints (9) and (10) stipulate that only the drones on the truck can be launched and only the drones that have been released can be recovered. Constraint (11) ensures that at most drones are in flight at any time. Due to the limitation of the battery capacity of the drone, each drone has a maximum flight time during one flight. Assuming that the maximum flight time of the drone is , then for each drone path , the following constraints should be satisfied:

3.4. Time Constraints and Task Constraints

The time constraints for the truck and drones are as follows: Constraints (14) and (15) represent the earliest arrival times of the truck and drones at each node, respectively, where is an infinite positive number. Each task needs to be performed by the drone or the truck at least once, subject to the following constraints:

4. Solution Method

According to the characteristic of the A-VD-ARP, we designed a metaheuristic based on large-scale neighborhood search and simulated annealing mechanism (LNS-SA). First, the initial solution is constructed by a heuristic method, then, neighborhood search strategies are applied under the LNS-SA framework to iteratively optimize the solution. The large-scale neighborhood search was introduced by Shaw in 1998 [40]. The solution is searched by the destruction operator and the repair operator, which greatly enhances the search ability of the algorithm. Simulated annealing was proposed by Kirkpatrick in 1983 [41], which can effectively avoid falling into a local minimum. In this paper, the large-scale neighborhood search and simulated annealing are combined to improve the efficiency of the algorithm. The LNS-SA algorithm framework is shown in Algorithm 1. Among them, the initial solution is obtained by the heuristic algorithm described in Section 4.1, and the neighborhood list contains a certain number of neighborhood search strategies. The algorithm first initializes the solution, the current solution, the current temperature, and the current number of iterations (Line 2). Then, in the main loop of the LNS-SA algorithm (lines 3–19), the neighborhood structure is selected to adjust the current solution until the termination condition is satisfied. Whether the obtained solution is accepted depends on the simulated annealing criterion (lines 7–11). Each time the main loop is executed, the iteration count and termination temperature are updated (Lines 4, 19).

4.1. Initial Solution Generation

For neighborhood search algorithms, the quality of the initial solution often plays an important role in the final optimization result and the performance of the algorithms. In the construction of the initial solution, we firstly assign arc tasks to drones or the truck under the condition that the constraints are satisfied. The access direction of each task arc is determined under the road network constraint considering the road network is asymmetric. Notice that the drone is not restricted to the road network, so the access direction for drones can be randomly determined. For the task arcs that are visited by drones, allocate the launch and recovery nodes that satisfies the drones’ flight constraints; after doing this, each route of the drone can be uniquely determined. Finally, the route of the truck is generated by inserting the drone launch and recovery node sequence without violation of the maximum flight time of the drone, and afterwards, all tasks performed by the truck are inserted into the truck route. At this point, an initial solution of the arc routing scheme for single-truck and multiple drones is formed. The process of preprocessing the road network and generating the initial solution is shown in Algorithm 2. Specifically, we encode the route information of the truck and the drones into two matrices, and . The encoding information of the two matrices is described below. is a matrix of size used to store task arc information, where is the number of task arcs. As shown in Figure 2, each row of the matrix stores one task arc information. The first column stores the executor of the task arc. If it is 1, it means that the task arc is accessed by the drone, and −1 means that the task arc is accessed by the truck. The second column stores the information about whether the task arc belongs to a linked task. 0 indicates that the task arc is an independent task arc. Numbers such as 1, 2, … represent the linked task, and task arcs in the same linked task are represented by the same number. The numbers in the third column indicate the access order of the arcs in the linked task. If the task is an independent task, the number in the third column is 0. If the arc is in a linked task, the number in the third column is a natural number greater than 0 whose size indicates the order of access. The fourth column stores the access direction of the task arc, 0 means forward, 1 means reverse. The fifth and sixth columns store the start and end nodes of the task arc, respectively. If the task edge is assigned to the truck, the start node and the end node are the two endpoints of the task arc. If the task edge is assigned to a drone, one pair of take-off and landing point pairs that satisfies the drones’ flight time constraint is stored; all the arcs in a linked task use the same take-off and landing node pair.
Figure 2

The Encoding of variables.

The size of the matrix is . The first row stores the nodes that the truck needs to visit. These nodes are obtained from the last two columns of the matrix. The second row stores the identifiers of the tasks. The route of the truck and drones can be uniquely determined by the above two matrices.

4.2. Neighborhood Structure Design

The neighborhood structures designed in this paper are composed of a destroy operator (DO) and a repair operator (RO) in pairs. According to the characteristics of A-VD-ARP, we design a total of 6 destroy operators and 1 repair operator. The destroy operators mainly change the assignment, execution direction, and connection of task arcs, and delete the corresponding nodes in the truck route. And the repair operator is to re-insert the nodes deleted by the destroy operator into the truck route. The specific operation process of each destroy operator and repair operator will be introduced below, and the schematic diagram will be used for visual representation. In the schematic diagram of all operation changes, the solid/dotted line between two nodes does not represent an edge in the road network but the shortest route between two nodes in the road network (we calculated the shortest path between any two nodes in the road network in advance using the Floyd algorithm). The solid line represents the truck route, the dotted line represents the drones’ routes, and the solid nodes represent the nodes involved in the operation of the selected destroy operator/repair operator.

4.2.1. Destroy Operator

The operations of the destroy operator mainly include randomly selecting a task arc, changing its access direction, the assignment of the task (drone or truck), the pair of take-off and landing nodes, the connection with other arcs, and removing it from the truck route. Change access direction of the task Randomly select a task arc accessed by the drone. If it is a single task accessed by a drone, delete the take-off and landing node of the task arc from the truck route, and exchange the take-off and landing node pair to change the access direction of the task; if it is a linked task, all tasks in the linked task are reversed, the take-off and landing points of the linked task are exchanged, and then delete the node pair from the truck route, as shown in Figure 3.
Figure 3

Change the direction of the tasks.

Change the take-off and landing point Randomly select a task performed by a drone (a single task arc or a linked task that contains subtasks), delete the take-off and landing node pair of the selected task in the truck route. Then, randomly re-select a pair of take-off and landing nodes in the set of take-off and landing node pairs of the task, as shown in Figure 4.
Figure 4

Change the takeoff and landing points of the task.

Update the truck route Randomly select a task, if it is a task performed by a drone, delete the take-off and landing nodes of the drone task from the truck route; if it is a task performed by the truck, directly delete the two endpoints of the task from the truck route, as shown in Figure 5.
Figure 5

Change the route of the vehicle.

Change the assignment of a single task Randomly select a single task arc. If the selected task is performed by a drone, determine whether the task can be assigned to the truck. If so, delete the take-off and landing nodes from the truck route and re-assign the task arc to the truck. If the task arc is accessed by the truck, determine whether the task can be assigned to a drone. If so, randomly select a take-off and landing node pair and delete the two endpoints of task from the truck route, as shown in Figure 6.
Figure 6

Change the assignment the task.

Connect drone tasks Randomly select two drone task arcs that do not belong to the same linked task, then link all arcs in these two drone tasks to form a new linked task; the optimal direction and order of connecting all arcs is computed using the backtracking method. Then, delete the pair of take-off and landing nodes of the selected two tasks in the truck route, as shown in Figure 7.
Figure 7

Connect the drone tasks.

Destroy and reconnect drone tasks Randomly select two drone tasks that do not belong to the same linked mission; if there is a linked task in the selected two tasks, break the connection of the linked task, and combine the two selected missions into a new linked mission. The remaining task edges from the original two tasks form one or two new tasks. Select take-off and landing points pairs for all the new tasks. Then delete the pairs of take-off and landing nodes of the original two drone tasks in the truck path, as shown in Figure 8.
Figure 8

Destroy and reconnect the drone tasks.

4.2.2. Repair Operator

The operation of the repair operator mainly includes reinserting the task into the truck route after the operation of the destruction operator, as shown in Figure 9. In this paper, one repair operator is designed: the take-off and landing point pairs (or endpoints of the task arc) generated by the destruction operator are randomly inserted into the truck route.
Figure 9

Repair operator.

5. Simulation Experiments and Discussion

5.1. Parameter Setup

This article presents the LNS-SA method to address the A-VD-ARP. Because there is no universal dataset for this problem, we randomly generated three road networks, C1, C2, and C3 for A-VD-ARP. We tested the performance of the proposed algorithm through simulation experiments and analyzed the results. Finally, a real case was conducted to verify the efficiency of the algorithm. These experiments were performed on a computer with an Intel i7-10700F CPU and 32.0 GB RAM. The information of the three datasets C1, C2, C3 is shown in Table 2. Each dataset contains three different scales of target arcs, and three computational instances (marked as A, B, and C) with the same scale are randomly generated. To generate the asymmetric road network, we selected some arcs to make them unidirectional without causing loops.
Table 2

The scale of the instances.

Instances The Number of Nodes The Number of EdgesThe Number of Tasks
C15079E15 (A/B/C)
E210 (A/B/C)
E320 (A/B/C)
C2100167E110 (A/B/C)
E220 (A/B/C)
E340 (A/B/C)
C3200339E110 (A/B/C)
E220 (A/B/C)
E340 (A/B/C)
The parameter configurations are shown as follows. The maximum number of iterations is set to 1000. The initial temperature and termination temperature are set to 100 and 0.1, respectively. Besides, the parameters of the truck and drones are set according to typical situations in practical applications [18], as shown in Table 3.
Table 3

Experimental parameter design.

Parameters Value
The number of drones on a truck3
The speed of the truck30 km/h
The speed of the drones35 km/h
The maximum flight time of the drones0.67 h

5.2. Experiments and Analyses

To verify the effectiveness of the proposed LNS-SA, we compare it with SA, VNS, and TL. We ran each algorithm 10 times and took the average results. Table 4, Table 5 and Table 6 show the average performance of LNS-SA and the other three comparison algorithms in 27 instances. “Mean(h)” and “CPU Time(s)” are the average of 10 running results of the total patrol time and CPU running time, respectively. For each instance, the mean value of the results obtained by the four algorithms is compared, and the best solution is shown in bold.
Table 4

Algorithm Performance on C1 Instances.

No.Instances |V| |A| |T| SATLVNSLNS-SA
ResultCPU TimeResultCPU TimeResultCPU TimeResultCPU Time
1C1_E1_A5079511.115436.2410.718532.6511.0435.79 10.0714 41.46
2C1_E1_B5079510.691532.2510.860131.0412.037334.51 10.665 38.52
3C1_E1_C5079512.715529.7412.496829.5612.341430.86 11.8067 38.31
4C1_E2_A50791016.871646.1215.232945.1716.448743.82 14.5617 52.05
5C1_E2_B50791012.627641.8512.3843.2512.505943.58 12.1306 52.17
6C1_E2_C50791012.049944.1912.060543.3311.918946.25 11.5593 55.66
7C1_E3_A50792014.897954.113.778752.6914.264457.22 13.3425 53.16
8C1_E3_B50792016.916948.0116.878949.5316.888550.52 15.3091 50.18
9C1_E3_C50792016.554747.8717.240146.0917.764847.94 16.4684 53.45
GAP (%)7.2%5.7%6.9%-
Table 5

Algorithm Performance on C2 Instances.

No.Instances |V| |A| |T| SATLVNSLNS-SA
ResultCPU TimeResultCPU TimeResultCPU TimeResultCPU Time
10C2_E1_A1001671021.78257.4521.501454.9721.828655.9 21.1996 60.41
11C2_E1_B1001671019.63653.0919.782250.3919.620751.54 19.078 55.92
12C2_E1_C1001671020.227954.2719.967855.519.919356.09 19.7367 68.97
13C2_E2_A10016720 22.9637 76.9224.25884.924.29176.7624.049199.61
14C2_E2_B10016720 25.8607 77.7726.244272.5326.051571.0725.966178.79
15C2_E2_C1001672025.742190.7924.635285.625.442788.97 24.3107 96.55
16C2_E3_A10016740 25.6765 102.326.766997.0128.392103.2225.8969103.86
17C2_E3_B1001674028.39288.6528.322886.4327.745487.15 27.2731 93.5
18C2_E3_C1001674028.9166101.2730.355298.5629.780898.68 28.4415 101.77
GAP (%)1.5%2.6%3.2%-
Table 6

Algorithm Performance on C3 Instances.

No.Instances |V| |A| |T| SATLVNSLNS-SA
ResultCPU TimeResultCPU TimeResultCPU TimeResultCPU Time
19C3_E1_A2003391028.7453.84729.15651.1728.456950.707 28.345 57.937
20C3_E1_B2003391027.97452.34730.22550.1727.607750.697 26.751 56.717
21C3_E1_C2003391031.05358.44733.59457.6736.699261.317 30.757 66.077
22C3_E2_A2003392033.56077.28736.24177.1536.725777.637 33.200 77.597
23C3_E2_B2003392035.07278.34735.70673.1935.085678.967 34.616 78.797
24C3_E2_C2003392036.3894.79736.06886.9435.534490.897 35.371 94.107
25C3_E3_A2003394035.266106.9936.05298.78 35.2449 100.5637.228100.15
26C3_E3_B2003394041.601113.6939.36109.1741.6981111.68 38.475 111.57
27C3_E3_C2003394041.928112.7641.78109.6041.3439113.07 39.865 110.78
GAP (%)2.2%4.8%4.6%-
In Table 4, Table 5 and Table 6, it can be observed that the average of the results obtained by the LNS-SA algorithm is better than the other three comparison algorithms. For C1 instances, the proposed LNS-SA can reduce the total time by 5.7% to 7.2%. For C2 instances, compared to the other three algorithms, the total time can be reduced from 1.5% to 3.2% by the LNS-SA. For C3 instances, the total time is reduced by 2.2% to 4.8%. Moreover, the overall result of the VNS algorithm is the worst. That is because the perturbation mechanism in VNS affects the convergence of the solution. The LNS could select the neighborhood search strategies randomly, which expands the search space of the algorithm and increases the possibility of converging to a better solution. As the scale of the instances increases, the total time and the CPU time increase, the LNS-SA retains its superiority. We take the C1_E1_A, C2_E1_A, C3_E1_A as representative instances to show the result obtained by LNS-SA, as shown in Figure 10; the bold red line indicates the task arc, the blue line represents the truck route, the green line represents the drones’ route, and the green square labels the depot.
Figure 10

Schematic diagrams of route planning results in different instances with a different number of target edges. (a) E1-A; (b) E2-A; (c) E3-A.

5.3. Sensitivity Analysis

To verify the influence of the drones’ speed on the experimental results, the following experiments were designed. This part of the experiment was based on three instances of different scales in the road network scenario C2, namely C2_E1_A, C2_E2_A and C2_E3_A. As with all the experiments above, each example was run 10 times and we took the average results. The speed of the drones was selected in the range of 25 km/h to 45 km/h, and a value was taken at every 5 km/h interval for comparative experiments. The experimental results are shown in Table 7 and Figure 11, respectively.
Table 7

Experimental results with different drone speeds.

InstancesAlgorithmsSpeed of the Drones
2530354045
C2_E1_ASA21.6921.5121.6221.4321.48
TL21.7221.7621.4321.4621.41
VNS21.6321.5921.5721.4321.44
LNS-SA21.3321.3721.221.3321.37
C2_E2_ASA24.7424.6824.4624.4224.33
TL24.6824.8724.5324.4324.4
VNS24.5724.7324.3924.3224.3
LNS-SA24.2624.3124.1924.1424.12
C2_E3_ASA26.5326.5826.3726.4526.34
TL26.7626.4225.9626.2325.96
VNS26.8826.7726.2426.3626.02
LNS-SA26.0526.2425.8425.8525.87
Figure 11

Comparison of results at different drone speeds.

It can be seen from Figure 11 that with the increase of the speed of the drones, the total time to complete all the patrol tasks presents a downward trend. When the speed of the drone increases from 25 km/h to 45 km/h, the total patrol time decreased by 0.2–0.4 h. The total time does not decrease obviously, mainly because that the scale of the instances is large; the total time to complete the patrol mainly depends on the speed of the truck.

5.4. Comparison of the Algorithms with Different Numbers of Drones

Three instances of different scales, C2_E1_A, C2_E2_A, and C2_E3_A, are also used to verify the influence of the number of drones carried by the truck. Each experiment was repeated 10 times and we took the average results. We increased the number of drones from 2 to 6 for comparative experiments. All experimental results are recorded in Table 8 and Figure 12.
Table 8

Experimental results with different drone numbers.

InstancesAlgorithmsNumber of Drones
23456
C2_E1_ASA21.6621.6221.6821.6721.52
TL21.5721.4321.5121.621.47
VNS21.6221.5621.7221.7221.58
LNS-SA21.5321.421.4221.3721.36
C2_E2_ASA25.225.0625.0625.5625.24
TL25.1525.0025.3925.4325.18
VNS25.6325.3225.6825.5825.50
LNS-SA24.6524.4924.9224.8425.07
C2_E3_ASA26.4226.1726.2326.5626.5
TL26.8426.4626.4426.8126.74
VNS26.2426.2526.0826.4826.7
LNS-SA26.4626.1426.1726.1326.34
Figure 12

Comparison of results with different drone numbers.

Figure 12 presents the results of three examples of different scales. The effect of the number of drones on the performance of the algorithm is obvious. As shown in Figure 12, with the increase of the number of drones, the total patrol time decreases first, then increases slightly, and reaches the minimum value of the patrol time when the number of drones is 3. The total patrol time decreased by 0.1–0.4 h when the number of the drones increased from 2 to 3. From this result, it can be inferred that the increase in the number of drones cannot make the patrol time keep decreasing. Too many drones make the coordination between the truck and drones difficult. Specifically, limited by the scale of the instances and the maximum flight time of the drones, there can not be too many drones performing tasks at the same time, otherwise the truck will not have enough time to recover the drones, which means that the redundant drones do not play much of a role. Therefore, in this instance, the appropriate number of drones per truck is 3.

5.5. Experimental Analysis on a Real Case

In order to further verify the effectiveness of the proposed LNS-SA, a practical case based on the real world was considered. We extracted a simplified road network from Changsha China; the latitude and longitude of the location in this experiment were obtained from Google Maps, and there are 61 intersections and 94 roads in this road network. Some arcs in the road network are unidirectional, as shown in Figure 13. We increased the distance of the road by a factor of 100, making this more like a surveillance task or a city-wide patrol task.
Figure 13

Simplified road network in a selected area of Changsha City.

Figure 14 shows the patrol routes of the truck and the drones, where the bold red line represents the task arcs, the black arrow indicates the truck route, and the green arrow represents the drones’ routes. The convergence curve of the proposed LNS-SA algorithm is shown in Figure 15. The parameter settings are the same as in Section 5.1. From Figure 15, the LNS-SA generated a satisfactory solution at the 30-th iteration, demonstrating that the LNS-SA has a strong optimization capability within a short time span. The Metropolis principle can prevent the LNS-SA from prematurely converging to the local optima at the 30-th iteration. In addition, the LNS-SA allows multiple neighborhoods to search in a single solution, which expands the search space. Thus, the algorithm found a better solution at 600-th iteration.
Figure 14

Route planning of the truck and the drones.

Figure 15

Convergence curve of the objective function value.

6. Conclusions

In this paper, we study asymmetric arc routing by coordinating a truck and multiple drones. In this arc routing problem, a truck with multiple drones travels on an asymmetric road network—meaning some arcs of the road network are unidirectional—to perform traffic patrol tasks. The truck must travel along the road network, while the drones are not restricted to the road network. Both the truck and the drones can perform the patrol tasks. To minimize the total patrol time, a large neighborhood search algorithm with simulated annealing (LNS-SA) is proposed. Firstly, we generate the initial solution by a heuristic method. Then, six destroy operators and one repair operator are designed to iteratively optimize the solution. The simulated annealing is integrated to avoid premature convergence. Extensive experiments were conducted to verify the effectiveness of the proposed method. Compared with other algorithms (i.e., SA, TL, and VNS) on different datasets, the LNS-SA can reduce the total patrol time by at most 7.2%. A sensitivity analysis was performed to analyze the impact of the number of drones and drone speed. As the drone number increased, the total time continued to decrease, but the rate of the descent slowed down and finally stopped decreasing. In addition, the total patrol time decreased slightly with the drone speed increasing due to the scale of the datasets. Moreover, a real case in China Changsha was conducted to verify the effectiveness of the LNS-SA. In the future, we will further explore the coordinated vehicle-drone arc routing problem in different scenarios. The objective function in this paper only considers the total time, which is not comprehensive enough. In the next stage, we will consider the multi-objective optimization problem under more realistic conditions. We will also attempt to design more efficient operators to solve the problem.
  5 in total

1.  Optimization by simulated annealing.

Authors:  S Kirkpatrick; C D Gelatt; M P Vecchi
Journal:  Science       Date:  1983-05-13       Impact factor: 47.728

2.  A hybrid augmented ant colony optimization for the multi-trip capacitated arc routing problem under fuzzy demands for urban solid waste management.

Authors:  Erfan Babaee Tirkolaee; Iraj Mahdavi; Mir Mehdi Seyyed Esfahani; Gerhard-Wilhelm Weber
Journal:  Waste Manag Res       Date:  2019-08-13

3.  A Coordinated Vehicle-Drone Arc Routing Approach Based on Improved Adaptive Large Neighborhood Search.

Authors:  Guohua Wu; Kexin Zhao; Jiaqi Cheng; Manhao Ma
Journal:  Sensors (Basel)       Date:  2022-05-12       Impact factor: 3.847

4.  Traffic Patrolling Routing Problem with Drones in an Urban Road System.

Authors:  He Luo; Peng Zhang; Jiajie Wang; Guoqiang Wang; Fanhe Meng
Journal:  Sensors (Basel)       Date:  2019-11-25       Impact factor: 3.576

5.  Cooperatively Routing a Truck and Multiple Drones for Target Surveillance.

Authors:  Shuangxi Tian; Xupeng Wen; Bin Wei; Guohua Wu
Journal:  Sensors (Basel)       Date:  2022-04-10       Impact factor: 3.847

  5 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.