Package: scs 3.2.7

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

Authors:Florian Schwendinger [aut, cre], Brendan O'Donoghue [aut, cph], Balasubramanian Narasimhan [aut], Timothy A. Davis [cph], Patrick R. Amestory [cph], Iain S. Duff [cph]

scs_3.2.7.tar.gz
scs_3.2.7.zip(r-4.6)scs_3.2.7.zip(r-4.5)scs_3.2.7.zip(r-4.4)
scs_3.2.7.tgz(r-4.6-x86_64)scs_3.2.7.tgz(r-4.6-arm64)scs_3.2.7.tgz(r-4.5-x86_64)scs_3.2.7.tgz(r-4.5-arm64)
scs_3.2.7.tar.gz(r-4.6-arm64)scs_3.2.7.tar.gz(r-4.6-x86_64)scs_3.2.7.tar.gz(r-4.5-arm64)scs_3.2.7.tar.gz(r-4.5-x86_64)
scs.pdf |scs.html
scs/json (API)
NEWS

# Install 'scs' in R:
install.packages('scs', repos = c('https://florianschwendinger.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/florianschwendinger/scs/issues

Uses libs:
  • openblas– Optimized BLAS

On CRAN:

Conda:

convexoptimizationopenblas

6.87 score 8 stars 50 packages 16 scripts 7.8k downloads 2 exports 0 dependencies

Last updated from:e84798c5f8. Checks:11 OK, 1 NOTE, 1 FAIL. Indexed: yes.

TargetResultTotal timeArtifact
linux-devel-arm64OK120
linux-devel-x86_64OK113
source / vignettesOK138
linux-release-arm64OK119
linux-release-x86_64OK118
macos-devel-arm64OK113
macos-devel-x86_64OK161
macos-release-arm64OK108
macos-release-x86_64OK181
windows-develOK94
windows-releaseOK123
windows-oldrelNOTE91
wasm-releaseFAIL89

Exports:scsscs_control

Dependencies:

  • Image