Next Article in Journal
Multimodal Hybrid Deep Learning Approach to Detect Tomato Leaf Disease Using Attention Based Dilated Convolution Feature Extractor with Logistic Regression Classification
Previous Article in Journal
A PNU-Based Methodology to Improve the Reliability of Biometric Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Asymmetric Arc Routing by Coordinating a Truck and Multiple Drones

1
College of Systems Engineering, National University of Defense Technology, Changsha 410073, China
2
College of Business Administration, Hunan University of Finance and Economics, Changsha 410205, China
3
School of Traffic and Transportation Engineering, Central South University, Changsha 410075, China
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(16), 6077; https://doi.org/10.3390/s22166077
Submission received: 28 June 2022 / Revised: 19 July 2022 / Accepted: 22 July 2022 / Published: 14 August 2022
(This article belongs to the Section Sensor Networks)

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.

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.
(1)
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.
(2)
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.
(3)
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 G = ( V , A ) . The set of road intersections is the point set V = { 1 , 2 , , n } , where n represents the number of intersections in the road network. The set of edges is represented as A = { a i j = ( i , j ) | i , j V } , where arc a i j connects node i and node j . Each arc has a non-negative weight w i j , which represents the length of the edge. If a i j A , then w i j = . Moreover, since the road network is asymmetric in this article, so a i j a j i . We define the set of general target arcs as T . The set of target arcs that can only be performed by drones is presented as T D . Figure 1 shows an example scenario in this article. In addition, other symbols and descriptions are shown in Table 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 t P C and t P C k   denote the time when the truck and the k -th drone return to the patrol center, respectively. Then the objective function can be expressed as:
min max { t P C ,   t P C k }

3.2. Vehicle Route Constraints

Let the binary variable x i j denote whether the truck patrols the task arc a i j . If the truck accesses the arc a i j , x i j = 1 ; otherwise, x i j = 0 . The following constraints should be satisfied for the truck.
a i k A x i , k = a k j A x k , j , k V
a 0 , i A x 0 , i 1 , i V +
a j , P C A x j , P C 1 , j V
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 y s , e k denote that the k -th drone is released from node s and recovered at node e . For the access path of the drone, there are the following constraints:
e V y s , e k = 1 , s V , k D , a s , e A
s V y s , e k = 1 , e V , k D , a s , e A
Constraints (5) and (6) ensure that each flight route of the drone has only one release node and one recovery node.
j V y i , j k s V x i , s , i , j V , k D , j s
i V y i , j k v V x v , j , i , j V , k D , i v
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 i .
For the truck, when reaching a launching node, at least one drone needs to be on the truck.
a v i k ( j V + y i , j k ) = 0 , i V , a i j A
x i , j ( v V y v , j k ) a v j k = 0 , i , j V , a i j A
k D ( a v t , k ) d
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 d 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 P , then for each drone path s , c e i , e , the following constraints should be satisfied:
t e k t s k P
t e t s k P

3.4. Time Constraints and Task Constraints

