A faster heuristic for the Traveling Salesman Problem with Drone
Pedro H. D. B. Hokama, Carla N. Lintzmayer, M\'ario C. San Felice

TL;DR
This paper introduces a new heuristic for the Flying Sidekick Traveling Salesman Problem that significantly speeds up computation by leveraging the Lazy Drone Property, making it more scalable for larger delivery instances.
Contribution
The paper presents the Lazy Drone Property and an associated algorithm, reducing runtime and complexity for solving the FSTSP with a drone and truck.
Findings
Algorithm is over 84 times faster than previous methods.
Performance scales linearly with the number of customers.
Effectively decreases runtime for large instances.
Abstract
Given a set of customers, the Flying Sidekick Traveling Salesman Problem (FSTSP) consists of using one truck and one drone to perform deliveries to them. The drone is limited to delivering to one customer at a time, after which it returns to the truck, from where it can be launched again. The goal is to minimize the time required to service all customers and return both vehicles to the depot. In the literature, we can find heuristics for this problem that follow the order-first split-second approach: find a Hamiltonian cycle h with all customers, and then remove some customers to be handled by the drone while deciding from where the drone will be launched and where it will be retrieved. Indeed, they optimally solve the h-FSTSP, which is a variation that consists of solving the FSTSP while respecting a given initial cycle h. We present the Lazy Drone Property, which guarantees that only…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Optimization and Search Problems · Vehicle Routing Optimization Methods
