Learn R Programming

clpAPI (version 1.3.1)

clpPtr-class: Class "clpPtr"

Description

Structure of the class "clpPtr". Objects of that class are used to hold pointers to C structures used by COIN-OR Clp.

Arguments

Objects from the Class

Objects can be created by calls of the form test <- initProbCLP().

Slots

clpPtrType:

Object of class "character" giving the pointer type.

clpPointer:

Object of class "externalptr" containig the pointer to a C structure.

Methods

isCLPpointer

signature(object = "clpPtr"): returns TRUE if clpPointer(object) is a pointer to a COIN-OR Clp problem object, otherwise FALSE.

isNULLpointerCLP

signature(object = "clpPtr"): returns TRUE if clpPointer(object) is a NULL pointer, otherwise FALSE.

clpPointer

signature(object = "clpPtr"): gets the clpPointer slot.

clpPtrType

signature(object = "clpPtr"): gets the clpPtrType slot.

clpPtrType<-

signature(object = "clpPtr"): sets the clpPtrType slot.

References

The COIN-OR Clp home page at https://projects.coin-or.org/Clp

See Also

initProbCLP

Examples

Run this code
# NOT RUN {
    showClass("clpPtr")
# }

Run the code above in your browser using DataLab