https://github.com/cvxgrp/scs
Raw File
Tip revision: 286c000992df7087e5d8f18e3083c31d7b867012 authored by Brendan O'Donoghue on 24 December 2021, 14:00:35 UTC
Merge branch 'master' into more_csv_logging
Tip revision: 286c000
README.md
<h1 align="center" margin=0px>
<img src="https://github.com/cvxgrp/scs/blob/master/docs/src/_static/scs_logo.png" alt="Intersection of a cone and a polyhedron" width="450">
</h1>

[![Build Status](https://github.com/cvxgrp/scs/actions/workflows/build.yml/badge.svg)](https://github.com/cvxgrp/scs/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/cvxgrp/scs/badge.svg?branch=master)](https://coveralls.io/github/cvxgrp/scs?branch=master)


SCS (`splitting conic solver`) is a numerical optimization package for solving
large-scale convex cone problems. The current version is `3.0.0`.

The full documentation is available [here](https://www.cvxgrp.org/scs/).
back to top