coin-or / CyLP

A Python interface to CLP, CBC, and CGL to solve LPs and MIPs.
Other
182 stars 68 forks source link

Steepest Edge rule for CyLP #171

Closed dxyzx0 closed 1 year ago

dxyzx0 commented 1 year ago

I think the default pivoting rule for CyLP is the steepest edge rule, but is there any python implementation for that rule? It's very complicated to read the c code and understand what happens.

tkralphs commented 1 year ago

I don't believe there is a Python implementation, it's only in C++ and you're right, it's not easy to read the code. Sorry I can't be of much help.