-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update submodule to 6.0 * update submodule to 6.0 * update to v0.6.0 * update to v0.6.0 * add files for CRAN make * oldrel fails ok * oldrel fails ok * oldrel fails ok * Update .travis.yml * oldrel fails ok * oldrel fails ok * Fix typo * Removed valgrind warning * pass only triu(P) * modified tolerances * roxygen rebuild * docs rebuild * doc typo fixes * filename change * rename back
- Loading branch information
1 parent
fa67f38
commit 35ccaef
Showing
15 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: osqp | ||
Type: Package | ||
Title: Quadratic Programming Solver using the 'OSQP' Library | ||
Version: 0.5.0 | ||
Date: 2018-12-09 | ||
Version: 0.6.0 | ||
Date: 2019-09-02 | ||
Authors@R: c(person("Bartolomeo", "Stellato", email = "[email protected]", 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>. | ||
|
@@ -13,6 +13,6 @@ RoxygenNote: 6.1.1 | |
Collate: 'RcppExports.R' 'osqp-package.R' 'solve.R' 'osqp.R' | ||
'params.R' | ||
NeedsCompilation: yes | ||
Packaged: 2018-12-09 20:32:49 UTC | ||
Date/Publication: 2018-12-09 13:10:50 UTC | ||
Packaged: 2019-09-02 00:00:00 UTC | ||
Date/Publication: 2019-09-02 00:00:00 UTC | ||
Suggests: testthat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule osqp_sources
updated
from a02dc2 to 0baddd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters