English

Batched First-Order Methods for Parallel LP Solving in MIP

Optimization and Control 2026-01-30 v1 Machine Learning

Abstract

We present a batched first-order method for solving multiple linear programs in parallel on GPUs. Our approach extends the primal-dual hybrid gradient algorithm to efficiently solve batches of related linear programming problems that arise in mixed-integer programming techniques such as strong branching and bound tightening. By leveraging matrix-matrix operations instead of repeated matrix-vector operations, we obtain significant computational advantages on GPU architectures. We demonstrate the effectiveness of our approach on various case studies and identify the problem sizes where first-order methods outperform traditional simplex-based solvers depending on the computational environment one can use. This is a significant step for the design and development of integer programming algorithms tightly exploiting GPU capabilities where we argue that some specific operations should be allocated to GPUs and performed in full instead of using light-weight heuristic approaches on CPUs.

Keywords

Cite

@article{arxiv.2601.21990,
  title  = {Batched First-Order Methods for Parallel LP Solving in MIP},
  author = {Nicolas Blin and Stefano Gualandi and Christopher Maes and Andrea Lodi and Bartolomeo Stellato},
  journal= {arXiv preprint arXiv:2601.21990},
  year   = {2026}
}

Comments

15 pages, 4 figures, 4 tables

R2 v1 2026-07-01T09:26:08.380Z