Low level interface function to the COIN-OR Clp function
Clp_loadProblem
. Consult the COIN-OR Clp
documentation for more detailed information.
loadMatrixCLP(lp, ncols, nrows, ia, ja, ra)
An object of class "'>clpPtr"
as returned by
initProbCLP
. This is basically a pointer to a COIN-OR Clp
problem object.
Number of Columns.
Number of Rows.
Row indices in the constraint matrix.
Column starts in constraint matrix.
Non zero elements of the constraint matrix.
NULL
Interface to the C function loadMatrix
which calls
the COIN-OR Clp function Clp_loadProblem
.
The COIN-OR Clp home page at https://projects.coin-or.org/Clp