R interface to the Embedded COnic Solver (ECOS), an efficient and robust C library for convex problems. Conic and equality constraints can be specified in addition to integer and boolean variable constraints for mixed-integer problems. This R interface is inspired by the python interface and has similar calling conventions.
Version: | 0.2 |
Imports: | Matrix |
Suggests: | knitr, rmarkdown, testthat |
Published: | 2015-11-27 |
Author: | Anqi Fu [aut], Balasubramanian Narasimhan [aut, cre] |
Maintainer: | Balasubramanian Narasimhan <naras at stat.Stanford.EDU> |
BugReports: | https://github.com/bnaras/ECOSolveR/issues |
License: | GPL (≥ 3) |
URL: | https://github.com/bnaras/ECOSolveR |
NeedsCompilation: | yes |
SystemRequirements: | GNU make |
Materials: | README INSTALL |
In views: | Optimization |
CRAN checks: | ECOSolveR results |
Reference manual: | ECOSolveR.pdf |
Vignettes: |
ECOSolveR Examples |
Package source: | ECOSolveR_0.2.tar.gz |
Windows binaries: | r-devel: ECOSolveR_0.2.zip, r-release: ECOSolveR_0.2.zip, r-oldrel: ECOSolveR_0.2.zip |
OS X Snow Leopard binaries: | r-release: ECOSolveR_0.2.tgz, r-oldrel: not available |
OS X Mavericks binaries: | r-release: ECOSolveR_0.2.tgz |
Old sources: | ECOSolveR archive |