Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Automated Large-scale CVRP Solver Design via LLM-assisted Flexible MCTS

About

Solving large-scale CVRP (LSCVRP) with hundreds to thousands of nodes remains difficult for even state-of-the-art solvers. Divide-and-conquer can scale by decomposing the instance into size-reduced subproblems, but designing decomposition logic and configuring sub-solvers is highly expertise- and labor-intensive. Large Language Models (LLMs) have emerged as promising tools for automated algorithm design. However, existing LLM-driven approaches struggle with LSCVRP primarily due to the difficulty in generating sophisticated search strategies within a limited context window. To bridge this gap, we propose the LLM-assisted Flexible Monte Carlo Tree Search (LaF-MCTS), a novel framework that automates the design of high-performance LSCVRP solvers. We develop a three-tier decision hierarchy to enable incremental design of decomposition policies and sub-solvers for LSCVRP. To enable efficient search within the algorithmic hypothesis space, we introduce semantic pruning to eliminate semantically and structurally redundant codes, and branch regrowth to regenerate codes and preserve diversity. Extensive experiments on CVRPLib demonstrate that LaF-MCTS autonomously composes and optimizes decomposition-enhanced solvers that surpasses various state-of-the-art CVRP solvers.

Tong Guo, Caishun Chen, Yew Soon Ong• 2026

Related benchmarks

TaskDatasetResultRank
Capacitated Vehicle Routing ProblemCVRPLib
Objective Value2.57e+4
13
Capacitated Vehicle Routing ProblemCVRPLib (N ∈ [200, 400))
Total Cost4.77e+4
13
Capacitated Vehicle Routing ProblemCVRPLib N ∈ [400, 600)
Total Cost8.33e+4
13
Capacitated Vehicle Routing ProblemCVRPLib N ∈ [600, 800)
Objective Value8.69e+4
13
Capacitated Vehicle Routing ProblemCVRPLib N ∈ [800, 1000]
Objective Value1.29e+5
13
Capacitated Vehicle Routing ProblemCVRPLib Overall
BC74
13
Showing 6 of 6 rows

Other info

Follow for update