OCLGDec 14, 2022

Cutting Plane Selection with Analytic Centers and Multiregression

arXiv:2212.07231v314 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses performance optimization for mixed-integer programming solvers, which is incremental but important for computational efficiency in optimization domains.

The paper tackles the problem of selecting cutting planes in mixed-integer programming solvers by proposing new distance-based measures using analytic centers and alternative optimal solutions, which significantly reduce the number of branch-and-bound nodes needed to explore the search space, with further improvements from a multiregression approach.

Cutting planes are a crucial component of state-of-the-art mixed-integer programming solvers, with the choice of which subset of cuts to add being vital for solver performance. We propose new distance-based measures to qualify the value of a cut by quantifying the extent to which it separates relevant parts of the relaxed feasible set. For this purpose, we use the analytic centers of the relaxation polytope or of its optimal face, as well as alternative optimal solutions of the linear programming relaxation. We assess the impact of the choice of distance measure on root node performance and throughout the whole branch-and-bound tree, comparing our measures against those prevalent in the literature. Finally, by a multi-output regression, we predict the relative performance of each measure, using static features readily available before the separation process. Our results indicate that analytic center-based methods help to significantly reduce the number of branch-and-bound nodes needed to explore the search space and that our multiregression approach can further improve on any individual method.

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