The time constraints for the truck and drones are as follows:
t j t i + w i j v g M ( 1 x i , j ) , i , j V , i j
t j k t i k + w i j v d M ( 1 y i , j k ) , i , j V , i j
Constraints (14) and (15) represent the earliest arrival times of the truck and drones at each node, respectively, where M 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:
x i j + k ( y i , j k + y j , i k ) 1 , a i j T
k ( y i , j k + y j , i k ) 1 , a i j T D

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).
Algorithm 1: Framework of LNS-SA
Input: Initial temperature T 0 ; termination temperature T m i n ; maximum iteration number I m a x ; annealing rate γ ; initial solution s 0 ; destruction operator collection D ; repair operator collection R
Output: Optimal solution s
1Get s 0 through the heuristic method
2Initialize  s s 0 ;   s s 0 ;   T T 0 ;   i t e r 0
3While  ( i t e r < I m a x )   and   ( T > T m i n )   do
4      i t e r i t e r + 1
5      Random   select   destroy   operator   d D   and   repair   operator   r R
6      s * r ( d ( s ) )
7If  f ( s * ) < f ( s )  then
8           s s *
9If f ( s * ) < f ( s )  then
10             s s *
11End if
12Else
13      Δ f 1 ( f ( s ) f ( s ) )
14          Δ f 2 ( r a n d ( 1 ) < exp ( Δ f 1 / T ) )
15     If  exp ( Δ f / T ) > ζ ,   where   ζ u n i f o r m ( 0 ,   1 )   then
16           s s
17           Break
18      End if
19      T = γ T
20End while

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.
Algorithm 2: Heuristic method for initializing solution
Input: Road network G
Output: Initial solution s
1Initialize The truck route s g v   [ ] , the k -th drone’s route s d k   [ ]
2Calculate the shortest distance between any two nodes by Floyd algorithm
3While T   do
4    If  t a s k i T D
5       Randomly select a pair of take-off and landing nodes and the access direction
6Insert the take-off and landing nodes in the truck route.
7       Delete  t a s k i  from  T
8   else
9       Insert the two endpoints of the task to the truck route
10       Delete  t a s k i  from  T
11   End if
12End while
Specifically, we encode the route information of the truck and the drones into two matrices, t a s k _ i n f o r and v e h i c l e _ p a t h . The encoding information of the two matrices is described below.
t a s k _ i n f o r is a matrix of size n × 6 used to store task arc information, where n 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.
The size of the v e h i c l e _ p a t h matrix is 2 × N . The first row stores the nodes that the truck needs to visit. These nodes are obtained from the last two columns of the t a s k _ i n f o r 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.
(1)
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.
(2)
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.
(3)
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.
(4)
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.
(5)
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.
(6)
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.

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.

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.
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.

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.
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.

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.
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.
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 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.

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.

Author Contributions

