initProbCLP: Create a COIN-OR Clp Problem Object
Description
Low level interface function to the COIN-OR Clp function
Clp_newModel
. Consult the COIN-OR Clp documentation
for more detailed information.
Usage
initProbCLP(ptrtype = "clp_prob")
Arguments
ptrtype
A name for the pointer to a COIN-OR Clp problem object.
Value
An instance of class "'>clpPtr"
.
Details
Interface to the C function initProb
which calls
the COIN-OR Clp function Clp_newModel
.