Abstract
This study investigates the flying sidekick traveling salesman problem (FSTSP), in which a truck and an unmanned aerial vehicle work together to make deliveries. This study develops a revised mixed-integer linear programming (MILP) model for the FSTSP. The revised MILP model performs better than the existing model. Due to the FSTSP’s high complexity, we propose an effective heuristic based on simulated annealing (SA) to solve the problem. The novelty of the proposed SA heuristic lies in the new solution representation, which not only determines the visiting sequence of customers but also the service type of customers and rendezvous positions. Another feature of the proposed SA is a new operator specifically designed for the FSTSP. To evaluate the performance of the proposed SA heuristic, we conduct a comprehensive computational study where we fine-tune the parameters of the SA heuristic and compare the performance of the SA heuristic with several state-of-the-art algorithms including hybrid genetic algorithm (HGA) and iterated local search (ILS) in solving existing FSTSP benchmark instances. The results indicate that the proposed SA heuristic outperforms ILS and is statistically competitive with HGA. It obtains best-known solutions for all small FSTSP instances and 29 best-known solutions for the 60 large FSTSP instances, including 20 new best-known solutions.
    Keywords:
                                                                    simulated annealing;                    traveling salesman problem;                    unmanned aerial vehicle;                    flying sidekick traveling salesman problem        MSC:
                90B06; 90C11; 68T20
            1. Introduction
As the e-commerce market expands, challenges that are encountered by logistics firms become more complex, particularly in the last-mile delivery. Companies need to meet customer expectations on shorter delivery times while demands grow higher []. According to [], for many companies the transportation cost occurring in the last-mile parcel delivery often exceeds 50% of the total transportation cost.
To run a more cost-effective and efficient business to deliver goods to customers, logistics companies are looking for more advanced technology to enhance their last-mile delivery performance. Unmanned aerial vehicles (UAVs)—which are known as drone technology—have recently received attention from both companies and researchers to be utilized in a wide range of applications, such as forestry research [], fisheries assessment and management [], agriculture [], disaster management [,], inspection and monitoring [,,], and healthcare [,], to name a few. This emerging technology opens an opportunity for the last-mile delivery. Several advantages are offered, including that no costly human pilot is needed, and no congestion will occur for the travel of the drone [].
The application of drone technology was initiated by several companies, pioneered by Amazon in 2013, where Amazon CEO Jeff Bezos first announced “Amazon Prime Air,” which utilized drones for delivery purposes []. A test was later conducted by Australia Post for delivering small packages []. DHL has also developed DHL Parcel to distribute emergency supplies and medications to one of Germany’s North Sea Islands []. Google’s parent company—Alphabet—has developed Project Wing to create a working drone delivery system []. 
Although drone technology provides new competitive advantages, several innate limitations, such as flight duration and flight restriction, are unavoidable. Therefore, a hybrid system integrating drone technology to regular truck delivery was developed to further extend the benefit of utilizing drones. This type of system was initially tested by AMP Electric Vehicles and the Department of Aerospace Engineering, University of Cincinnati []. Later, UPS successfully experimented the integration of the drone technology with UPS trucks [].
The hybrid system between drone technology and regular truck delivery has started to gain attention from researchers and recently has given rise to several optimization problems proposed in the academic literature [,,,,,,]. Murray and Chu [] pioneered this stream of research. They proposed two new variants of the classical traveling salesman problem (TSP), incorporating drones with a delivery truck. One of the variants is the flying sidekick traveling salesman problem (FSTSP). When there are long distances between the depot and customers, the FSTSP is applicable to extend the coverage of the drones by collaborating with delivery trucks. In the FSTSP, each customer must be served precisely once by either a delivery truck or a drone working with the truck. Several customers are infeasible to be visited by a drone, and consequently they could only be visited by the truck. Minimizing the customer service time and disposition time of vehicles is the purpose of the FSTSP.
This study is motivated by the challenges and the practicality presented by the FSTSP. The problem is difficult to solve as it extends the TSP, an NP-hard problem. However, since the truck–drone delivery system is gaining popularity in practice, the FSTSP may become an essential optimization problem that needs to be effectively solved routinely. Therefore, an improved mixed-integer linear programming (MILP) model and an effective simulated annealing (SA) heuristic is developed in this study to solve the problem. Based on the computational results, our SA is competitive with the state-of-the-art algorithms for the FSTSP. Thus, the contribution of this study is two-fold:
- An improved MILP model for the FSTSP is formulated. The model is more compact and effective than the existing model of Murray and Chu [].
 - A simulated annealing algorithm is developed for the FSTSP. The proposed SA features a new solution representation and a new operator specifically designed for the FSTSP. It outperforms the iterative local search for the FSTSP and is competitive with the hybrid genetic algorithm for the FSTSP.
 
