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>).

Version: 3.2.4
Depends: R (≥ 3.5.0)
Suggests: Matrix, slam, tinytest
Published: 2023-04-11
Author: Florian Schwendinger [aut, cre], Brendan O'Donoghue [aut, cph], Balasubramanian Narasimhan [aut], Timothy A. Davis [cph], Patrick R. Amestory [cph], Iain S. Duff [cph]
Maintainer: Florian Schwendinger <FlorianSchwendinger at gmx.at>
License: GPL-3
URL: https://github.com/FlorianSchwendinger/scs
NeedsCompilation: yes
SystemRequirements: GNU Make
Citation: scs citation info
Materials: README NEWS
In views: Optimization
CRAN checks: scs results

Documentation:

Reference manual: scs.pdf

Downloads:

Package source: scs_3.2.4.tar.gz
Windows binaries: r-devel: scs_3.2.4.zip, r-release: scs_3.2.4.zip, r-oldrel: scs_3.2.4.zip
macOS binaries: r-release (arm64): scs_3.2.4.tgz, r-oldrel (arm64): scs_3.2.4.tgz, r-release (x86_64): scs_3.2.4.tgz
Old sources: scs archive

Reverse dependencies:

Reverse imports: CVXR, ROI.plugin.scs

Linking:

Please use the canonical form https://CRAN.R-project.org/package=scs to link to this page.