OCLGMay 22, 2024

Learning Cut Generating Functions for Integer Programming

arXiv:2405.13992v18 citationsh-index: 3NIPS
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck in solving large-scale integer programming problems, offering incremental improvements in cut selection efficiency.

The paper tackles the challenge of selecting effective cutting planes in branch-and-cut algorithms for integer programming by extending data-driven methods to choose optimal cut generating functions (CGFs), providing rigorous sample complexity bounds and showing that selected CGFs can outperform Gomory Mixed-Integer cuts for certain distributions.

The branch-and-cut algorithm is the method of choice to solve large scale integer programming problems in practice. A key ingredient of branch-and-cut is the use of cutting planes which are derived constraints that reduce the search space for an optimal solution. Selecting effective cutting planes to produce small branch-and-cut trees is a critical challenge in the branch-and-cut algorithm. Recent advances have employed a data-driven approach to select optimal cutting planes from a parameterized family, aimed at reducing the branch-and-bound tree size (in expectation) for a given distribution of integer programming instances. We extend this idea to the selection of the best cut generating function (CGF), which is a tool in the integer programming literature for generating a wide variety of cutting planes that generalize the well-known Gomory Mixed-Integer (GMI) cutting planes. We provide rigorous sample complexity bounds for the selection of an effective CGF from certain parameterized families that provably performs well for any specified distribution on the problem instances. Our empirical results show that the selected CGF can outperform the GMI cuts for certain distributions. Additionally, we explore the sample complexity of using neural networks for instance-dependent CGF selection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes