Clp icon indicating copy to clipboard operation
Clp copied to clipboard

Export `setRowLower` etc. in the C interface

Open mtanneau opened this issue 6 years ago • 0 comments

I'm working with Clp through its Julia API, which uses Clp's C interface.

I'm trying to change the bounds on one constraint at a time, which is possible in Clp's C++ interface (see setRowLower, setRowUpper and SetRowBounds), but not in its C interface.

Only chrRowLower and chrRowUpper seem to be exported there.

Is there any technical reason for not exporting this?

Happy to PR.

mtanneau avatar Sep 30 '19 23:09 mtanneau