English

Parameterized Complexity of Vehicle Routing

Computational Complexity 2026-05-01 v1 Data Structures and Algorithms

Abstract

The Vehicle Routing Problem (VRP) is a popular generalization of the Traveling Salesperson Problem. Instead of one salesperson traversing the entire weighted, undirected graph GG, there are kk vehicles available to jointly cover the set of clients CV(G)C \subseteq V(G). Every vehicle must start at one of the depot vertices DV(G)D \subseteq V(G) and return to its start. Capacitated Vehicle Routing (CVRP) additionally restricts the route of each vehicle by limiting the number of clients it can cover, the distance it can travel, or both. In this work, we study the complexity of VRP and the three variants of CVRP for several parameterizations, in particular focusing on the treewidth of GG. We present an FPT algorithm for VRP parameterized by treewidth. For CVRP, we prove paraNP- and W[]W[\cdot]-hardness for various parameterizations, including treewidth, thereby rendering the existence of FPT algorithms unlikely. In turn, we provide an XP algorithm for CVRP when parameterized by both treewidth and the vehicle capacity.

Keywords

Cite

@article{arxiv.2509.10361,
  title  = {Parameterized Complexity of Vehicle Routing},
  author = {Michelle Döring and Jan Fehse and Tobias Friedrich and Paula Marten and Niklas Mohrin and Kirill Simonov and Farehe Soheil and Jakob Timm and Shaily Verma},
  journal= {arXiv preprint arXiv:2509.10361},
  year   = {2026}
}

Comments

IPEC 2025

R2 v1 2026-07-01T05:33:42.985Z