Methodology, S.T.; Writing—review & editing, J.C.; Supervision, G.W.; Writing—original draft, H.C.; Resources, G.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China under Grant 62073341.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Du, R.; Chen, C.; Yang, B.; Lu, N.; Guan, X.; Shen, X. Effective Urban Traffic Monitoring by Vehicular Sensor Networks. IEEE Trans. Veh. Technol. 2015, 64, 273–286. [Google Scholar] [CrossRef]
  2. Leontiadis, I.; Marfia, G.; Mack, D.; Pau, G.; Mascolo, C.; Gerla, M. On the Effectiveness of an Opportunistic Traffic Management System for Vehicular Networks. IEEE Trans. Intell. Transp. Syst. 2011, 12, 1537–1548. [Google Scholar] [CrossRef]
  3. Miao, M.; Easa, S.; Chen, J.; Zhang, J.; Li, Q.; Yang, Y. Novel Method for Optimizing Traffic Police Manpower by Standby and Patrol. Available online: https://www.semanticscholar.org/paper/Novel-Method-for-Optimizing-Traffic-Police-Manpower-Miao-Easa/3a2c74e9fc91bc4a0420ec8b487a25eab3c8c3ab (accessed on 6 June 2022).
  4. Lee, U.; Magistretti, E.; Gerla, M.; Bellavista, P.; Corradi, A. Dissemination and Harvesting of Urban Data Using Vehicular Sensing Platforms. IEEE Trans. Veh. Technol. 2009, 58, 882–901. [Google Scholar] [CrossRef]
  5. Liu, H.; Li, X.; Wu, G.; Fan, M.; Wang, R.; Gao, L.; Pedrycz, W. An Iterative Two-Phase Optimization Method Based on Divide and Conquer Framework for Integrated Scheduling of Multiple UAVs. IEEE Trans. Intell. Transp. Syst. 2021, 22, 5926–5938. [Google Scholar] [CrossRef]
  6. Dorling, K.; Heinrichs, J.; Messier, G.G.; Magierowski, S. Vehicle Routing Problems for Drone Delivery. IEEE Trans. Syst. Man Cybern. Syst. 2017, 47, 70–85. [Google Scholar] [CrossRef]
  7. Murray, C.C.; Chu, A.G. The Flying Sidekick Traveling Salesman Problem: Optimization of Drone-Assisted Parcel Delivery. Transp. Res. Part C Emerg. Technol. 2015, 54, 86–109. [Google Scholar] [CrossRef]
  8. Rojas Viloria, D.; Solano-Charris, E.L.; Muñoz-Villamizar, A.; Montoya-Torres, J.R. Unmanned Aerial Vehicles/Drones in Vehicle Routing Problems: A Literature Review. Int. Trans. Oper. Res. 2021, 28, 1626–1657. [Google Scholar] [CrossRef]
  9. Salama, M.; Srinivas, S. Joint Optimization of Customer Location Clustering and Drone-Based Routing for Last-Mile Deliveries. Transp. Res. Part C Emerg. Technol. 2020, 114, 620–642. [Google Scholar] [CrossRef]
  10. Karak, A.; Abdelghany, K. The Hybrid Vehicle-Drone Routing Problem for Pick-up and Delivery Services. Transp. Res. Part C Emerg. Technol. 2019, 102, 427–449. [Google Scholar] [CrossRef]
  11. Sacramento, D.; Pisinger, D.; Ropke, S. An Adaptive Large Neighborhood Search Metaheuristic for the Vehicle Routing Problem with Drones. Transp. Res. Part C Emerg. Technol. 2019, 102, 289–315. [Google Scholar] [CrossRef]
  12. Kitjacharoenchai, P.; Min, B.; Lee, S. Two Echelon Vehicle Routing Problem with Drones in Last Mile Delivery. Int. J. Prod. Econ. 2020, 225, 107598. [Google Scholar] [CrossRef]
  13. Moshref-Javadi, M.; Lee, S.; Winkenbach, M. Design and Evaluation of a Multi-Trip Delivery Model with Truck and Drones. Transp. Res. Part E Logist. Transp. Rev. 2020, 136, 101887. [Google Scholar] [CrossRef]
  14. Freitas, J.C.; Penna, P. A Variable Neighborhood Search for Flying Sidekick Traveling Salesman Problem. Int. Trans. Oper. Res. 2020, 27, 267–290. [Google Scholar] [CrossRef]
  15. Arc Routing Problems: A Review of the Past, Present, and Future—Corberán—2021—Networks—Wiley Online Library. Available online: https://onlinelibrary.wiley.com/doi/abs/10.1002/net.21965 (accessed on 6 June 2022).
  16. Liu, Y.; Shi, J.; Liu, Z.; Huang, J.; Zhou, T. Two-Layer Routing for High-Voltage Powerline Inspection by Cooperated Ground Vehicle and Drone. Energies 2019, 12, 1385. [Google Scholar] [CrossRef]
  17. Luo, H.; Zhang, P.; Wang, J.; Wang, G.; Meng, F. Traffic Patrolling Routing Problem with Drones in an Urban Road System. Sensors 2019, 19, 5164. [Google Scholar] [CrossRef]
  18. Wu, G.; Zhao, K.; Cheng, J.; Ma, M. A Coordinated Vehicle–Drone Arc Routing Approach Based on Improved Adaptive Large Neighborhood Search. Sensors 2022, 22, 3702. [Google Scholar] [CrossRef] [PubMed]
  19. Eiselt, H.A.; Gendreau, M.; Laporte, G. Arc Routing Problems, Part I: The Chinese Postman Problem. Oper. Res. 1995, 43, 231–242. [Google Scholar] [CrossRef]
  20. Nilofer, M.; Rizwanullah, M. An Implementation of Chinese Postman Problem with Priorities. J. Intell. Fuzzy Syst. 2020, 38, 3301–3305. [Google Scholar] [CrossRef]
  21. Calogiuri, T.; Ghiani, G.; Guerriero, E.; Mansini, R. A Branch-and-Bound Algorithm for the Time-Dependent Rural Postman Problem. Comput. Oper. Res. 2019, 102, 150–157. [Google Scholar] [CrossRef]
  22. Monroy-Licht, M.; Amaya, C.A.; Langevin, A. Adaptive Large Neighborhood Search Algorithm for the Rural Postman Problem with Time Windows. Networks 2017, 70, 44–59. [Google Scholar] [CrossRef]
  23. Cerrone, C.; Dussault, B.; Wang, X.; Golden, B.; Wasil, E. A Two-Stage Solution Approach for the Directed Rural Postman Problem with Turn Penalties. Eur. J. Oper. Res. 2019, 272, 754–765. [Google Scholar] [CrossRef]
  24. Huang, S.-H.; Lin, P.-C. Multi-Treatment Capacitated Arc Routing of Construction Machinery in Taiwan’s Smooth Road Project. Autom. Constr. 2012, 21, 210–218. [Google Scholar] [CrossRef]
  25. Xing, L.; Rohlfshagen, P.; Chen, Y.; Yao, X. An Evolutionary Approach to the Multidepot Capacitated Arc Routing Problem. IEEE Trans. Evol. Comput. 2010, 14, 356–374. [Google Scholar] [CrossRef]
  26. Babaee Tirkolaee, E.; Mahdavi, I.; Seyyed Esfahani, M.M.; Weber, G.-W. A Hybrid Augmented Ant Colony Optimization for the Multi-Trip Capacitated Arc Routing Problem under Fuzzy Demands for Urban Solid Waste Management. Waste Manag. Res. 2020, 38, 156–172. [Google Scholar] [CrossRef] [PubMed]
  27. Constantino, M.; Gouveia, L.; Mourão, M.C.; Nunes, A.C. The Mixed Capacitated Arc Routing Problem with Non-Overlapping Routes. Eur. J. Oper. Res. 2015, 244, 445–456. [Google Scholar] [CrossRef]
  28. Hertz, A.; Laporte, G.; Mittaz, M. A Tabu Search Heuristic for the Capacitated Arc Routing Problem. Oper. Res. 2000, 48, 129–135. [Google Scholar] [CrossRef]
  29. Chen, Y.; Hao, J.-K.; Glover, F. A Hybrid Metaheuristic Approach for the Capacitated Arc Routing Problem. Eur. J. Oper. Res. 2016, 253, 25–39. [Google Scholar] [CrossRef]
  30. Zhang, Y.; Mei, Y.; Zhang, B.; Jiang, K. Divide-and-Conquer Large Scale Capacitated Arc Routing Problems with Route Cutting off Decomposition. Inf. Sci. 2021, 553, 208–224. [Google Scholar] [CrossRef]
  31. Agatz, N.; Bouman, P.; Schmidt, M. Optimization Approaches for the Traveling Salesman Problem with Drone. Transp. Sci. 2018, 52, 965–981. [Google Scholar] [CrossRef]
  32. Ha, Q.M.; Deville, Y.; Pham, Q.D.; Hà, M.H. On the Min-Cost Traveling Salesman Problem with Drone. Transp. Res. Part C Emerg. Technol. 2018, 86, 597–621. [Google Scholar] [CrossRef]
  33. Tu, P.A.; Dat, N.T.; Dung, P.Q. Traveling Salesman Problem with Multiple Drones. In Proceedings of the Ninth International Symposium on Information and Communication Technology, Da Nang, Vietnam, 6 December 2018; Association for Computing Machinery: New York, NY, USA, 2018; pp. 46–53. [Google Scholar]
  34. Hu, M.; Liu, W.; Lu, J.; Fu, R.; Peng, K.; Ma, X.; Liu, J. On the Joint Design of Routing and Scheduling for Vehicle-Assisted Multi-UAV Inspection. Future Gener. Comput. Syst. 2019, 94, 214–223. [Google Scholar] [CrossRef]
  35. Pan, Y.; Li, S.; Chen, Q.; Zhang, N.; Cheng, T.; Li, Z.; Guo, B.; Han, Q.; Zhu, T. Efficient Schedule of Energy-Constrained UAV Using Crowdsourced Buses in Last-Mile Parcel Delivery. Proc. ACM Interact. Mob. Wearable Ubiquitous Technol. 2021, 5, 28:1–28:23. [Google Scholar] [CrossRef]
  36. Wu, G.; Fan, M.; Shi, J.; Feng, Y. Reinforcement Learning Based Truck-and-Drone Coordinated Delivery. IEEE Trans. Artif. Intell. 2021. [Google Scholar] [CrossRef]
  37. Trotta, A.; Andreagiovanni, F.D.; Di Felice, M.; Natalizio, E.; Chowdhury, K.R. When UAVs Ride A Bus: Towards Energy-Efficient City-Scale Video Surveillance. In Proceedings of the IEEE INFOCOM 2018—IEEE Conference on Computer Communications, Honolulu, HI, USA, 16–19 April 2018; pp. 1043–1051. [Google Scholar]
  38. Tian, S.; Wen, X.; Wei, B.; Wu, G. Cooperatively Routing a Truck and Multiple Drones for Target Surveillance. Sensors 2022, 22, 2909. [Google Scholar] [CrossRef] [PubMed]
  39. Wang, X.; Poikonen, S.; Golden, B. The Vehicle Routing Problem with Drones: Several Worst-Case Results. Optim. Lett. 2017, 11, 679–697. [Google Scholar] [CrossRef]
  40. Shaw, P. Using Constraint Programming and Local Search Methods to Solve Vehicle Routing Problems. In Proceedings of the Principles and Practice of Constraint Programming—CP98, Pisa, Italy, 26–30 October 1998; Maher, M., Puget, J.-F., Eds.; Springer: Berlin/Heidelberg, Germany, 1998; pp. 417–431. [Google Scholar]
  41. Kirkpatrick, S.; Gelatt, C.D.; Vecchi, M.P. Optimization by Simulated Annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of the road network and arc tasks.
