English

Approximation Algorithms for Drone Delivery Packing Problem

Data Structures and Algorithms 2022-08-31 v1

Abstract

Recent advancements in unmanned aerial vehicles, also known as drones, have motivated logistics to use drones for multiple operations. Collaboration between drones and trucks in a last-mile delivery system has numerous benefits and reduces a number of challenges. In this paper, we introduce \textit{drone-delivery packing problem} (DDP), where we have a set of deliveries and respective customers with their prescribed locations, delivery time intervals, associated cost for deliveries, and a set of drones with identical battery budgets. The objective of the DDP is to find an assignment for all deliveries to the drones by using the minimum number of drones subject to the battery budget and compatibility of the assignment of each drone. We prove that DDP is NP-Hard and formulate the integer linear programming (ILP) formulation for it. We proposed two greedy approximation algorithms for DDP. The first algorithm uses at most 2OPT+(Δ+1)2OPT + (\Delta + 1) drones. The second algorithm uses at most 2OPT+ω2OPT + \omega drones, where OPT is the optimum solution for DDP, ω\omega is the maximum clique size, and Δ\Delta is the maximum degree of the interval graph GG constructed from the delivery time intervals.

Keywords

Cite

@article{arxiv.2208.14304,
  title  = {Approximation Algorithms for Drone Delivery Packing Problem},
  author = {Saswata Jana and Partha Sarathi Mandal},
  journal= {arXiv preprint arXiv:2208.14304},
  year   = {2022}
}
R2 v1 2026-06-28T00:24:45.878Z