English

Sieve-SDP: a simple facial reduction algorithm to preprocess semidefinite programs

Optimization and Control 2021-03-02 v5

Abstract

We introduce Sieve-SDP, a simple facial reduction algorithm to preprocess semidefinite programs (SDPs). Sieve-SDP inspects the constraints of the problem to detect lack of strict feasibility, deletes redundant rows and columns, and reduces the size of the variable matrix. It often detects infeasibility. It does not rely on any optimization solver: the only subroutine it needs is Cholesky factorization, hence it can be implemented in a few lines of code in machine precision. We present extensive computational results on several problem collections from the literature, with many SDPs coming from polynomial optimization.

Keywords

Cite

@article{arxiv.1710.08954,
  title  = {Sieve-SDP: a simple facial reduction algorithm to preprocess semidefinite programs},
  author = {Yuzixuan and Zhu and Gabor Pataki and Quoc Tran-Dinh},
  journal= {arXiv preprint arXiv:1710.08954},
  year   = {2021}
}

Comments

Changes wrt to previous version: very minor. There was a space omitted in the list of authors