Figure 1. Schematic diagram of the road network and arc tasks.
Sensors 22 06077 g001
Figure 2. The Encoding of variables.
Figure 2. The Encoding of variables.
Sensors 22 06077 g002
Figure 3. Change the direction of the tasks.
Figure 3. Change the direction of the tasks.
Sensors 22 06077 g003
Figure 4. Change the takeoff and landing points of the task.
Figure 4. Change the takeoff and landing points of the task.
Sensors 22 06077 g004
Figure 5. Change the route of the vehicle.
Figure 5. Change the route of the vehicle.
Sensors 22 06077 g005
Figure 6. Change the assignment the task.
Figure 6. Change the assignment the task.
Sensors 22 06077 g006
Figure 7. Connect the drone tasks.
Figure 7. Connect the drone tasks.
Sensors 22 06077 g007
Figure 8. Destroy and reconnect the drone tasks.
Figure 8. Destroy and reconnect the drone tasks.
Sensors 22 06077 g008
Figure 9. Repair operator.
Figure 9. Repair operator.
Sensors 22 06077 g009
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.
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.
Sensors 22 06077 g010
Figure 11. Comparison of results at different drone speeds.
Figure 11. Comparison of results at different drone speeds.
Sensors 22 06077 g011
Figure 12. Comparison of results with different drone numbers.
Figure 12. Comparison of results with different drone numbers.
Sensors 22 06077 g012
Figure 13. Simplified road network in a selected area of Changsha City.
Figure 13. Simplified road network in a selected area of Changsha City.
Sensors 22 06077 g013
Figure 14. Route planning of the truck and the drones.
Figure 14. Route planning of the truck and the drones.
Sensors 22 06077 g014
Figure 15. Convergence curve of the objective function value.
Figure 15. Convergence curve of the objective function value.
Sensors 22 06077 g015
Table 1. Symbols and descriptions.
Table 1. Symbols and descriptions.
SymbolsDescriptions
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 = { a i j = ( i , j ) | i , j V }
T Set   of   task   arcs ,   T A
T D Set   of   task   arcs   which   can   only   be   accessed   by   drones ,   T D T
c e i The task of the drone, which may be a single arc or a linked arc
C E Collection   of   tasks   performed   by   drones ,   C E = { c e 1 , c e 2 , , c e t }
D Set   of   drones ,   D = { 1 , 2 , , d }
G R The   truck   route ,   represented   by   the   nodes   that   the   truck   visits   in   turn ,   R = { v 0 , , v k , , v p c }
s , c e i , 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 c e i
U Set   of   drone   routes ,   U = { s , c e 1 , e , s , c e 2 , e , , s , c e t , e }
w i j Length   of   the   arc   a i j
t i The time that the truck arrives at node i
t i k The time that the k -th drone arrives at node i
t i The time the truck waits for the drone after arriving at node i
v g The speed of the truck
v d The speed of the drone
P Drones’ maximum flight time
Decision variablesDescription
x i j Binary   variable ,   x i j = 1   if   the   vehicle   passes   the   edge   a i j ; otherwise, 0
y s e k Binary   variable ,   y s e d = 1 if the d -th drone is released from node s and recovered at node e; otherwise, 0
a v i k 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 ,   a v i k = 0 , otherwise 1
a v t , k Binary   variable ,   auxiliary   variable   used   to   represent   the   state ,   a v t , k = 0 if the k -th drone is released at time t, otherwise 1
Table 2. The scale of the instances.
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)
Table 3. Experimental parameter design.
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
Table 4. Algorithm Performance on C1 Instances.
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.7910.071441.46
2C1_E1_B5079510.691532.2510.860131.0412.037334.5110.66538.52
3C1_E1_C5079512.715529.7412.496829.5612.341430.8611.806738.31
4C1_E2_A50791016.871646.1215.232945.1716.448743.8214.561752.05
5C1_E2_B50791012.627641.8512.3843.2512.505943.5812.130652.17
6C1_E2_C50791012.049944.1912.060543.3311.918946.2511.559355.66
7C1_E3_A50792014.897954.113.778752.6914.264457.2213.342553.16
8C1_E3_B50792016.916948.0116.878949.5316.888550.5215.309150.18
9C1_E3_C50792016.554747.8717.240146.0917.764847.9416.468453.45
GAP (%)7.2%5.7%6.9%-
Table 5. Algorithm Performance on C2 Instances.
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.921.199660.41
11C2_E1_B1001671019.63653.0919.782250.3919.620751.5419.07855.92
12C2_E1_C1001671020.227954.2719.967855.519.919356.0919.736768.97
13C2_E2_A1001672022.963776.9224.25884.924.29176.7624.049199.61
14C2_E2_B1001672025.860777.7726.244272.5326.051571.0725.966178.79
15C2_E2_C1001672025.742190.7924.635285.625.442788.9724.310796.55
16C2_E3_A1001674025.6765102.326.766997.0128.392103.2225.8969103.86
17C2_E3_B1001674028.39288.6528.322886.4327.745487.1527.273193.5
18C2_E3_C1001674028.9166101.2730.355298.5629.780898.6828.4415101.77
GAP (%)1.5%2.6%3.2%-
Table 6. Algorithm Performance on C3 Instances.
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.70728.34557.937
20C3_E1_B2003391027.97452.34730.22550.1727.607750.69726.75156.717
21C3_E1_C2003391031.05358.44733.59457.6736.699261.31730.75766.077
22C3_E2_A2003392033.56077.28736.24177.1536.725777.63733.20077.597
23C3_E2_B2003392035.07278.34735.70673.1935.085678.96734.61678.797
24C3_E2_C2003392036.3894.79736.06886.9435.534490.89735.37194.107
25C3_E3_A2003394035.266106.9936.05298.7835.2449100.5637.228100.15
26C3_E3_B2003394041.601113.6939.36109.1741.6981111.6838.475111.57
27C3_E3_C2003394041.928112.7641.78109.6041.3439113.0739.865110.78
GAP (%)2.2%4.8%4.6%-
Table 7. Experimental results with different drone speeds.
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
Table 8. Experimental results with different drone numbers.
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
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Tian, S.; Chen, H.; Wu, G.; Cheng, J. Asymmetric Arc Routing by Coordinating a Truck and Multiple Drones. Sensors 2022, 22, 6077. https://doi.org/10.3390/s22166077

AMA Style

Tian S, Chen H, Wu G, Cheng J. Asymmetric Arc Routing by Coordinating a Truck and Multiple Drones. Sensors. 2022; 22(16):6077. https://doi.org/10.3390/s22166077

Chicago/Turabian Style

Tian, Shuangxi, Honghui Chen, Guohua Wu, and Jiaqi Cheng. 2022. "Asymmetric Arc Routing by Coordinating a Truck and Multiple Drones" Sensors 22, no. 16: 6077. https://doi.org/10.3390/s22166077

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop