/clpy

Low-level Cython bindings to the Clp linear programming solver

Primary LanguagePythonMIT LicenseMIT

clpy

https://travis-ci.org/gcampanella/clpy.svg?branch=master

clpy provides a low-level Cython binding to the Clp linear programming solver.

It is mostly useful when you want to specify (possibly very large) problems directly in matrix form, instead of using higher-level interfaces like PuLP.