Cbc icon indicating copy to clipboard operation
Cbc copied to clipboard

Cbc_getRowPrice was removed from the C API

Open lovasoa opened this issue 3 years ago • 1 comments

The C API used to expose the useful function Cbc_getRowPrice : https://github.com/coin-or/Cbc/blob/releases/2.8.10/Cbc/src/Cbc_C_Interface.cpp#L2019-L2033

The function was removed (by mistake, I suppose), between the minor versions 2.8.10 and 2.8.11, breaking forward compatibility :

https://github.com/coin-or/Cbc/blob/releases/2.8.11/Cbc/src/Cbc_C_Interface.cpp

Could this function be added back to the C interface ?

lovasoa avatar Mar 05 '21 13:03 lovasoa

This function has already been added back in the master branch in 323eefc.

tkralphs avatar Mar 05 '21 17:03 tkralphs