Low level interface function to the COIN-OR Clp function
Clp_copyNames
. Consult the COIN-OR Clp documentation
for more detailed information.
copyNamesCLP(lp, cnames, rnames)
An object of class "'>clpPtr"
as returned by
initProbCLP
. This is basically a pointer to a COIN-OR Clp
problem object.
Character vector, containing the column names, must not be longer than the number of columns in the model.
Character vector, containing the row names, must not be longer than the number of rows in the model.
NULL
Interface to the C function copyNames
which calls
the COIN-OR Clp function Clp_copyNames
.
The COIN-OR Clp home page at https://projects.coin-or.org/Clp