Git Product home page Git Product logo

sosadmm's Introduction

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

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

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

How to cite

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}}
    }

sosadmm's People

Contributors

giofantuzzi avatar zhengy09 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.