Description Objects from the Class Slots Methods Author(s) References See Also Examples
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().
clpPtrType:Object of class "character" giving the pointer type.
clpPointer:Object of class "externalptr" containig the pointer to a
C structure.
signature(object = "clpPtr"):
returns TRUE if clpPointer(object) is a pointer to a
COIN-OR Clp problem object, otherwise 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.
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
The COIN-OR Clp home page at https://projects.coin-or.org/Clp
1 | showClass("clpPtr")
|
using COIN OR Clp version 1.17.5
Class "clpPtr" [package "clpAPI"]
Slots:
Name: clpPtrType clpPointer
Class: character externalptr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.