English

On Representing Mixed-Integer Linear Programs by Graph Neural Networks

Machine Learning 2023-05-29 v2 Optimization and Control

Abstract

While Mixed-integer linear programming (MILP) is NP-hard in general, practical MILP has received roughly 100--fold speedup in the past twenty years. Still, many classes of MILPs quickly become unsolvable as their sizes increase, motivating researchers to seek new acceleration techniques for MILPs. With deep learning, they have obtained strong empirical results, and many results were obtained by applying graph neural networks (GNNs) to making decisions in various stages of MILP solution processes. This work discovers a fundamental limitation: there exist feasible and infeasible MILPs that all GNNs will, however, treat equally, indicating GNN's lacking power to express general MILPs. Then, we show that, by restricting the MILPs to unfoldable ones or by adding random features, there exist GNNs that can reliably predict MILP feasibility, optimal objective values, and optimal solutions up to prescribed precision. We conducted small-scale numerical experiments to validate our theoretical findings.

Keywords

Cite

@article{arxiv.2210.10759,
  title  = {On Representing Mixed-Integer Linear Programs by Graph Neural Networks},
  author = {Ziang Chen and Jialin Liu and Xinshang Wang and Jianfeng Lu and Wotao Yin},
  journal= {arXiv preprint arXiv:2210.10759},
  year   = {2023}
}

Comments

ICLR 2023

R2 v1 2026-06-28T04:01:24.815Z