English

Improved Approximation Algorithms for Capacitated Vehicle Routing with Fixed Capacity

Data Structures and Algorithms 2025-07-08 v3

Abstract

The Capacitated Vehicle Routing Problem (CVRP) is one of the most extensively studied problems in combinatorial optimization. Based on customer demand, we distinguish three variants of CVRP: unit-demand, splittable, and unsplittable. In this paper, we consider kk-CVRP in general metrics and on general graphs, where kk is the vehicle capacity. All three versions are APX-hard for any fixed k3k\geq3. Assume that the approximation ratio of metric TSP is 32\frac{3}{2}. We present a (52Θ(1k))(\frac{5}{2}-\Theta(\frac{1}{\sqrt{k}}))-approximation algorithm for the splittable and unit-demand cases, and a (52+ln2Θ(1k))(\frac{5}{2}+\ln2-\Theta(\frac{1}{\sqrt{k}}))-approximation algorithm for the unsplittable case. Our approximation ratio is better than the previous results when kk is less than a sufficiently large value, approximately 1.7×1071.7\times10^7. For small values of kk, we design independent and elegant algorithms with further improvements. For the splittable and unit-demand cases, we improve the approximation ratio from 1.7921.792 to 1.5001.500 for k=3k=3, and from 1.7501.750 to 1.5001.500 for k=4k=4. For the unsplittable case, we improve the approximation ratio from 1.7921.792 to 1.5001.500 for k=3k=3, from 2.0512.051 to 1.7501.750 for k=4k=4, and from 2.2492.249 to 2.1572.157 for k=5k=5. The approximation ratio for k=3k=3 surprisingly achieves the same value as in the splittable case. Our techniques, such as EX-ITP -- an extension of the classic ITP method, have the potential to improve algorithms for other routing problems as well.

Keywords

Cite

@article{arxiv.2210.16534,
  title  = {Improved Approximation Algorithms for Capacitated Vehicle Routing with Fixed Capacity},
  author = {Jingyang Zhao and Mingyu Xiao},
  journal= {arXiv preprint arXiv:2210.16534},
  year   = {2025}
}

Comments

To appear in MFCS 2025

R2 v1 2026-06-28T04:45:47.083Z