SkillAgentSearch skills...

SOSADMM

An open source first-order MATLAB solver for conic programs with row sparsity.

Install / Use

/learn @oxfordcontrol/SOSADMM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SOSADMM

An open source first-order MATLAB solver for conic programs with row sparsity. SOSADMM implements the alternating direction method of multipliers (ADMM) described in our paper

In particular, SOSADMM exploits the sparsity of the coefficient matching conditions when SOS programs are formulated in the usual monomial basis to reduce the computational costs of the ADMM algorithm (see the detailed descriptions in our paper).

Description<a name="Description"></a>

SOSADMM solves in the standard SDP in the primal vectorized form

	minimize 	c'x						
(1)	subject to	Ax = b,					
			x \in K							

SOSADMM supports cartesian products of the following cones:

  • R^n (free variables)
  • Non-negative orthant
  • Second-order cone
  • Positive semidefinite cone

SOSADMM is called with the syntax

>> [x,y,z,info] = sosadmm(At,b,c,K,options);

where At is the transpose of the matrix A in problem (1) above. Note that the inputs and outputs are in the same format used by SeDuMi.

Contact us<a name="Contacts"></a>

To contact us about SOSADMM, suggest improvements and report bugs, please feel free to email Yang Zheng or Giovanni Fantuzzi.

How to cite<a name="References"></a>

If you find SOSADMM useful, please cite the following paper:

@article{{ZFP2017,
    archivePrefix= {arXiv},
    eprint       = {arXiv:1703.01969},
    primaryClass = "math-OC",
    author       = {Zheng, Yang and Fantuzzi, Giovanni and Papachristodoulou},
    title        = {Exploiting Sparsity in the Coefficient Matching Conditions in Sum-of-Squares Programming using {ADMM}}
    }

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks6

Languages

Matlab

Security Score

65/100

Audited on Nov 4, 2024

No findings