powered by
"glpkPtr"
Structure of the class "glpkPtr". Objects of that class are used to hold pointers to C structures used by GLPK.
Objects can be created by calls of the form test <- initProbGLPK() or test <- mplAllocWkspGLPK().
test <- initProbGLPK()
test <- mplAllocWkspGLPK()
glpkPtrType
Object of class "character" giving the pointer type.
"character"
glpkPointer
Object of class "externalptr" containig the pointer to a C structure.
"externalptr"
signature(object = "glpkPtr"): returns TRUE if glpkPointer(object) is a pointer to a GLPK problem object, otherwise FALSE.
signature(object = "glpkPtr")
TRUE
glpkPointer(object)
FALSE
signature(object = "glpkPtr"): returns TRUE if glpkPointer(object) is a NULL pointer, otherwise FALSE.
signature(object = "glpkPtr"): returns TRUE if glpkPointer(object) is a pointer to a MathProg translator workspace, otherwise FALSE.
signature(object = "glpkPtr"): gets the glpkPointer slot.
signature(object = "glpkPtr"): gets the glpkPtrType slot.
signature(object = "glpkPtr"): sets the glpkPtrType slot.
Based on the package glpk by Lopaka Lee.
The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html.
mplAllocWkspGLPK and initProbGLPK.
mplAllocWkspGLPK
initProbGLPK
# NOT RUN { showClass("glpkPtr") # }
Run the code above in your browser using DataLab