The remainder of the paper is organized as follows. Section 2 reviews the relevant literature. Section 3 describes the FSTSP and presents a new mixed-integer programming model for the problem. Section 4 discusses the proposed SA heuristic for solving the FSTSP. Section 5 presents the experimental results. Section 6 provides conclusions and points out potential directions for future studies.
2. Literature Review
Murray and Chu [] pioneered the research on the integrated truck and drone delivery system by extending the TSP to become the FSTSP. A mixed-integer linear programming model was formulated for the problem. They also analyzed the influence of a drone’s speed and endurance toward the potential savings of these two models compared to the classical TSP in terms of makespan. Based on the conducted experiments, they showed that the speed has a significant impact, while the endurance seemingly shows no effect on the potential savings. The faster a drone is, the higher the potential saving that could be made. 
The research on the integrated truck and drone delivery system started to gain momentum after the work of Murray and Chu []. Agatz, Bouman, and Schmidt [] further improved the mathematical models of Murray and Chu [] and successfully solved large instances to optimality. They also proposed a route-first, cluster-second heuristic of several versions to solve large instances since they could not solve their mathematical models to optimality. More recently, Dell’Amico et al. [] proposed improved mathematical programming models for the FSTSP and Roberti and Ruthmair [] provided a more compact mathematical model for several variants of TSP-D. 
Several solution approaches have been proposed for solving the FSTSP. Exact algorithms such as the branch-and-bound algorithm [] and branch-and-cut algorithm [,] were developed for the problem. Many heuristic algorithms were also proposed in recent years. De Freitas and Penna [] developed a randomized variable neighborhood descent heuristic for solving the FSTSP. They first solved a TSP to build an initial solution and then improved the solution by the proposed RVND heuristic. Yurek and Ozmutlu [] proposed a decomposition-based iterative optimization algorithm to solve the FSTSP in two stages. The first stage determines the truck route and the assignment of customers to the drone. The second stage solves a MILP to improve the solution obtained in the first stage. De Freitas and Penna [] developed a variable neighborhood search (VNS) heuristic for the FSTSP. An initial solution is obtained by optimally solving a TSP. The proposed VNS is then applied to improve the initial solution. Ha et al. [] proposed two algorithms for solving TSP-D. The first algorithm, TSP-LS, applies a local search procedure on an optimal TSP solution to obtain a feasible TSP-D solution. The second algorithm is a greedy randomized adaptive search procedure (GRASP). The experimental results suggest that GRASP outperforms TSP-LS. Ha et al. [] developed a hybrid genetic algorithm (HGA) for TSP-D. The algorithm incorporates many features such as dynamic population management, adaptive diversity control, tailored crossover, and local search operators. The algorithm is competitive to two existing algorithms and finds many new best-known solutions. In Ha et al. [], an iterated local search (ILS) was proposed to solve the TSP with a Multi-Visit Drone (TSP-MVD), in which a truck works in collaboration with a drone that can serve up to q ≥ 1 customers consecutively during each sortie. The authors also tested the performance of ILS on the FSTSP instances (the cases with q = 1) and the obtained results showed that this metaheuristic performs better than other algorithms in terms of both solution quality and running time on several instance classes.
Chang and Lee [] developed a new variant of TSP-D in which multiple drones are released and received at certain locations. They formulated a nonlinear programming model to find shift weights to move the center of clusters after applying k-means clustering and solving the TSP model. Another new variant of TSP-D considering two types of cost, i.e., total transportation cost and time waste cost when a vehicle has to wait for the other, was tackled by Ha, Deville, Pham, and Hà []. They formulated a mathematical model for the problem and proposed two algorithms, TSP-LS and greedy randomized adaptive search procedure (GRASP), to solve instances of various sizes. 
Kitjacharoenchai, Ventresca, Moshref-Javadi, Lee, Tanchoco, and Brunese [] further extended the TSP-D by considering multiple vehicles. They formulated a mixed-integer linear program for the problem and developed an Adaptive Insertion Heuristic (ADI). Several papers have recently dealt with developing various methods to solve the TSP-D, e.g., dynamic programming, a decomposition-based iterative optimization algorithm, and an integrated k-means and genetic algorithm []. 
The research of integrating the truck and drone system has been further developed to address another famous variant of a logistics problem, namely the vehicle routing problem (VRP). Wang et al. [] proved several worst-case theorems of vehicle routing problems with drones (VRP-D). They showed that the comparative speed of the drone to the truck and the number of drones carried by a truck determine the worst-case results. Wang and Sheu [] formulated a mixed-integer program for VRP-D and developed a branch-and-price algorithm. In addition, they showed that the average potential cost reduction is over 20% based on the generated benchmark instances. Karak and Abdelghany [] addressed an extension of VRP-D by including the pick-up and delivery problem. A mixed-integer program was developed, and a modified Clarke and Wright algorithm was proposed. To assess the performance of the developed algorithm, they performed a performance comparison against two heuristics: the vehicle-driven routing heuristic and the drone-driven routing heuristic. Furthermore, the dynamic version of VRP-D can be found in Ulmer and Thomas []. Their work reveals that a combination of drones and vehicles could achieve two major implications, i.e., geographical districting increases the expected number of same-day deliveries and reduces the delivery resources effectively. Recently, several approaches have been developed to deal with the VRP-D, e.g., matheuristics [], a hybrid VNS/Tabu search algorithm [], and an adaptive large neighborhood search [].
In recent years, numerous new drone routing models and applications have emerged in the literature. For example, Bruni and Khodaparasti [] introduced the drone routing problem with beehive sharing and formulated a location-routing model for the problem. They also derived the problem’s robust counterpart under travel time uncertainty. A matheuristic combining variable neighborhood descent with an intersection generation approach is used to solve the problem. 
In the business arena, companies are increasingly adopting innovative models to improve responsiveness and efficiency. The use of drones in the logistics sector is a significant advancement in this direction. Sah et al. [] concluded that regulatory constraints and concerns related to privacy and security are the primary barriers hindering the widespread adoption of drones in logistics operations. Several survey papers have contributed to a more comprehensive understanding of the field. Chung et al. [] investigated the state-of-the-art techniques for optimizing drone operations and drone–truck operations in the civil engineering sector. This sector encompasses a wide range of applications including construction, infrastructure, agriculture, transportation, logistics, security, disaster management, entertainment, media, etc. Pasha et al. [] conducted a comprehensive review of the scientific literature pertaining to drone planning. Daud et al. [] provided a comprehensive review of the use of drones in disaster management.
3. Problem Description and Mathematical Model
Figure 1 provides a visual illustration of a solution to the flying sidekick traveling salesman problem. The sets and parameters used in the mathematical model are also described as follows. A truck and a drone work in coordination to fulfill the demand of customers. The drone is launched from and retrieved at the depot or any one of the customer sites. The demand of each customer is a package. Let  be the set of all customers and  be the subset of  containing all the customers that the drone can service. Although there is only one depot, for modeling purposes we use 0 and  to represent the starting depot and ending depot, respectively. Let  be the set of all nodes; we define  and . Let  be the travel time of the truck from node i to node j and  be the travel time of the drone from node i to node j. Let  and  be the launching time and retrieving time of the drone and e be the endurance of the drone. P is the set of all feasible drone routes. Each element of P is denoted by a triplet , where i, j, and k represent the launching point, customer site, and rendezvous point, respectively. A feasible route of the drone must satisfy the following three conditions: 
      
    
    Figure 1.
      Visual illustration of the flying sidekick traveling salesman problem.
  
