https://github.com/cvxgrp/scs
Raw File
Tip revision: b9a455c52d39210dfc2aaa4c42728d769a81bb1e authored by Brendan O'Donoghue on 07 October 2021, 13:42:11 UTC
add rho dependent box cone projection
Tip revision: b9a455c
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