paper-with-me

Papers

Divide-and-Conquer Large Scale Capacitated Arc Routing Problems with Route Cutting Off Decomposition

2019-12-29 · Yuzhou Zhang, Yi Mei, Buzhong Zhang, Keqin Jiang

The capacitated arc routing problem is a very important problem with many practical applications. This paper focuses on the large scale capacitated arc routing problem. Traditional solution optimization approaches usually fail because of their poor scalability. The divide-and-conquer strategy has achieved great success in solving large scale optimization problems by decomposing the original large problem into smaller sub-problems and solving them separately. For arc routing, a commonly used divide-and-conquer strategy is to divide the tasks into subsets, and then solve the sub-problems induced by the task subsets separately. However, the success of a divide-and-conquer strategy relies on a proper task division, which is non-trivial due to the complex interactions between the tasks. This paper proposes a novel problem decomposition operator, named the route cutting off operator, which considers the interactions between the tasks in a sophisticated way. To examine the effectiveness of the route cutting off operator, we integrate it with two state-of-the-art divide-and-conquer algorithms, and compared with the original counterparts on a wide range of benchmark instances. The results show that the route cutting off operator can improve the effectiveness of the decomposition, and lead to significantly better results especially when the problem size is very large and the time budget is very tight.

📄 PDF Abstract BibTeX arXiv:1912.12667

Code (0)

등록된 구현이 없습니다.

Tasks

ARCProblem Decomposition

Similar Papers 제목 키워드 기반

OD-DEAL: Dynamic Expert-Guided Adversarial Learning with Online Decomposition for Scalable Capacitated Vehicle Routing

2026-01-31 · Dongbin Jiao, Zisheng Chen, Xianyi Wang, Jintao Shi 외 arxiv

Solving large-scale capacitated vehicle routing problems (CVRP) is hindered by the high complexity of heuristics and the limited generalization of neural solvers on massive graphs. We propose OD-DEAL, an adversarial lear…

Knowledge Distillation

Hybridising Reinforcement Learning and Heuristics for Hierarchical Directed Arc Routing Problems

2025-01-01 · Van Quang Nguyen, Quoc Chuong Nguyen, Thu Huong Dang, Truong-Son Hy

The Hierarchical Directed Capacitated Arc Routing Problem (HDCARP) is an extension of the Capacitated Arc Routing Problem (CARP), where the arcs of a graph are divided into classes based on their priority. The traversal …

ARCreinforcement-learningReinforcement LearningReinforcement Learning (RL)

UDC: A Unified Neural Divide-and-Conquer Framework for Large-Scale Combinatorial Optimization Problems

2024-06-29 · Zhi Zheng, Changliang Zhou, Tong Xialiang, Mingxuan Yuan 외

Single-stage neural combinatorial optimization solvers have achieved near-optimal results on various small-scale combinatorial optimization (CO) problems without requiring expert knowledge. However, these solvers exhibit…

Combinatorial OptimizationGraph Neural Network

Hierarchical Learning-based Graph Partition for Large-scale Vehicle Routing Problems

2025-02-12 · Yuxin Pan, Ruohong Liu, Yize Chen, Zhiguang Cao 외

Neural solvers based on the divide-and-conquer approach for Vehicle Routing Problems (VRPs) in general, and capacitated VRP (CVRP) in particular, integrates the global partition of an instance with local constructions fo…

Reinforcement Learning (RL)

Rewriting by Generating: Learn Heuristics for Large-scale Vehicle Routing Problems

2021-01-01 · Hansen Wang, Zefang Zong, Tong Xia, Shuyu Luo 외

The large-scale vehicle routing problem is defined based on the classical VRP with usually more than one thousand customers. It is of great importance to find an efficient and high-qualified solution. However, current al…