Optimization of Multi-Agent Flying Sidekick Traveling Salesman Problem over Road Networks
Chuchu Fan, Ruixiao Yang
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:51:33 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/optimization-of-multi-agent-flying-sidekick-traveling-salesm.pdf
Summary
This paper introduces the Multi-Agent Flying Sidekick Traveling Salesman Problem (MA-FSTSP), an extension of FSTSP that models multiple trucks, each with multiple drones, operating over real road networks. The core idea is a novel three-phase algorithm: first, customers are partitioned into truck groups using a set-based distance heuristic; second, initial truck routes are determined via a Set TSP formulation; and third, drone deployment patterns are optimized using dynamic programming. The main empirical claim is that this method achieves over 30% cost reduction compared to existing approaches and scales effectively to problems with up to 150 customers within a 20-minute computational time-bound on real-world road networks.
Problem
The paper addresses several bottlenecks in existing truck-drone delivery systems:
- Simplified operational environments: Previous models like FSTSP assume a single truck-drone pair operating on a fully connected graph, which does not capture real-world complexities.
- : Early models restricted drones to taking actions only at customer nodes, simplifying path-finding.