English

Multidepot Capacitated Vehicle Routing with Improved Approximation Guarantees

Data Structures and Algorithms 2024-04-18 v3

Abstract

The Multidepot Capacitated Vehicle Routing Problem (MCVRP) is a well-known variant of the classic Capacitated Vehicle Routing Problem (CVRP), where we need to route capacitated vehicles located in multiple depots to serve customers' demand such that each vehicle must return to the depot it starts, and the total traveling distance is minimized. There are three variants of MCVRP according to the property of the demand: unit-demand, splittable and unsplittable. We study approximation algorithms for kk-MCVRP in metric graphs, where kk is the capacity of each vehicle. The best-known approximation ratios for the three versions are 4Θ(1/k)4-\Theta(1/k), 4Θ(1/k)4-\Theta(1/k), and 44, respectively. We give a (41/1500)(4-1/1500)-approximation algorithm for unit-demand and splittable kk-MCVRP, and a (41/50000)(4-1/50000)-approximation algorithm for unsplittable kk-MCVRP. When kk is a fixed integer, we give a (3+ln2max{Θ(1/k),1/9000})(3+\ln2-\max\{\Theta(1/\sqrt{k}),1/9000\})-approximation algorithm for the splittable and unit-demand cases, and a (3+ln2Θ(1/k))(3+\ln2-\Theta(1/\sqrt{k}))-approximation algorithm for the unsplittable case.

Keywords

Cite

@article{arxiv.2308.14131,
  title  = {Multidepot Capacitated Vehicle Routing with Improved Approximation Guarantees},
  author = {Jingyang Zhao and Mingyu Xiao},
  journal= {arXiv preprint arXiv:2308.14131},
  year   = {2024}
}

Comments

A preliminary version of this article was presented at COCOON 2023

R2 v1 2026-06-28T12:05:26.866Z