🌙

一种求解可拆分取送货单车车辆路径问题的新精确算法

A New Exact Algorithm for Single-Commodity Vehicle Routing with Split Pickups and Deliveries

INFORMS journal on computing · 2023
被引 7
人大 BUTD24ABS 3

中文导读

提出一种新的分支定价切割精确算法,求解可拆分取送货的单商品车辆路径问题,该问题常见于共享单车等库存再平衡场景,算法显著缩短了求解时间并解决了多个未解算例。

Abstract

We present a new exact algorithm to solve a challenging vehicle routing problem with split pickups and deliveries, named as the single-commodity split-pickup and split-delivery vehicle routing problem (SPDVRP). In the SPDVRP, any amount of a product collected from a pickup customer can be supplied to any delivery customer, and the demand of each customer can be collected or delivered multiple times by the same or different vehicles. The vehicle fleet is homogeneous with limited capacity and maximum route duration. This problem arises regularly in inventory and routing rebalancing applications, such as in bike-sharing systems, where bikes must be rebalanced over time such that the appropriate number of bikes and open docks are available to users. The solution of the SPDVRP requires determining the number of visits to each customer, the relevant portions of the demands to be collected from or delivered to the customers, and the routing of the vehicles. These three decisions are intertwined, contributing to the hardness of the problem. Our new exact algorithm for the SPDVRP is a branch-price-and-cut algorithm based on a pattern-based mathematical formulation. The SPDVRP relies on a novel label-setting algorithm used to solve the pricing problem associated with the pattern-based formulation, where the label components embed reduced cost functions, unlike those classical components that embed delivered or collected quantities, thus significantly reducing the dimension of the corresponding state space. Extensive computational results on different classes of benchmark instances illustrate that the newly proposed exact algorithm solves several open SPDVRP instances and significantly improves the running times of state-of-the-art algorithms. History: Accepted by Andrea Lodi, Area Editor for Design and Analysis of Algorithms–Discrete. Funding: This work was supported by the National Natural Science Foundation of China [Grants 72222011, 71971090, 71821001, 72171112], by the Young Elite Scientists Sponsorship Program by CAST [Grant 2019QNRC001], and by the Research Grants Council of Hong Kong SAR, China [Grant 15221619]. Supplemental Material: The e-companion is available at https://doi.org/10.1287/ijoc.2022.1249 .

车辆路径问题精确算法分支定价切割库存与路径再平衡共享单车系统