Enhanced Approximation Algorithms for the Capacitated Location Routing Problem
Jingyang Zhao, Mingyu Xiao, Shunwang Wang
TL;DR
This work advances the Capacitated Location Routing Problem (CLR) by introducing two approximation schemes. Tree-Alg achieves a $4.169$-approximation for both unsplittable and splittable CLR, while Path-Alg attains a refined $4.091$-approximation for splittable CLR, each supported by novel lower bounds and reductions to UFL. The authors develop an α-parameterized framework and leverage constrained spanning forests and path-packings to tighten guarantees, complemented by extensive experiments on 45 CLR benchmarks showing practical improvements over the prior $4.38$-approximation and proximity to optimal solutions. Collectively, the results advance both theoretical bounds and empirical performance for CLR and point to future refinements for related location-routing variants.
Abstract
The Capacitated Location Routing Problem is an important planning and routing problem in logistics, which generalizes the capacitated vehicle routing problem and the uncapacitated facility location problem. In this problem, we are given a set of depots and a set of customers where each depot has an opening cost and each customer has a demand. The goal is to open some depots and route capacitated vehicles from the opened depots to satisfy all customers' demand, while minimizing the total cost. In this paper, we propose a $4.169$-approximation algorithm for this problem, improving the best-known $4.38$-approximation ratio. Moreover, if the demand of each customer is allowed to be delivered by multiple tours, we propose a more refined $4.091$-approximation algorithm. Experimental study on benchmark instances shows that the quality of our computed solutions is better than that of the previous algorithm and is also much closer to optimality than the provable approximation factor.
