CyLP icon indicating copy to clipboard operation
CyLP copied to clipboard

A Python interface to CLP, CBC, and CGL to solve LPs and MIPs.

Results 64 CyLP issues
Sort by recently updated
recently updated
newest added

Maybe there is a way to do this, but it's not clear to me.

I do not see an API for the `-constraintFromCutoff` option set in CBC 2.8.0 - is there a way to use this API in cylp?

I'm working on a Gomory cut generator that uses CyLP. I was assuming that lp.rhs contained the value of B^-1 b and this seems to be the case after initially...

I'm trying to install cylp 0.92.3 on Windows 11 with Python 3.12.6 - I noted there's no Windows wheels created for this [version it appears](https://pypi.org/project/cylp/#files). I tried letting pip build...