-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
30 lines (30 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: osqp
Title: Quadratic Programming Solver using the 'OSQP' Library
Version: 0.6.3.3
Date: 2024-06-07
Authors@R: c(
person("Bartolomeo", "Stellato", role = c("aut", "ctb", "cph"),
email = "[email protected]"),
person("Goran", "Banjac", role = c("aut", "ctb", "cph")),
person("Paul", "Goulart", role = c("aut", "ctb", "cph"),
email = "[email protected]"),
person("Stephen", "Boyd", role = c("aut", "ctb", "cph")),
person("Eric", "Anderson", role = c("ctb")),
person("Vineet", "Bansal", role = c("aut", "ctb"), email = "[email protected]"),
person("Balasubramanian", "Narasimhan", role = c("cre", "ctb"), email = "[email protected]"))
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 <doi:10.48550/arXiv.1711.08013> for details.
License: Apache License 2.0 | file LICENSE
SystemRequirements: C++17
Imports: Rcpp (>= 0.12.14), methods, Matrix (>= 1.6.1), R6
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate: 'RcppExports.R' 'osqp-package.R' 'sparse.R' 'solve.R' 'osqp.R' 'params.R'
NeedsCompilation: yes
Suggests:
slam,
testthat
Encoding: UTF-8
BugReports: https://github.com/osqp/osqp-r/issues
URL: https://osqp.org