- (1)
 - The drone cannot be launched from the ending depot.
 - (2)
 - Each delivery point must be drone-eligible and not the drone’s launching point.
 - (3)
 - Each rendezvous point must be either the ending depot or a customer site, and the travel time of the drone should be within its endurance.
 
The assumptions of the FSTSP are as follows. 
- (1)
 - The drone can carry at most one package on each trip.
 - (2)
 - The drone can perform multiple delivery trips.
 - (3)
 - The truck performs at most one route.
 - (4)
 - The distance metric is the same for the truck and the drone. More specifically, both the truck and the drone travel between nodes via the street network.
 - (5)
 - The time needed to dispatch the drone from the truck is SL (for loading a package and replacing the battery).
 - (6)
 - The time needed for the truck to receive the drone is SR.
 - (7)
 - The drone can be dispatched or received only at the depot and customer nodes.
 - (8)
 - Both the truck and the drone must wait for the other if it first arrives at the rendezvous point (a customer site or depot). Receiving time SR and waiting time are included in the flying time.
 - (9)
 - When the drone is dispatched from the depot, it does not need the preparation time SL. The drone can be dispatched after the truck has left the depot.
 - (10)
 - Every customer is serviced exactly once either by the drone or the truck.
 
This study modifies the mathematical programming model of Murray and Chu [] for a more compact and efficient model. The sets and parameters used in the mathematical model are also described at the beginning of this section. The modified mathematical model is as follows.
- Decision Variables
 
| Binary variable. 1 if the truck travels from node i to node j; 0 otherwise. | |
| Binary variable. 1 if the drone is dispatched at node , flies from node i to node , and then returns to node ; 0 otherwise. | |
| Arrival time of the truck at node . | |
| Arrival time of the drone at node . | |
| Load of the truck when it traverses arc . | |
| Auxiliary binary decision variable that equals 1 if for every . | |
| Completion time. | 
- Objective Function
 
Minimize TC
- Constraints
 
Constraint (1) confirms that the drone or the truck services every customer once precisely. Constraints (2) and (3) guarantee the departure and the return of the truck from and to the depot. Constraints (4) and (5) restrict the drone from being dispatched from the depot at most once and returns to the depot at most once. Constraint (6) is the flow conservation constraint for the truck. Constraint (7) ensures that if the drone is dispatched from node i and received at node k, then the truck visits both nodes i and k. Constraint (8) makes sure that if the drone is dispatched from the depot and received at node k, then the truck visits node k. Constraint (9) is the capacity constraint. Constraint (10) forbids sub-tours. 
Constraints (11) and (12) synchronize the time between the truck and the drone. When the drone is dispatched from the truck at a customer node, say, i, the departure times of the drone and the truck at node i must be the same. However, the drone and the truck may depart from the depot separately. Similarly, constraints (13) and (14) also synchronize the time between the truck and the drone. If the drone is received at a customer node, say, k, then the drone and the truck arrive at node k simultaneously. Note that constraints (11)–(14) ensure that the drone cannot be received at the node where it was dispatched. Moreover, it cannot be dispatched from a node multiple times.
Constraint (15) ensures that if the truck travels from node h to node k, its effective arrival time at node k must include the arrival time at node h and the travel time from node h to node k. Constraint (16) states that if the drone is launched from node i, its arrival time at any other node, say, j, must include the travel time from node i to node j. Likewise, constraint (17) ensures that if the drone is retrieved at a node, say, k, the truck’s arrival time at node k must include its travel time from node j to node k and the recovery time . Constraint (18) ensures that the operation time of the drone is within its endurance.
Constraint (19) states that the completion time should be no earlier than the truck’s arrival at the depot. Similarly, constraint (20) states that the completion time should be no earlier than the drone’s arrival at the depot. Constraints (21) and (22) determine the precedence relationship between each pair of customers. Constraint (23) guarantees that if the drone is dispatched from node l and received at node k, then its launch time from l,  does not precede its return time to k, . Also, this constraint will not bind if the drone is not launched from l or does not return to k, or if i does not precede l. Constraint (24) determines the departure time of the truck at the depot. Constraints (25) and (26) are variable constraints. 
Our mathematical model uses truckload constraints (9) and (10) to avoid sub-tours in the truck route, as opposed to using constraints (5), (11), (20), and (21) found in the work of Murray and Chu []. This modification renders our model more compact and more efficient. Specifically, the total number of constraints in our model, comprising constraints (9) and (10), is |C| × |N0| + |C|. In contrast, the total number of constraints (5), (11), (20), and (21) used in Murray and Chu [] is 2 × |C| × (|N+| − 1) + 2 × |C| × (|C| − 1). 
4. Simulated Annealing Heuristic for the FSTSP
This study develops a simulated annealing heuristic for solving the FSTSP. SA is chosen mainly due to its effectiveness and simplicity. Kirkpatrick et al. [] introduced SA based on the algorithm developed by Metropolis et al. []. Several complex combinatorial analyses and real-world problems are solved by the heuristic [,,,,,,].
An initial solution is randomly generated to begin the SA. A new neighborhood solution is subsequently chosen to replace the current solution if its objective function value is better than that of the current one at each iteration. A solution with a worse objective function value may also be accepted as the new solution, with a small probability to allow the search to move to worse solutions, and thus enables SA to escape from local optimum. The following subsections further discuss the solution representation, initial solution, neighborhood, and SA procedure for solving the FSTSP.
4.1. Solution Representation
A FSTSP solution is divided into two parts. The first part is a permutation of c customers, denoted by the set , in which the jth number indicates the jth customers to be serviced. The second part indicates the service type (vehicle or drone) of individual customers ranging from 0 to , where c denotes the number of customers. If a customer is serviced by the vehicle, the service type is set as 0. Otherwise, the service type is set to be the number of customers serviced by the truck between the sortie of the drone and the rendezvous, say, r. If the number of remaining customers to be serviced by the vehicle after launching the drone at a customer is smaller than r, the rendezvous of this customer is set to be a depot. The service type of some customers will be changed to zero if (1) they cannot be serviced by drone as the constraints imposed; (2) the drone is not in the vehicle; (3) the rendezvous cannot receive the drone; and (4) the flying distance (from the launching node to the customer and coming back to the rendezvous) exceeds the endurance of the drone.
4.2. Illustration of Solution Representation
Two graphic examples from Murray and Chu [] are used to demonstrate the proposed solution representation. There are nine customers in both examples. The graphic example of Figure 9b in Murray and Chu [] can be encoded by the solution representation shown in Figure 2. By scanning the visiting sequence in the first part, and choosing only the customers with service type zero, the visiting sequence of the vehicle is obtained as 5-3-9-8-2-7-1. Because the service type (or rendezvous position) of customer four is four and it is the first customer to be serviced, the drone is launched from the depot, and the rendezvous position is customer eight (the fourth customer to be serviced by the vehicle after customer four). Since the vehicle services customer one last, it will return to the depot after leaving customer one. Because the service type (or rendezvous position) of customer six is one and its previous truck customer is customer one, the drone will be launched at customer one, fly to customer six and then go back to the depot. It should be noted that if the service type of a drone customer is changed to zero, the route of the vehicle will change. Furthermore, if the drone is launched or received by the vehicle, the launching time (SL) and the receiving time (SR) should be included in calculating the traveling time of the vehicle.
      
    
    Figure 2.
      The first example of the FSTSP.
  
