English

COSMO: A conic operator splitting method for convex conic problems

Optimization and Control 2021-08-31 v2

Abstract

This paper describes the Conic Operator Splitting Method (COSMO) solver, an operator splitting algorithm for convex optimisation problems with quadratic objective function and conic constraints. At each step the algorithm alternates between solving a quasi-definite linear system with a constant coefficient matrix and a projection onto convex sets. The low per-iteration computational cost makes the method particularly efficient for large problems, e.g. semidefinite programs that arise in portfolio optimisation, graph theory, and robust control. Moreover, the solver uses chordal decomposition techniques and a new clique merging algorithm to effectively exploit sparsity in large, structured semidefinite programs. A number of benchmarks against other state-of-the-art solvers for a variety of problems show the effectiveness of our approach. Our Julia implementation is open-source, designed to be extended and customised by the user, and is integrated into the Julia optimisation ecosystem.

Keywords

Cite

@article{arxiv.1901.10887,
  title  = {COSMO: A conic operator splitting method for convex conic problems},
  author = {Michael Garstka and Mark Cannon and Paul Goulart},
  journal= {arXiv preprint arXiv:1901.10887},
  year   = {2021}
}

Comments

45 pages, 11 figures

R2 v1 2026-06-23T07:27:08.221Z