Learn R Programming

glpkAPI (version 1.2.1)

glpkPtr-class: Class "glpkPtr"

Description

Structure of the class "glpkPtr". Objects of that class are used to hold pointers to C structures used by GLPK.

Arguments

Objects from the Class

Objects can be created by calls of the form test <- initProbGLPK() or test <- mplAllocWkspGLPK()).

References

Based on the package glpk by Lopaka Lee. The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html.

See Also

mplAllocWkspGLPK and initProbGLPK.

Examples

Run this code
showClass("glpkPtr")

Run the code above in your browser using DataLab