Package: ECOSolveR 0.5.6
ECOSolveR: Embedded Conic Solver in R
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.
Authors:
ECOSolveR_0.5.6.tar.gz
ECOSolveR_0.5.6.zip(r-4.5)ECOSolveR_0.5.6.zip(r-4.4)ECOSolveR_0.5.6.zip(r-4.3)
ECOSolveR_0.5.6.tgz(r-4.4-x86_64)ECOSolveR_0.5.6.tgz(r-4.4-arm64)ECOSolveR_0.5.6.tgz(r-4.3-x86_64)ECOSolveR_0.5.6.tgz(r-4.3-arm64)
ECOSolveR_0.5.6.tar.gz(r-4.5-noble)ECOSolveR_0.5.6.tar.gz(r-4.4-noble)
ECOSolveR.pdf |ECOSolveR.html✨
ECOSolveR/json (API)
NEWS
# Install 'ECOSolveR' in R: |
install.packages('ECOSolveR', repos = c('https://bnaras.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnaras/ecosolver/issues
- ECOS_exitcodes - ECOS solver exit codes
Last updated 6 months agofrom:f9a4b6ecd5. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win-x86_64 | OK | Oct 31 2024 |
R-4.5-linux-x86_64 | OK | Oct 31 2024 |
R-4.4-win-x86_64 | NOTE | Oct 31 2024 |
R-4.4-mac-x86_64 | NOTE | Oct 31 2024 |
R-4.4-mac-aarch64 | NOTE | Oct 31 2024 |
R-4.3-win-x86_64 | NOTE | Oct 31 2024 |
R-4.3-mac-x86_64 | NOTE | Oct 31 2024 |
R-4.3-mac-aarch64 | NOTE | Oct 31 2024 |
Exports:ECOS_csolveecos.control
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Solve a conic optimization problem | ECOS_csolve |
ECOS solver exit codes | ECOS_exitcodes |
Return the default optimization parameters for ECOS | ecos.control |
Convert a plain matrix or simple triplet form matrix to a [Matrix::dgCMatrix-class] (implicit) form | make_csc_matrix |