Crandore Hub

scs

Splitting Conic Solver

Solves convex cone programs via operator splitting. Can solve: linear programs ('LPs'), second-order cone programs ('SOCPs'), semidefinite programs ('SDPs'), exponential cone programs ('ECPs'), and power cone programs ('PCPs'), or problems with any combination of those cones. 'SCS' uses 'AMD' (a set of routines for permuting sparse matrices prior to factorization) and 'LDL' (a sparse 'LDL' factorization and solve package) from 'SuiteSparse' (<https://people.engr.tamu.edu/davis/suitesparse.html>).

README

## Saved Results from scs 3.2.3 Tests

These test problems and expected results were saved from `scs` source
(`C`) test files using
[RInside](https://cran.r-project.org/package=RInside).

Versions across snapshots

VersionRepositoryFileSize
3.2.7 2026-04-09 windows/windows R-4.5 scs_3.2.7.zip 1.2 MiB

Dependencies (latest)

Suggests