paper-with-me

홈 › Papers

Towards Efficient Constraint Handling in Neural Solvers for Routing Problems

2026-02-17 · Jieyi Bi, Zhiguang Cao, Jianan Zhou, Wen Song, Yaoxin Wu, Jie Zhang, Yining Ma, Cathy Wu arxiv

Neural solvers have achieved impressive progress in addressing simple routing problems, particularly excelling in computational efficiency. However, their advantages under complex constraints remain nascent, for which current constraint-handling schemes via feasibility masking or implicit feasibility awareness can be inefficient or inapplicable for hard constraints. In this paper, we present Construct-and-Refine (CaR), the first general and efficient constraint-handling framework for neural routing solvers based on explicit learning-based feasibility refinement. Unlike prior construction-search hybrids that target reducing optimality gaps through heavy improvements yet still struggle with hard constraints, CaR achieves efficient constraint handling by designing a joint training framework that guides the construction module to generate diverse and high-quality solutions well-suited for a lightweight improvement process, e.g., 10 steps versus 5k steps in prior work. Moreover, CaR presents the first use of construction-improvement-shared representation, enabling potential knowledge sharing across paradigms by unifying the encoder, especially in more complex constrained scenarios. We evaluate CaR on typical hard routing constraints to showcase its broader applicability. Results demonstrate that CaR achieves superior feasibility, solution quality, and efficiency compared to both classical and neural state-of-the-art solvers.

📄 PDF Abstract BibTeX arXiv:2602.16012

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

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…

ARS: Automatic Routing Solver with Large Language Models

2025-02-21 · Kai Li, Fei Liu, Zhenkun Wang, Xialiang Tong 외

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 automa…

Language ModelingLanguage ModellingLarge Language Model

LinSATNet: The Positive Linear Satisfiability Neural Networks

2024-07-18 · Runzhong Wang, Yunhao Zhang, Ziao Guo, Tianyi Chen 외

Encoding constraints into neural networks is attractive. This paper studies how to introduce the popular positive linear satisfiability to neural networks. We propose the first differentiable satisfiability layer based o…

Graph Matching

EGAM: Extended Graph Attention Model for Solving Routing Problems

2026-01-29 · Licheng Wang, Yuzi Yan, Mingtao Huang, Yuan Shen arxiv

Neural combinatorial optimization (NCO) solvers, implemented with graph neural networks (GNNs), have introduced new approaches for solving routing problems. Trained with reinforcement learning (RL), the state-of-the-art …

Reinforcement Learning

Constraints Matrix Diffusion based Generative Neural Solver for Vehicle Routing Problems

2026-03-08 · Zhenwei Wang, Tiehua Zhang, Ning Xue, Ender Ozcan 외 arxiv

Over the past decade, neural network solvers powered by generative artificial intelligence have garnered significant attention in the domain of vehicle routing problems (VRPs), owing to their exceptional computational ef…

Computational EfficiencyRepresentation LearningReinforcement Learning