The second graphic example in Figure 10b of Murray and Chu [] is encoded by the solution representation shown in Figure 3. In a similar way, the visiting sequence of the vehicle is obtained as 3-9-8-2-7-6-1. The drone is launching from the depot to service customer five first since this customer is the first to be serviced. The rendezvous position of customer five is one, so the rendezvous position is customer three (the first customer to be serviced by a vehicle after the drone is launched). Because the service type (or rendezvous position) of customer four is three and the first truck customer before customer four is customer eight, the drone will be launched at customer eight to service customer four, and then be received at customer six (the third customer to be serviced by vehicle after customer eight).
      
    
    Figure 3.
      The second example of the FSTSP.
  
4.3. Neighborhood
Let  represent the current solution, and  denote the set of solutions in the neighborhood of .  is generated by either one of the swap, insertion, inversion, and change in service type operators. The swap operator switches the positions of two randomly selected elements in the first part of . The insertion operator inserts a random element immediately before another random element in the first part of  The inversion operator reverses the order of a random substring in the first part of  The change of service type operator randomly chooses an element in the second part of  and changes its value at random (between 0 and ). The four operators are illustrated in Figure 4, Figure 5, Figure 6 and Figure 7. The probabilities of performing the swap, insertion, inversion, and change in the service type operators are fixed at 0.25, 0.25, 0.25, and 0.25, respectively. 
      
    
    Figure 4.
      Illustration of the swap operator.
  
      
    
    Figure 5.
      Illustration of the insertion operator.
  
      
    
    Figure 6.
      Illustration of the inversion operator.
  
      
    
    Figure 7.
      Illustration of the change in the service type operator.
  
4.4. Parameter Setting and the SA Procedure
Initially,  stands as the present temperature  and  is the random initial solution.  consists of a random service sequence of  customers and  service types.  represents the current best solution and  denotes the current best objective function value, . The objective function is the completion time. The calculation of the completion time can be referred to as the MILP of the FSTSP as proposed by Murray and Chu []. The algorithm searches the neighborhood of , , to obtain a new solution  with the objective function value . Let  be the change in the objective function value. If  (i.e.,  is better than ), then  is replaced by . Otherwise, the algorithm replaces  by  with the probability . The best solution obtained so far and its objective function value,  and , are continuously updated as the algorithm proceeds.
The current temperature  decreases after  iterations at the rate of , . The algorithm stops when  is unchanged after the  consecutive temperature decreases. Finally, the algorithm derives the best FSTSP solution from . Figure 8 depicts the pseudocode of the proposed SA heuristic.
      
    
    Figure 8.
      The pseudocode of the proposed SA algorithm.
  
