coin-or / CyLP

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

getBInvARow, getBInvRow missing #160

Open mkoeppe opened 2 years ago

mkoeppe commented 2 years ago

CyLP wraps ClpSimplex::getBInvACol and ClpSimplex::getBInvCol but not getBInvARow, getBInvRow https://github.com/coin-or/Clp/blob/master/src/ClpSimplex.hpp#L1651