coinclp: R Interface to the 'COIN-OR' 'Clp' Linear Programming Solver
Solves linear programs with 'Clp', the simplex and interior
point code of the 'COIN-OR' project <https://github.com/coin-or/Clp>.
Provides a one-call solver interface for dense and sparse constraint
matrices, and complete low level bindings to the 'Clp' callable library
covering problem construction, warm starts, presolve options, basis
access and 'MPS' files. A compatibility layer reproduces the interface
of the archived 'clpAPI' package so that existing code keeps working.
'Clp' itself is not bundled and must be installed on the system; the
'Rtools' toolchain supplies it on 'Windows'.
| Version: |
0.1.0 |
| Depends: |
R (≥ 4.0) |
| Imports: |
methods, stats, utils |
| Suggests: |
Matrix, slam, knitr, rmarkdown |
| Published: |
2026-09-15 |
| DOI: |
10.32614/CRAN.package.coinclp (may not be active yet) |
| Author: |
Sam Lovick [aut, cre] |
| Maintainer: |
Sam Lovick <sam at lovickconsulting.com> |
| BugReports: |
https://github.com/SamLovick/coinclp/issues |
| License: |
EPL |
| Copyright: |
see file COPYRIGHTS |
| URL: |
https://github.com/SamLovick/coinclp |
| NeedsCompilation: |
yes |
| SystemRequirements: |
COIN-OR Clp (>= 1.16) with development headers, and
a C++17 compiler. Debian/Ubuntu: coinor-libclp-dev, Fedora:
coin-or-Clp-devel, macOS: brew install clp, Windows: supplied
by Rtools. |
| Materials: |
README, NEWS |
| CRAN checks: |
coinclp results |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=coinclp
to link to this page.