5. Experimental Results
This section presents the comparative results of the proposed solution approaches (SA and modified MILP), several heuristics (IP, Saving, Nearest neighbor, and Sweep), and MILP of Murray and Chu [] for the FSTSP. Furthermore, the proposed SA is compared with the state-of-the-art algorithms HGA [] and ILS [] for the FSTSP. An Intel® Xeon® E3-1245 v6@ 3.7 GHz computer with 64 GB of RAM is used to test the proposed SA in C++. The following subsections explain the test problems, parameter selection, and experimental results.
5.1. Test Problems
Two FSTSP benchmark datasets are used to verify the performance of the proposed simulated annealing heuristic. The first dataset is taken from Murray and Chu []. The second dataset is adopted from Ha, Deville, Pham, and Hà []. The characteristics of the two datasets are briefly described below.
The first FSTSP benchmark dataset includes 72 instances. Each instance has ten customers distributed over an eight-mile square region. The depot of each instance is set at random. It is either the origin (southwest corner of the area), the center of gravity, or the average x-coordinate of customers, 0. UAV-eligible customers are randomly set and comprise 80–90% of the total population. Twenty or forty minutes is randomly assigned to be the endurance of the UAV. The speed of the UAV is set to be 15, 25, or 35 miles per hour at random based on Euclidean UAV flight paths. The speed of the truck is set as 25 miles/h. The truck route is based on the Manhattan metric. Both SL and SR are set to be one minute. In addition, the Euclidean distance between customers corresponds to the traveling time between customers for the UAV.
The second FSTSP benchmark dataset contains 60 instances. In each instance, there are either 50 or 100 customers whose locations are generated at random in a square region of 100 km2, 500 km2, or 1000 km2. Manhattan distance is used for the truck, while Euclidean distance is used for the drone to reflect the difference in the ways the truck and the drone travel. The truck and the drone travel at the same speed of 40 km/h. The endurance or flight time of the drone is 20 min.
The depot location is set at the lower left corner of the entire service area. For every instance, only 80% of the customers can be serviced by drone to reflect the real situation. As in Murray and Chu [], both the start time SL and pickup time SR are 1 min.
5.2. Parameter Selection
, , , and  are the four parameters used in the proposed SA, where  denotes the initial temperature,  represents the number of iterations to be performed at a particular temperature,  is the cooling rate, and  is the maximum number of consecutive temperature reductions during which the best objective function value has not been improved. In the following, we will show how the parameter values are determined.
The parameter values have 44 combinations since each of the four parameters has four levels, as shown in Table 1. To determine the best values of the four parameters in combination more effectively, the Taguchi L16 orthogonal design of the experiment that has 16 parameter combinations obtained by PASS 2023 software (https://www.ncss.com/software/pass/) (accessed on 1 August 2023) is applied to six randomly generated test instances for the FSTSP. The proposed SA algorithm is used to solve each of the selected instances 30 times independently. Table 1 exhibits the average relative percentage deviation (ARPD) of the best solutions obtained by using different levels of the parameters. The ARPD is computed as , where  denotes the total distance of the solution obtained in the jth () replicate of test instance  using the SA algorithm with a designated parameter combination;  is the total distance of the best solution obtained among 30 replicates of test instance  using the SA algorithm with a designated parameter combination.
       
    
    Table 1.
    Orthogonal array and the obtained ARPDs for the FSTSP.
  
Table 2 displays the statistical significance for the FSTSP.  has the largest range of ARPD and is the most significant among the four parameters. In addition, the proposed SA algorithm can produce a better solution in a prolonged process, as more solutions are evaluated at the same temperature.  and  are set to be 2.0, 20,000 L, 0.975, and 20, respectively, when solving the FSTSP instances to seek a balance between the solution time and solution quality.
       
    
    Table 2.
    ARPDs obtained by different levels of each parameter for the FSTSP.
  
5.3. Results and Discussion
It should be noted that the several heuristics (IP, Savings, Nearest neighbor, and Sweep) proposed by Murray and Chu [] were run on a PC with an Intel quad-core i7–860 processor and 4 GB RAM under 64-bit Ubuntu Linux 14.04 [], which is different from the computer used in this study. Since the hardware, software, and code efficiency all affect solution time, a direct comparison between the efficiency of the algorithms is infeasible. Therefore, the single-thread performance of CPUs (http://www.cpubenchmark.net/singleThread.html, accessed on 1 August 2023) is used to measure the relative speed of different processors. The original computer used to run the several heuristics (IP, Saving, Nearest neighbor, and Sweep) has a score of 1319. The computer running the proposed SA heuristic has a score of 2429. The HGA and ILS are implemented in C++ and compiled with the “−O3” flag. The experiments are run on a desktop computer with an Intel Core i7-6700, 3.4 GHz processor which has a score of 2302. The speed of the computer for the HGA and ILS are similar to the speed of the computer used by the proposed SA. Because the HGA and ILS are executed 10 times for the first FSTSP dataset, the proposed SA is also executed 10 times and the best and average solutions among 10 runs are recorded for comparison. Because the MILPMC used the same maximal computational time (1800 s), the maximal computational time is set to 1800 s to MILPNew. 
The objective function values of the best solutions for each benchmark instance obtained using various algorithms are compared based on the relative percentage deviation (RPD), calculated as
        
      
        
      
      
      
      
    
        where  and  are the best objective function values obtained by solution approach h and the best-known solution (BKS), respectively. 
Table 3 summarizes results obtained by the various heuristics compared for the first FSTSP dataset. The detailed objective function values obtained by these solution approaches are listed in Table 4. The average RPD on the best solution among 10 runs of the proposed SA heuristic is 0.000%, whereas the corresponding values for IP, Savings, Nearest, Sweep, HGA, ILS, MILPMC, and MILPNew are 2.072%, 3.604%, 6.215%, 11.807%, 0.008%, 0.000%, 3.537%, and 0.421%, respectively. The maximal RPD on the 72 benchmark instances for the proposed SA is 0.000%, whereas the corresponding values for IP, Savings, Nearest, Sweep, HGA, and ILS are 14.083%, 18.300%, 21.315%, 36.803%, 0.569%, 0.000%, 30.486%, and 4.186%, respectively. Therefore, the proposed SA algorithm is competitive to the existing methods. It should be noted that the solutions to Problems 11, 61, and 63 reported in Murray and Chu (2015) are incorrect. For the 72 benchmark instances, the proposed SA finds 72 BKSs (72/72 = 100.00%), while IP, Savings, Nearest, Sweep, HGA, and ILS find 32 (32/72 = 44.444%), 21 (21/72 = 29.167%), 12 (12/72 = 16.667%), 1 (1/72 = 1.389%), 70 (71/72 = 98.611%), 72 (72/72 = 100.00%) BKSs, 37 (37/72 = 51.389%), and 51 (51/72 = 70.833%), respectively. Clearly, the proposed SA and ILS heuristics obtain more BKSs than any one of the other solution approaches in the comparison. Furthermore, the proposed SA requires merely 1.091 s on average and 1.775 s maximum. These results show that the proposed SA heuristic either outperforms or is comparable with state-of-the-art algorithms in solving the FSTSP. 
       
    
    Table 3.
    Summary of results obtained by various solution approaches for the first FSTSP dataset.
  
       
    
    Table 4.
    The objective function values obtained by various heuristics on the FSTSP for the first problem dataset.
  
Table 5 summarizes results obtained by the various heuristics for the second dataset. The detailed objective function values obtained by these solution approaches are listed in Table 6 and Table 7. The average RPD of the best solution among 10 runs on the 60 benchmark instances for the proposed SA heuristic is 0.261%, whereas the corresponding values for HGA and ILS are 0.258% and 0.720%, respectively. The average RPD of the average solution among 10 runs for the proposed SA is 1.043%, whereas the corresponding values for HGA and ILS are 0.812% and 2.915%, respectively. For the 60 benchmark instances, the proposed SA finds 29 BKSs (29/60 = 48.33%), while HGA and ILS are 27 (27/60 = 45.00%) and 16 (16/60 = 26.677%) BKSs, respectively. Clearly, the proposed SA heuristic obtains more BKSs than other solution approaches in the comparison. The average computation time for SA is 2.52 min, while the corresponding values for HGA and ILS are 2.66 and 1.59 min, respectively. 
       
    
    Table 5.
    Summary of results obtained by various solution approaches for the second FSTSP dataset.
  
       
    
    Table 6.
    The objective function values obtained by various heuristics for the second FSTSP dataset with N = 50.
  
       
    
    Table 7.
    The objective function values obtained by various heuristics for the second FSTSP dataset with N = 100.
  
To show that the SA heuristic is competitive with other solution approaches for the FSTSP in the first problem set, the paired t-tests are performed based on ARPD. Table 8 demonstrates that, at a confidence level of , the proposed SA heuristic significantly outperforms IP, Savings, Nearest, and Sweep, while there is no significant difference between SA, HGA, and ILS, as can be seen from Table 8. 
       
    
    Table 8.
    Paired t-tests on RPD for the first FSTSP dataset.
  
Table 9 demonstrates that, at a confidence level of , the proposed SA heuristic significantly outperforms ILS for both the best and average objective function value, at the expense of more computing time. Furthermore, there is no significant difference between SA and HGA. That is, the proposed SA is comparable with HGA. 
       
    
    Table 9.
    Paired t-tests on RPD for the second FSTSP dataset.
  
We further analyze the number of BKSs found by HGA, ILS, and SA for the second FSTSP. The number of customers is set to be N = 50 and N = 100, and three cases of customer locations are analyzed. The locations are generated at random in a square region of 100 km2, 500 km2, and 1000 km2 for Case 1, Case 2, and Case 3, respectively. As shown in Figure 9, ILS performs the best only for N = 50 (Case 3), while SA performs the best for N = 50 (Case 2) and N = 100 (Case 3). HGA performs the best for N = 50 (Case 1), N = 100 (Case 1), and N = 100 (Case 2). Overall, SA can obtain the largest number of BKSs among the three heuristics. 
      
    
    Figure 9.
      Number of BKSs found by different heuristics.
  
6. Conclusions
The FSTSP is a relatively new distribution model in which a truck and a drone collaborate to deliver goods. Several leading e-commerce and logistics companies have started to test or offer this type of delivery service, making the FSTSP an important logistics model. This study contributes to the ongoing research stream on truck–drone delivery systems in both practice and theory. 
The theoretical framework of this study can be summarized in three main points. First, this study formulates a revised MILP model that outperforms the original MILP model of Murray and Chu []. Second, the FSTSP extends the NP-hard TSP, thus inheriting its NP-hard complexity. Consequently, exact solution approaches are only feasible for small-scale FSTSP instances. To solve large-scale FSTSP instances, this study develops a new SA-based heuristic, featuring a unique solution representation and a novel operator tailored for the FSTSP. The solution representation accounts for not just the customer visit sequence but also service types and rendezvous positions. The operator determines the service type received by each customer. These unique features set our SA apart from other SA algorithms. Third, recognizing the influence of parameter values on metaheuristic performance, this study employs the Taguchi L16 orthogonal design to determine the best parameter combination. This commonly used experimental design systematically explores 16 different parameter combinations on 6 randomly selected FSTSP instances. For statistical validity, each combination is tested through 30 independent runs.
Experimental results indicate that the proposed SA outperforms the heuristics proposed by Murray and Chu [] and Ha, Vu, Le, and Hoang [] in terms of solution quality. Although there is no significant difference between SA and HGA on the first FSTSP benchmark dataset, the proposed SA is comparable to HGA and superior to ILS on the second FSTSP benchmark dataset. Furthermore, the proposed SA heuristic obtains more BKSs than both HGA and ILS in the comparative analysis. 
There are some limitations of this study. First, the performance analysis of various solution approaches may be improved. A more comprehensive experiment with more benchmark instances of practical sizes may be conducted to analyze the performance of the proposed SA and other state-of-the-art algorithms for the FSTSP. Second, the effect of the new solution representation scheme and the new operator in the proposed SA algorithm may be further analyzed before the algorithm can be used to solve similar problems or large real-world problems.
Future studies may extend the problem to accommodate new distribution models that utilize more trucks and drones and address other practical considerations such as delivery time windows, mixed fleets of trucks, larger trucks that can carry multiple drones, and larger drones that can deliver multiple packages.
Author Contributions
Conceptualization, V.F.Y. and S.-W.L.; methodology, V.F.Y. and S.-W.L.; validation, P.J. and S.-W.L.; formal analysis, V.F.Y. and S.-W.L.; investigation, V.F.Y. and S.-W.L.; data curation, P.J. and Y.-C.L.; writing—original draft preparation, V.F.Y.; writing—review and editing, V.F.Y., S.-W.L., P.J., and Y.-C.L.; visualization, P.J. and Y.-C.L.; supervision, S.-W.L.; project administration, V.F.Y.; funding acquisition, V.F.Y. and S.-W.L. All authors have read and agreed to the published version of the manuscript.
Funding
The work of the first author was partially supported by the Ministry of Science and Technology of the Republic of China (Taiwan) under Grant MOST 109-2410-H-011-010-MY3 and the Center for Cyber-Physical System Innovation from the Featured Areas Research Center Program within the framework of the Higher Education Sprout Project by the Ministry of Education (MOE) of the Republic of China (Taiwan). The second author is grateful to the Ministry of Science and Technology of the Republic of China (Taiwan) and the Chang Gung Memorial Hospital for financially supporting this research under grants MOST 107-2410-H-182-005-MY2/MOST 109-2410-H-182-009-MY3 and BMRPA19, respectively.
Data Availability Statement
Not applicable.
Acknowledgments
We are grateful to Minh Hoàng Hà of the Operations Research Lab (ORLab), Faculty of Computer Science, Phenika University for providing many helpful comments that improve the quality of this manuscript.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Rougès, J.-F.; Montreuil, B. Crowdsourcing delivery: New interconnected business models to reinvent delivery. In Proceedings of the 1st International Physical Internet Conference, Québec City, QC, Canada, 28–30 May 2014; pp. 1–19. [Google Scholar]
 - Joerss, M.; Schröder, J.; Neuhaus, F.; Klink, C.; Mann, F. Parcel Delivery: The Future of Last Mile. Available online: https://bdkep.de/files/bdkep-dateien/pdf/2016_the_future_of_last_mile.pdf (accessed on 1 August 2023).
 - Tang, L.; Shao, G. Drone remote sensing for forestry research and practices. J. For. Res. 2015, 26, 791–797. [Google Scholar] [CrossRef]
 - Kopaska, J. Drones—A Fisheries Assessment Tool? Fisheries 2014, 39, 319. [Google Scholar] [CrossRef]
 - Veroustraete, F. The rise of the drones in agriculture. EC Agric. 2015, 2, 325–327. [Google Scholar]
 - Oruc, B.E.; Kara, B.Y. Post-disaster assessment routing problem. Transp. Res. Part B Methodol. 2018, 116, 76–102. [Google Scholar] [CrossRef]
 - Rabta, B.; Wankmüller, C.; Reiner, G. A drone fleet model for last-mile distribution in disaster relief operations. Int. J. Disaster Risk Reduct. 2018, 28, 107–112. [Google Scholar] [CrossRef]
 - Barmpounakis, E.N.; Vlahogianni, E.I.; Golias, J.C. Unmanned Aerial Aircraft Systems for transportation engineering: Current practice and future challenges. Int. J. Transp. Sci. Technol. 2016, 5, 111–122. [Google Scholar] [CrossRef]
 - Campbell, J.F.; Corberán, Á.; Plana, I.; Sanchis, J.M. Drone arc routing problems. Networks 2018, 72, 543–559. [Google Scholar] [CrossRef]
 - Li, M.; Zhen, L.; Wang, S.; Lv, W.; Qu, X. Unmanned aerial vehicle scheduling problem for traffic monitoring. Comput. Ind. Eng. 2018, 122, 15–23. [Google Scholar] [CrossRef]
 - Scott, J.; Scott, C. Drone Delivery Models for Healthcare. In Proceedings of the 50th Hawaii International Conference on System Sciences, Hilton Waikoloa Village, HI, USA, 4–7 January 2017. [Google Scholar] [CrossRef]
 - Scott, J.E.; Scott, C.H. Models for drone delivery of medications and other healthcare items. Int. J. Healthc. Inf. Syst. Inform. 2019, 13, 20–34. [Google Scholar] [CrossRef]
 - Wohlsen, M. The Next Big Thing You Missed: Amazon‘s Delivery Drones Could Work—They Just Need Trucks. Available online: https://www.wired.com/2014/06/the-next-big-thing-you-missed-delivery-drones-launched-from-trucks-are-the-future-of-shipping/ (accessed on 1 August 2023).
 - France-Presse, A. Amazon Unveils Futuristic Drone Delivery Plan. Available online: https://www.industryweek.com/supply-chain/article/21961746/amazon-unveils-futuristic-drone-delivery-plan (accessed on 1 August 2023).
 - Cuthbertson, A. Australia Post to Launch Drone Delivery Service. Available online: http://www.newsweek.com/australia-post-drone-delivery-service-drones-449442 (accessed on 13 November 2019).
 - Hern, A. DHL launches first commercial drone ‘parcelcopter’delivery service. Guardian 2014, 25, 2014. [Google Scholar]
 - Heath, N. Project Wing: A Cheat Sheet on Alphabet’s Drone Delivery Project. Available online: https://www.techrepublic.com/article/project-wing-a-cheat-sheet/ (accessed on 1 August 2023).
 - Lithia, F. UPS Tests Residential Delivery via Drone Launched from Atop Package Car. Available online: https://www.pressroom.ups.com/pressroom/ContentDetailsViewer.page (accessed on 1 August 2023).
 - Agatz, N.; Bouman, P.; Schmidt, M. Optimization approaches for the traveling salesman problem with drone. Transp. Sci. 2018, 52, 965–981. [Google Scholar] [CrossRef]
 - Chang, Y.S.; Lee, H.J. Optimal delivery routing with wider drone-delivery areas along a shorter truck-route. Expert Syst. Appl. 2018, 104, 307–317. [Google Scholar] [CrossRef]
 - Jeong, H.Y.; Song, B.D.; Lee, S. Truck-drone hybrid delivery routing: Payload-energy dependency and no-fly zones. Int. J. Prod. Econ. 2019, 214, 220–233. [Google Scholar] [CrossRef]
 - 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]
 - Kitjacharoenchai, P.; Ventresca, M.; Moshref-Javadi, M.; Lee, S.; Tanchoco, J.M.; Brunese, P.A. Multiple traveling salesman problem with drones: Mathematical model and heuristic approach. Comput. Ind. Eng. 2019, 129, 14–30. [Google Scholar] [CrossRef]
 - Poikonen, S.; Golden, B.; Wasil, E.A. A branch-and-bound approach to the traveling salesman problem with a drone. Inf. J. Comput. 2019, 31, 335–346. [Google Scholar] [CrossRef]
 - 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]
 - 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]
 - Dell’Amico, M.; Montemanni, R.; Novellani, S. Drone-assisted deliveries: New formulations for the flying sidekick traveling salesman problem. Optim. Lett. 2021, 15, 1617–1648. [Google Scholar] [CrossRef]
 - Roberti, R.; Ruthmair, M. Exact methods for the traveling salesman problem with drone. Transp. Sci. 2021, 55, 315–335. [Google Scholar] [CrossRef]
 - Schermer, D.; Moeini, M.; Wendt, O. A branch-and-cut approach and alternative formulations for the traveling salesman problem with drone. Networks 2020, 76, 164–186. [Google Scholar] [CrossRef]
 - De Freitas, J.C.; Penna, P.H.V. A randomized variable neighborhood descent heuristic to solve the flying sidekick traveling salesman problem. Electron. Notes Discret. Math. 2018, 66, 95–102. [Google Scholar] [CrossRef]
 - Yurek, E.E.; Ozmutlu, H.C. A decomposition-based iterative optimization algorithm for traveling salesman problem with drone. Transp. Res. Part C Emerg. Technol. 2018, 91, 249–262. [Google Scholar] [CrossRef]
 - De Freitas, J.C.; Penna, P.H.V. A variable neighborhood search for flying sidekick traveling salesman problem. Int. Trans. Oper. Res. 2020, 27, 267–290. [Google Scholar] [CrossRef]
 - 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]
 - Ha, Q.M.; Deville, Y.; Pham, Q.D.; Hà, M.H. A hybrid genetic algorithm for the traveling salesman problem with drone. J. Heuristics 2020, 26, 219–247. [Google Scholar] [CrossRef]
 - Ha, Q.M.; Vu, D.M.; Le, X.T.; Hoang, M.H. The traveling salesman problem with multi-visit drone. J. Comput. Sci. Cybern. 2021, 37, 465–493. [Google Scholar] [CrossRef]
 - Ferrandez, S.M.; Harbison, T.; Weber, T.; Sturges, R.; Rich, R. Optimization of a truck-drone in tandem delivery network using k-means and genetic algorithm. J. Ind. Eng. Manag. 2016, 9, 374–388. [Google Scholar] [CrossRef]
 - 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]
 - Wang, Z.; Sheu, J.-B. Vehicle routing problem with drones. Transp. Res. Part B Methodol. 2019, 122, 350–364. [Google Scholar] [CrossRef]
 - Ulmer, M.W.; Thomas, B.W. Same-day delivery with heterogeneous fleets of drones and vehicles. Networks 2018, 72, 475–505. [Google Scholar] [CrossRef]
 - Schermer, D.; Moeini, M.; Wendt, O. A matheuristic for the vehicle routing problem with drones and its variants. Transp. Res. Part C Emerg. Technol. 2019, 106, 166–204. [Google Scholar] [CrossRef]
 - Schermer, D.; Moeini, M.; Wendt, O. A hybrid VNS/Tabu search algorithm for solving the vehicle routing problem with drones and en route operations. Comput. Oper. Res. 2019, 109, 134–158. [Google Scholar] [CrossRef]
 - Bruni, M.E.; Khodaparasti, S. A variable neighborhood descent matheuristic for the drone routing problem with beehives sharing. Sustainability 2022, 14, 9978. [Google Scholar] [CrossRef]
 - Sah, B.; Gupta, R.; Bani-Hani, D. Analysis of barriers to implement drone logistics. Int. J. Logist. Res. Appl. 2021, 24, 531–550. [Google Scholar] [CrossRef]
 - Chung, S.H.; Sah, B.; Lee, J. Optimization for drone and drone-truck combined operations: A review of the state of the art and future directions. Comput. Oper. Res. 2020, 123, 105004. [Google Scholar] [CrossRef]
 - Pasha, J.; Elmi, Z.; Purkayastha, S.; Fathollahi-Fard, A.M.; Ge, Y.E.; Lau, Y.Y.; Dulebenets, M.A. The drone scheduling problem: A systematic state-of-the-art review. IEEE Trans. Intell. Transp. Syst. 2022, 23, 14224–14247. [Google Scholar] [CrossRef]
 - Daud, S.M.S.M.; Yusof, M.Y.P.M.; Heo, C.C.; Khoo, L.S.; Singh, M.K.C.; Mahmood, M.S.; Nawawi, H. Applications of drone in disaster management: A scoping review. Sci. Justice 2022, 62, 30–42. [Google Scholar] [CrossRef]
 - Kirkpatrick, S.; Gelatt Jr, C.D.; Vecchi, M.P. Optimization by simulated annealing. Science 1983, 220, 671–680. [Google Scholar] [CrossRef]
 - Metropolis, N.; Rosenbluth, A.W.; Rosenbluth, M.N.; Teller, A.H.; Teller, E. Equation of state calculations by fast computing machines. J. Chem. Phys. 1953, 21, 1087–1092. [Google Scholar] [CrossRef]
 - Alfaro-Ayala, J.A.; López-Núñez, O.A.; Gómez-Castro, F.; Ramírez-Minguela, J.; Uribe-Ramírez, A.; Belman-Flores, J.; Cano-Andrade, S. Optimization of a solar collector with evacuated tubes using the simulated annealing and computational fluid dynamics. Energy Convers. Manag. 2018, 166, 343–355. [Google Scholar] [CrossRef]
 - Ferreira, K.M.; de Queiroz, T.A. Two effective simulated annealing algorithms for the location-routing problem. Appl. Soft Comput. 2018, 70, 389–422. [Google Scholar] [CrossRef]
 - Lin, S.-W.; Yu, V.F. Solving the team orienteering problem with time windows and mandatory visits by multi-start simulated annealing. Comput. Ind. Eng. 2017, 114, 195–205. [Google Scholar] [CrossRef]
 - Matai, R. Solving multi objective facility layout problem by modified simulated annealing. Appl. Math. Comput. 2015, 261, 302–311. [Google Scholar] [CrossRef]
 - Pérez-Sánchez, M.; Sánchez-Romero, F.J.; López-Jiménez, P.A.; Ramos, H.M. PATs selection towards sustainability in irrigation networks: Simulated annealing as a water management tool. Renew. Energy 2018, 116, 234–249. [Google Scholar] [CrossRef]
 - Milenkovic, M.; Milosavljevic, N.; Bojovic, N.; Val, S. Container flow forecasting through neural networks based on metaheuristics. Oper. Res. 2021, 21, 965–997. [Google Scholar] [CrossRef]
 - Abdeljaoued, M.A.; Saadani, N.E.; Bahroun, Z. Heuristic and metaheuristic approaches for parallel machine scheduling under resource constraints. Oper. Res. 2020, 20, 2109–2132. [Google Scholar] [CrossRef]
 
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.  | 
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).