Package: osqp
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 0.6.0.1
Date: 2019-09-05
Authors@R: c(
  person("Bartolomeo", "Stellato", role = c("cre", "aut", "ctb", "cph"),
         email = "bartolomeo.stellato@gmail.com"),
  person("Goran", "Banjac", role = c("aut", "ctb", "cph")),
  person("Paul", "Goulart", role = c("aut", "ctb", "cph")),
  person("Stephen", "Boyd", role = c("aut", "ctb", "cph")),
  person("Eric", "Anderson", role=c("ctb")))
Copyright: file COPYRIGHT
Description: Provides bindings to the 'OSQP' solver. The 'OSQP' solver is a numerical optimization package or solving convex quadratic programs written in 'C' and based on the alternating direction method of multipliers. See <arXiv:1711.08013> for details.
License: Apache License 2.0 | file LICENSE
Imports: Rcpp (>= 0.12.14), methods, Matrix, R6
LinkingTo: Rcpp
RoxygenNote: 6.1.1
Collate: 'RcppExports.R' 'osqp-package.R' 'solve.R' 'osqp.R' 'params.R'
NeedsCompilation: yes
Suggests: testthat
URL: https://www.osqp.org
Packaged: 2019-09-06 18:45:08 UTC; pgoulart
Author: Bartolomeo Stellato [cre, aut, ctb, cph],
  Goran Banjac [aut, ctb, cph],
  Paul Goulart [aut, ctb, cph],
  Stephen Boyd [aut, ctb, cph],
  Eric Anderson [ctb]
Maintainer: Bartolomeo Stellato <bartolomeo.stellato@gmail.com>
Repository: CRAN
Date/Publication: 2019-09-07 21:30:08 UTC
