You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 1.0.0
Date: 2026-02-27
Authors@R: c(
person("Bartolomeo", "Stellato", role = c("aut", "ctb", "cph"),
email = "bartolomeo.stellato@gmail.com"),
person("Goran", "Banjac", role = c("aut", "ctb", "cph")),
person("Paul", "Goulart", role = c("aut", "ctb", "cph"),
email = "paul.goulart@eng.ox.ac.uk"),
person("Stephen", "Boyd", role = c("aut", "ctb", "cph")),
person("Eric", "Anderson", role = c("ctb")),
person("Vineet", "Bansal", role = c("aut", "ctb"), email = "vineetb@princeton.edu"),
person("Balasubramanian", "Narasimhan", role = c("cre", "aut"), email = "naras@stanford.edu"))
Copyright: file COPYRIGHT
Description: Provides bindings to the 'OSQP' solver. The 'OSQP' solver is a numerical optimization package for solving convex quadratic programs written in 'C' and based on the alternating direction method of multipliers. See <doi:10.48550/arXiv.1711.08013> for details.