CoCo-MILP: Inter-Variable Contrastive and Intra-Constraint Competitive MILP Solution Prediction
Tianle Pu, Jianing Li, Yingying Gao, Shixuan Liu, Zijie Geng, Haoyang Liu, Chao Chen, Changjun Fan

TL;DR
CoCo-MILP introduces a novel GNN-based approach that explicitly models inter-variable contrast and intra-constraint competition, significantly improving MILP solution prediction accuracy over existing methods.
Contribution
The paper proposes CoCo-MILP, a new framework with contrastive loss and specialized GNN layers to better capture variable relationships in MILP problems, advancing solution prediction accuracy.
Findings
Reduces solution gap by up to 68.12% compared to traditional solvers.
Outperforms existing learning-based approaches on standard benchmarks.
Effectively models variable competition within constraints.
Abstract
Mixed-Integer Linear Programming (MILP) is a cornerstone of combinatorial optimization, yet solving large-scale instances remains a significant computational challenge. Recently, Graph Neural Networks (GNNs) have shown promise in accelerating MILP solvers by predicting high-quality solutions. However, we identify that existing methods misalign with the intrinsic structure of MILP problems at two levels. At the leaning objective level, the Binary Cross-Entropy (BCE) loss treats variables independently, neglecting their relative priority and yielding plausible logits. At the model architecture level, standard GNN message passing inherently smooths the representations across variables, missing the natural competitive relationships within constraints. To address these challenges, we propose CoCo-MILP, which explicitly models inter-variable Contrast and intra-constraint Competition 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.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Constraint Satisfaction and Optimization
