English

Sparse Semidefinite Programs with Guaranteed Near-Linear Time Complexity via Dualized Clique Tree Conversion

Optimization and Control 2020-05-26 v4

Abstract

Clique tree conversion solves large-scale semidefinite programs by splitting an n×nn\times n matrix variable into up to nn smaller matrix variables, each representing a principal submatrix of up to ω×ω\omega\times\omega. Its fundamental weakness is the need to introduce overlap constraints that enforce agreement between different matrix variables, because these can result in dense coupling. In this paper, we show that by dualizing the clique tree conversion, the coupling due to the overlap constraints is guaranteed to be sparse over dense blocks, with a block sparsity pattern that coincides with the adjacency matrix of a tree. We consider two classes of semidefinite programs with favorable sparsity patterns that encompass the MAXCUT and MAX kk-CUT relaxations, the Lovasz Theta problem, and the AC optimal power flow relaxation. Assuming that ωn\omega\ll n, we prove that the per-iteration cost of an interior-point method is linear O(n)O(n) time and memory, so an ϵ\epsilon-accurate and ϵ\epsilon-feasible iterate is obtained after O(nlog(1/ϵ))O(\sqrt{n}\log(1/\epsilon)) iterations in near-linear O(n1.5log(1/ϵ))O(n^{1.5}\log(1/\epsilon)) time. We confirm our theoretical insights with numerical results on semidefinite programs as large as n=13659n=13659. (Supporting code at https://github.com/ryz-codes/dual_ctc )

Keywords

Cite

@article{arxiv.1710.03475,
  title  = {Sparse Semidefinite Programs with Guaranteed Near-Linear Time Complexity via Dualized Clique Tree Conversion},
  author = {Richard Y. Zhang and Javad Lavaei},
  journal= {arXiv preprint arXiv:1710.03475},
  year   = {2020}
}

Comments

[v1] appeared in IEEE CDC 2018; [v2+] To appear in Mathematical Programming

R2 v1 2026-06-22T22:08:32.665Z