OCAIApr 29, 2023

New Characterizations and Efficient Local Search for General Integer Linear Programming

arXiv:2305.00188v43 citationsh-index: 33
Originality Highly original
AI Analysis

This work addresses combinatorial optimization problems in industry and management, representing an incremental improvement with novel methods for known bottlenecks.

The paper tackles the problem of solving general integer linear programming (ILP) by proposing new characterizations with boundary solutions and developing a local search algorithm called Local-ILP, which is efficient on large datasets and establishes new records for 6 MIPLIB open instances while being competitive with Gurobi and outperforming SCIP.

Integer linear programming (ILP) models a wide range of practical combinatorial optimization problems and significantly impacts industry and management sectors. This work proposes new characterizations of ILP with the concept of boundary solutions. Motivated by the new characterizations, we develop a new local search algorithm Local-ILP, which is efficient for solving general ILP validated on a large heterogeneous problem dataset. We propose a new local search framework that switches between three modes, namely Search, Improve, and Restore modes. Two new operators are proposed, namely the tight move and the lift move operators, which are associated with appropriate scoring functions. Different modes apply different operators to realize different search strategies and the algorithm switches between three modes according to the current search state. Putting these together, we develop a local search ILP solver called Local-ILP. Experiments conducted on the MIPLIB dataset show the effectiveness of our algorithm in solving large-scale hard ILP problems. In the aspect of finding a good feasible solution quickly, Local-ILP is competitive and complementary to the state-of-the-art commercial solver Gurobi and significantly outperforms the state-of-the-art non-commercial solver SCIP. Moreover, our algorithm establishes new records for 6 MIPLIB open instances. The theoretical analysis of our algorithm is also presented, which shows our algorithm could avoid visiting unnecessary regions.

Foundations

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

Your Notes