Learning Lagrangian Multipliers for the Travelling Salesman Problem
Augustin Parjadis, Quentin Cappart, Bistra Dilkina, Aaron Ferber,, Louis-Martin Rousseau

TL;DR
This paper introduces a novel unsupervised graph neural network approach to efficiently generate Lagrangian multipliers for the TSP, improving bounds and reducing computation time in optimization algorithms.
Contribution
It presents a new method using graph neural networks to predict Lagrangian multipliers, enhancing the Held-Karp relaxation process for the TSP.
Findings
Improves filtering of the weighted circuit constraint
Reduces optimality gap by a factor of two for some instances
Decreases execution time by 10% for solved instances
Abstract
Lagrangian relaxation is a versatile mathematical technique employed to relax constraints in an optimization problem, enabling the generation of dual bounds to prove the optimality of feasible solutions and the design of efficient propagators in constraint programming (such as the weighted circuit constraint). However, the conventional process of deriving Lagrangian multipliers (e.g., using subgradient methods) is often computationally intensive, limiting its practicality for large-scale or time-sensitive problems. To address this challenge, we propose an innovative unsupervised learning approach that harnesses the capabilities of graph neural networks to exploit the problem structure, aiming to generate accurate Lagrangian multipliers efficiently. We apply this technique to the well-known Held-Karp Lagrangian relaxation for the travelling salesman problem. The core idea is to predict…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Constraint Satisfaction and Optimization · Vehicle Routing Optimization Methods
