English

A Hybrid Direct-Iterative Method for Solving KKT Linear Systems

Optimization and Control 2026-03-09 v1 Distributed, Parallel, and Cluster Computing

Abstract

We propose a solution strategy for linear systems arising in interior method optimization, which is suitable for implementation on hardware accelerators such as graphical processing units (GPUs). The current gold standard for solving these systems is the LDL^T factorization. However, LDL^T requires pivoting during factorization, which substantially increases communication cost and degrades performance on GPUs. Our novel approach solves a large indefinite system by solving multiple smaller positive definite systems, using an iterative solve for the Schur complement and an inner direct solve (via Cholesky factorization) within each iteration. Cholesky is stable without pivoting, thereby reducing communication and allowing reuse of the symbolic factorization. We demonstrate the practicality of our approach and show that on large systems it can efficiently utilize GPUs and outperform LDL^T factorization of the full system.

Keywords

Cite

@article{arxiv.2110.03636,
  title  = {A Hybrid Direct-Iterative Method for Solving KKT Linear Systems},
  author = {Shaked Regev and Nai-Yuan Chiang and Eric Darve and Cosmin G. Petra and Michael A. Saunders and Kasia Świrydowicz and Slaven Peleš},
  journal= {arXiv preprint arXiv:2110.03636},
  year   = {2026}
}

Comments

22 pages, 9 figures, 7 tables

R2 v1 2026-06-24T06:42:54.104Z