🌙

VRPSolverEasy:一个用于求解丰富车辆路径问题的精确解的Python库

VRPSolverEasy: A Python Library for the Exact Solution of a Rich Vehicle Routing Problem

INFORMS journal on computing · 2023
被引 14 · 同刊同年前 10%
人大 BUTD24ABS 3

中文导读

VRPSolverEasy为VRPSolver提供了Python接口,无需混合整数规划建模知识,通过仓库、客户、链接和车辆类型等熟悉元素定义路径问题,可处理多种流行VRP变体及其任意组合。

Abstract

The optimization community has made significant progress in solving vehicle routing problems (VRPs) to optimality using sophisticated branch-cut-and-price (BCP) algorithms. VRPSolver is a BCP algorithm with excellent performance in many VRP variants. However, its complex underlying mathematical model makes it hardly accessible to routing practitioners. To address this, VRPSolverEasy provides a Python interface to VRPSolver that does not require any knowledge of mixed integer programming modeling. Instead, routing problems are defined in terms of familiar elements, such as depots, customers, links, and vehicle types. VRPSolverEasy can handle several popular VRP variants and arbitrary combinations of them. History: Accepted by Ted Ralphs, Area Editor for Software Tools. This paper has been accepted for the INFORMS Journal on Computing Special Issue on Software Tools for Vehicle Routing. Funding: This work was supported by Faperj [Grant E-26/202.887/2017] and Conselho Nacional de Desenvolvimento Científico e Tecnológico [Grant 305684/2022-1]. Supplemental Material: The software that supports the findings of this study is available within the paper and its Supplemental Information ( https://pubsonline.informs.org/doi/suppl/10.1287/ijoc.2023.0103 ) as well as from the IJOC GitHub software repository ( https://github.com/INFORMSJoC/2023.0103 ). The complete IJOC Software and Data Repository is available at https://informsjoc.github.io/ .

车辆路径问题运筹学整数规划Python库软件工具