# Exploiting Sparsity in the Coefficient Matching Conditions in   Sum-of-Squares Programming using ADMM

**Authors:** Yang Zheng, Giovanni Fantuzzi, Antonis Papachristodoulou

arXiv: 1703.01969 · 2017-07-18

## TL;DR

This paper presents an ADMM-based method that leverages sparsity in sum-of-squares programming to significantly reduce computational costs, enabling faster solutions for polynomial optimization problems.

## Contribution

It introduces a novel first-order ADMM algorithm that exploits sparsity in coefficient matching conditions for SOS programs, improving efficiency over traditional solvers.

## Key findings

- Achieves speed-ups over SeDuMi and CDCS solvers.
- Requires only simple projections and quadratic program solutions.
- Implemented in open-source MATLAB solver SOSADMM.

## Abstract

This paper introduces an efficient first-order method based on the alternating direction method of multipliers (ADMM) to solve semidefinite programs (SDPs) arising from sum-of-squares (SOS) programming. We exploit the sparsity of the \emph{coefficient matching conditions} when SOS programs are formulated in the usual monomial basis to reduce the computational cost of the ADMM algorithm. Each iteration of our algorithm requires one projection onto the positive semidefinite cone and the solution of multiple quadratic programs with closed-form solutions free of any matrix inversion. Our techniques are implemented in the open-source MATLAB solver SOSADMM. Numerical experiments on SOS problems arising from unconstrained polynomial minimization and from Lyapunov stability analysis for polynomial systems show speed-ups compared to the interior-point solver SeDuMi, and the first-order solver CDCS.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.01969/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1703.01969/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1703.01969/full.md

---
Source: https://tomesphere.com/paper/1703.01969