Neural Embedded Mixed-Integer Optimization for Location-Routing Problems
Waquar Kaleem, Doyoung Lee, Changhyun Kwon, Anirudh Subramanyam

TL;DR
This paper introduces a neural network-based surrogate model embedded in mixed-integer optimization to efficiently solve large-scale location-routing problems, achieving high solution quality with significant speedups.
Contribution
It presents a novel neural embedded framework that approximates routing costs for the CLRP, enabling fast and high-quality solutions without overfitting to test instances.
Findings
Achieves 2x to 120x speedup over state-of-the-art heuristics.
Median gap of 1% compared to solutions requiring over four hours.
Handles instances with up to 600 customers and 30 depots efficiently.
Abstract
We present a novel framework that combines machine learning with mixed-integer optimization to solve the Capacitated Location-Routing Problem (CLRP). The CLRP is a classical NP-hard problem that integrates strategic facility location with operational vehicle routing decisions, aiming to minimize the sum of fixed and variable costs. The proposed method trains a neural network to approximate the optimal cost of a Capacitated Vehicle Routing Problem (CVRP) for serving any subset of customers from a candidate facility. Crucially, the neural network is trained on an independently generated dataset of CVRP instances from the literature, entirely separate from any CLRP test instances, thereby avoiding the overfitting and information leakage that can affect learning-based methods. The trained network is then embedded as a surrogate within a mixed-integer optimization model for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Manufacturing and Logistics Optimization · Optimization and Packing Problems · Industrial Technology and Control Systems
