https://github.com/cvxgrp/scs
Raw File
Tip revision: 83d060f046c0e01ce690b5731fdaa568c915ae59 authored by Brendan O'Donoghue on 03 October 2021, 22:22:25 UTC
use utility function
Tip revision: 83d060f
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