A GNN-Guided Predict-and-Search Framework for Mixed-Integer Linear Programming
About
Mixed-integer linear programming (MILP) is widely employed for modeling combinatorial optimization problems. In practice, similar MILP instances with only coefficient variations are routinely solved, and machine learning (ML) algorithms are capable of capturing common patterns across these MILP instances. In this work, we combine ML with optimization and propose a novel predict-and-search framework for efficiently identifying high-quality feasible solutions. Specifically, we first utilize graph neural networks to predict the marginal probability of each variable, and then search for the best feasible solution within a properly defined ball around the predicted solution. We conduct extensive experiments on public datasets, and computational results demonstrate that our proposed framework achieves 51.1% and 9.9% performance improvements to MILP solvers SCIP and Gurobi on primal gaps, respectively.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Mixed Integer Linear Programming Solving | CA | Objective Value7.45e+3 | 5 | |
| Mixed Integer Linear Programming Solving | IP | Objective Value11.4 | 5 | |
| Setcover solving | Setcover benchmark non-structural large-scale | Time300 | 5 | |
| Maximum Independent Set | non-structural MIS benchmark (test) | Time36.85 | 5 | |
| Mixed Integer Linear Programming Solving | FA | Objective Value1.79e+4 | 4 | |
| Local branching | IP (test) | Average Relative Primal Gap0.168 | 3 | |
| Mixed-Integer Programming Optimization | MMCNP (test) | Mean PG (%)13 | 3 | |
| Mixed-Integer Programming Optimization | MMCNP Hard (test) | Mean PG (%)0.0037 | 3 | |
| Mixed-Integer Programming Optimization | SLAP (test) | Mean PG2.5 | 3 | |
| Mixed-Integer Programming Optimization | SLAP-Hard (test) | Mean PG0.16 | 3 |