Package: osqp
Type: Package
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 0.4.0
Date: 2018-07-23
Authors@R: c(person("Bartolomeo", "Stellato", email = "bartolomeo.stellato@gmail.com", role = c("cre", "aut", "ctb", "cph")), 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, 'ADMM'. B.  Stellato, G. Banjac, P. Goulart, A. Bemporad, S. Boyd (2018) <arXiv:1711.08013>.
License: Apache License 2.0 | file LICENSE
Imports: Rcpp (>= 0.12.14), methods, Matrix, R6
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Collate: 'RcppExports.R' 'osqp-package.R' 'solve.R' 'osqp.R' 'params.R'
NeedsCompilation: yes
Packaged: 2018-07-23 21:59:51 UTC; sidereus
Date/Publication: 2018-07-23 22:20:04 UTC
Suggests: testthat
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
