Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 491 Bytes

README.rst

File metadata and controls

14 lines (9 loc) · 491 Bytes

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.