English

Improved Approximations for CVRP with Unsplittable Demands

Data Structures and Algorithms 2021-11-17 v1

Abstract

In this paper, we present improved approximation algorithms for the (unsplittable) Capacitated Vehicle Routing Problem (CVRP) in general metrics. In CVRP, introduced by Dantzig and Ramser (1959), we are given a set of points (clients) VV together with a depot rr in a metric space, with each vVv\in V having a demand dv>0d_v>0, and a vehicle of bounded capacity QQ. The goal is to find a minimum cost collection of tours for the vehicle, each starting and ending at the depot, such that each client is visited at least once and the total demands of the clients in each tour is at most QQ. In the unsplittable variant we study, the demand of a node must be served entirely by one tour. We present two approximation algorithms for unsplittable CVRP: a combinatorial (α+1.75)(\alpha+1.75)-approximation, where α\alpha is the approximation factor for the Traveling Salesman Problem, and an approximation algorithm based on LP rounding with approximation guarantee α+ln(2)+δ3.194+δ\alpha+\ln(2) + \delta \approx 3.194 + \delta in nO(1/δ)n^{O(1/\delta)} time. Both approximations can further be improved by a small amount when combined with recent work by Blauth, Traub, and Vygen (2021), who obtained an (α+2(1ϵ))(\alpha + 2\cdot (1 -\epsilon))-approximation for unsplittable CVRP for some constant ϵ\epsilon depending on α\alpha (ϵ>1/3000\epsilon > 1/3000 for α=1.5\alpha = 1.5).

Cite

@article{arxiv.2111.08138,
  title  = {Improved Approximations for CVRP with Unsplittable Demands},
  author = {Zachary Friggstad and Ramin Mousavi and Mirmahdi Rahgoshay and Mohammad R. Salavatipour},
  journal= {arXiv preprint arXiv:2111.08138},
  year   = {2021}
}
R2 v1 2026-06-24T07:39:46.216Z