powered by
"clpPtr"
Structure of the class "clpPtr". Objects of that class are used to hold pointers to C structures used by COIN-OR Clp.
Objects can be created by calls of the form test <- initProbCLP().
test <- initProbCLP()
clpPtrType
Object of class "character" giving the pointer type.
"character"
clpPointer
Object of class "externalptr" containig the pointer to a C structure.
"externalptr"
signature(object = "clpPtr"): returns TRUE if clpPointer(object) is a pointer to a COIN-OR Clp problem object, otherwise FALSE.
signature(object = "clpPtr")
TRUE
clpPointer(object)
FALSE
signature(object = "clpPtr"): returns TRUE if clpPointer(object) is a NULL pointer, otherwise FALSE.
signature(object = "clpPtr"): gets the clpPointer slot.
signature(object = "clpPtr"): gets the clpPtrType slot.
signature(object = "clpPtr"): sets the clpPtrType slot.
The COIN-OR Clp home page at https://projects.coin-or.org/Clp
initProbCLP
# NOT RUN { showClass("clpPtr") # }
Run the code above in your browser using DataLab