Lagrangian Relaxation Score-based Generation for Mixed Integer linear Programming
arXiv cs.LG / 2026/3/26
📰 ニュースSignals & Early TrendsIdeas & Deep AnalysisModels & Research
要点
- The paper introduces SRG, a generative predict-and-search framework for mixed-integer linear programming that uses Lagrangian relaxation to guide sampling toward feasible and near-optimal solutions.
- SRG replaces deterministic single-point predictions with diverse generation via Lagrangian relaxation-guided stochastic differential equations (SDEs), aiming to reduce the need for extensive downstream search.
- It incorporates convolutional kernels to model inter-variable dependencies, producing candidate solutions that form compact, effective trust-region subproblems for standard MILP solvers.
- Experiments on multiple public MILP benchmarks show SRG outperforms existing machine-learning baselines in solution quality.
- The method demonstrates zero-shot transfer to unseen cross-scale instances, achieving competitive optimality with strong reductions in computational overhead versus state-of-the-art exact solvers.