Improving Primal Heuristics for Mixed Integer Programming Problems Based on Problem Reduction: A Learning-based Approach

Lingying Huang,Xiaomeng Chen,Wei Huo,Jiazheng Wang,Fan Zhang,Bo Bai,Ling Shi
DOI: https://doi.org/10.1109/icarcv57592.2022.10004252
2022-01-01
Abstract:In this paper, we propose a Bi-layer Prediction-based Reduction Branch (BP-RB) framework to speed up the process of finding a high-quality feasible solution for Mixed Integer Programming (MIP) problems. A graph convolutional network (GCN) is employed to predict binary variables' values. After that, a subset of binary variables is fixed to the predicted value by a greedy method conditioned on the predicted probabilities. By exploring the logical consequences, a learning-based problem reduction method is proposed, significantly reducing the variable and constraint sizes. With the reductive sub- MIP problem, the second layer GCN framework is employed to update the prediction for the remaining binary variables' values and to determine the selection of variables which are then used for branching to generate the Branch and Bound (B&B) tree. Numerical examples show that our BP-RB framework speeds up the primal heuristic and finds the feasible solution with high quality.
What problem does this paper attempt to address?