Towards Efficient Constraint Handling in Neural Solvers for Routing Problems
Jieyi Bi, Zhiguang Cao, Jianan Zhou, Wen Song, Yaoxin Wu, Jie Zhang, Yining Ma, Cathy Wu

TL;DR
This paper introduces Construct-and-Refine (CaR), a novel neural routing solver framework that explicitly learns to handle complex constraints efficiently, outperforming existing methods in feasibility and solution quality.
Contribution
CaR is the first general, efficient constraint-handling framework for neural routing problems using explicit feasibility refinement and shared representations.
Findings
CaR achieves higher feasibility and solution quality.
CaR is more efficient, requiring fewer improvement steps.
CaR outperforms classical and neural state-of-the-art solvers.
Abstract
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…
Peer Reviews
Decision·ICLR 2026 Poster
1. The paper is highly mature, with extensive experiments covering multiple VRP variants (TSPTW, CVRPBLTW, CVRP, TSPDL), scales, and constraint settings. The implementation details are thorough, including hyperparameters, baseline adaptations, and reproducibility measures. 2. The paper provides detailed ablations validating key components, e.g., joint training, diversity loss, shared representations, and their individual impacts on performance. These analyses offer valuable insights into unders
The technical contribution of this paper is limited. Although it addresses important constrained problems, CaR primarily adapts the existing construct-and-refine framework (e.g., NCS) to constrained domains. The shared representation and lightweight refinement design are incremental and do not introduce fundamentally novel ideas.
(1) The paper is well-written and clearly structured. (2) The paper tackles a critical problem. The failure of NCO solvers to handle complex constraints is arguably the barrier to their practical adoption. (3) The experimental evaluation is comprehensive, demonstrating strong results on different VRPs with hard constraints.
(1) This paper proposes CaR to efficiently handle complex constraints in VRPs and subsequently produce high-quality solutions. However, the core contribution appears to combine PIP and existing hybrid methods (LCP and NCS) for solving hard-constrained VRPs. (2) The idea of combining construction and improvement is not new. NCS also employs a joint training paradigm with a shared component. The distinction of the joint training paradigm is not strong. (3) What is the fundamental difference bet
- This paper is well-motivated. It addresses a fundamental challenge in neural combinatorial optimization (NCO) — effectively satisfying hard constraints such as time windows constraints. This limitation has been a core weakness of existing NCO solvers, and this paper clearly explains the importance of effectively handling such constraints. - The proposed approach is conceptually sound. Introducing an explicit feasibility refinement module to recover infeasible solutions is a natural and intuiti
While the paper’s empirical contributions are strong, there is no theoretical discussion of why the joint learning of construction and refinement works well. In particular, questions regarding learnability, convergence, or generalization bound of the proposed method remain open. Formal analysis would strengthen the work’s long-term impact.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Advanced Multi-Objective Optimization Algorithms · Vehicle Routing Optimization Methods
