English

Serial and Parallel Two-Column Probing for Mixed-Integer Programming

Optimization and Control 2025-11-11 v2

Abstract

Probing in mixed-integer programming (MIP) is a technique of temporarily fixing variables to discover implications that are useful to branch-and-cut solvers. Such fixing is typically performed one variable at a time -- this paper develops instead a two-column probing scheme that instead fixes a pair of variables per iteration. Although the scheme involves more work per iteration compared to the one-column approach, stronger implied bounds as well as more conflicts identified may compensate. Indeed, our prototype implementation was awarded first prize at the MIP Workshop 2024 Computational Competition on novel presolving approaches. This paper presents the aforementioned (serial) prototype and additionally develops an efficient parallelization, leveraging hardware acceleration to further improve overall solve times. Compared to serial two-column probing, our parallel version sacrifices some strength per-pair probed in exchange for greatly increasing the total number of such probings; computational experiments demonstrate its promise.

Keywords

Cite

@article{arxiv.2408.16927,
  title  = {Serial and Parallel Two-Column Probing for Mixed-Integer Programming},
  author = {Yongzheng Dai and Chen Chen},
  journal= {arXiv preprint arXiv:2408.16927},
  year   = {2025}
}

Comments

26 pages, 4 figures, 3 charts