Registry / other / clp
library1.17.6vcpkgunverified

Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available.

vcpkg install clp
INSTALL
IMPORT
SIG · CLP
C
clp
othercppv1.17.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClpSimplex.hpp
#include <ClpSimplex.hpp>

Creates a ClpSimplex model and solves a linear programming problem.

#include <ClpSimplex.hpp> int main() { ClpSimplex model; model.loadProblem(/* ... */); model.initialSolve(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.17.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Meta
1
Resources

No resource links recorded.

clp — pip install clp · libregistry