paper-with-me

Papers

ARS: Automatic Routing Solver with Large Language Models

2025-02-21 · Kai Li, Fei Liu, Zhenkun Wang, Xialiang Tong, Xiongwei Han, Mingxuan Yuan, Qingfu Zhang

Real-world Vehicle Routing Problems (VRPs) are characterized by a variety of practical constraints, making manual solver design both knowledge-intensive and time-consuming. Although there is increasing interest in automating the design of routing algorithms, existing research has explored only a limited array of VRP variants and fails to adequately address the complex and prevalent constraints encountered in real-world situations. To fill this gap, this paper introduces RoutBench, a benchmark of 1,000 VRP variants derived from 24 attributes, for evaluating the effectiveness of automatic routing solvers in addressing complex constraints. Along with RoutBench, we present the Automatic Routing Solver (ARS), which employs Large Language Model (LLM) agents to enhance a backbone algorithm framework by automatically generating constraint-aware heuristic code, based on problem descriptions and several representative constraints selected from a database. Our experiments show that ARS outperforms state-of-the-art LLM-based methods and commonly used solvers, automatically solving 91.67% of common VRPs and achieving at least a 30% improvement across all benchmarks.

📄 PDF Abstract BibTeX arXiv:2502.15359

Code (1)

Ahalikai/ARS-Routbench 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Enhancing CVRP Solver through LLM-driven Automatic Heuristic Design

2026-02-26 · Zhuoliang Xie, Fei Liu, Zhenkun Wang, Qingfu Zhang arxiv

The Capacitated Vehicle Routing Problem (CVRP), a fundamental combinatorial optimization challenge, focuses on optimizing fleet operations under vehicle capacity constraints. While extensively studied in operational rese…

Computational Efficiency

Multi-Objective Infeasibility Diagnosis for Routing Problems Using Large Language Models

2025-08-05 · Kai Li, Ruihao Zheng, Xinye Hao, Zhenkun Wang arxiv

In real-world routing problems, users often propose conflicting or unreasonable requirements, which result in infeasible optimization models due to overly restrictive or contradictory constraints, leading to an empty fea…

Distance-aware Attention Reshaping: Enhance Generalization of Neural Solver for Large-scale Vehicle Routing Problems

2024-01-13 · Yang Wang, Ya-Hui Jia, Wei-neng Chen, Yi Mei

Neural solvers based on attention mechanism have demonstrated remarkable effectiveness in solving vehicle routing problems. However, in the generalization process from small scale to large scale, we find a phenomenon of …

Rethinking Constraint Awareness for Efficient State Embedding of Neural Routing Solver

2026-05-11 · Canhong Yu, Changliang Zhou, Rongsheng Chen, Zhenkun Wang 외 arxiv

Heavy-Encoder-Light-Decoder (HELD) neural routing solvers have emerged as a promising paradigm due to their broad applicability across multiple vehicle routing problems (VRPs). However, they typically struggle with VRP v…

Learning Large Neighborhood Search for Vehicle Routing in Airport Ground Handling

2023-02-27 · Jianan Zhou, Yaoxin Wu, Zhiguang Cao, Wen Song 외

Dispatching vehicle fleets to serve flights is a key task in airport ground handling (AGH). Due to the notable growth of flights, it is challenging to simultaneously schedule multiple types of operations (services) for a…

Combinatorial OptimizationImitation LearningMetaheuristic OptimizationScheduling