A Unifying Complexity-Certification Framework for Branch-and-Bound Algorithms for Mixed-Integer Linear and Quadratic Programming
Shamisa Shoja, Daniel Arnström, Daniel Axehill
TL;DR
This work develops a unifying complexity-certification framework for branch-and-bound solvers tackling multi-parametric MILPs and MIQPs, enabling exact worst-case bounds on iterations and relaxations across parameter regions. It integrates branching, node-selection, and primal heuristics, and introduces conservative quadratic-function handling (via affine approximations, McCormick relaxations, and regions-as-atoms) to maintain tractable, polyhedral partitions in MIQPs. The framework proves equivalence with online B&B under precise assumptions, and extends to warm-starting and suboptimal variants, providing reliable upper bounds on online computational effort relevant to real-time hybrid MPC. Numerical experiments on random mp-MILPs/MIQPs and an MPC example demonstrate the framework’s ability to yield tight, conservative complexity guarantees and actionable insights for solver customization. Overall, the methodology enhances reliability and predictability of B&B-based solvers for real-time, parameter-varying optimization in hybrid systems.
Abstract
In model predictive control (MPC) for hybrid systems, solving optimization problems efficiently and with guarantees on worst-case computational complexity is critical to satisfy the real-time constraints in these applications. These optimization problems often take the form of mixed-integer linear programs (MILPs) or mixed-integer quadratic programs (MIQPs) that depend on system parameters. A common approach for solving such problems is the branch-and-bound (B&B) method. This paper extends existing complexity certification methods by presenting a unified complexity-certification framework for B&B-based MILP and MIQP solvers, specifically for the family of multi-parametric MILP and MIQP problems that arise in, e.g., hybrid MPC applications. The framework provides guarantees on worst-case computational measures, including the maximum number of iterations or relaxations B&B algorithms require to reach optimality. It systematically accounts for different branching and node selection strategies, as well as heuristics integrated into B&B, ensuring a comprehensive certification framework. By offering theoretical guarantees and practical insights for solver customization, the proposed framework enhances the reliability of B&B for real-time application. The usefulness of the proposed framework is demonstrated through numerical experiments on both random MILPs and MIQPs, as well as on MIQPs arising from a hybrid MPC problem.
