Package: scs Version: 3.2.7 Title: Splitting Conic Solver Authors@R: c( person("Florian", "Schwendinger", role = c("aut", "cre"), email = "FlorianSchwendinger@gmx.at"), person("Brendan", "O'Donoghue", role = c("aut", "cph")), person("Balasubramanian", "Narasimhan", role = c("aut")), person("Timothy A.", "Davis", role = "cph"), person("Patrick R.", "Amestory", role = "cph"), person("Iain S.", "Duff", role = "cph")) Description: 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' (). Depends: R (>= 3.5.0) SystemRequirements: GNU Make Suggests: Matrix, slam, tinytest Encoding: UTF-8 License: GPL-3 URL: https://github.com/FlorianSchwendinger/scs RoxygenNote: 7.2.0 Config/pak/sysreqs: make Repository: https://florianschwendinger.r-universe.dev Date/Publication: 2025-04-14 20:16:25 UTC RemoteUrl: https://github.com/florianschwendinger/scs RemoteRef: HEAD RemoteSha: e84798c5f85391b8f32ed1bff9dcb11dcd8109d1 NeedsCompilation: yes Packaged: 2026-07-14 05:44:12 UTC; root 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