Learn R Programming

clpAPI (version 1.3.1)

initProbCLP: Create a COIN-OR Clp Problem Object

Description

Low level interface function to the COIN-OR Clp function Clp_newModel. Consult the COIN-OR Clp documentation for more detailed information.

Usage

initProbCLP(ptrtype = "clp_prob")

Arguments

ptrtype

A name for the pointer to a COIN-OR Clp problem object.

Value

An instance of class "'>clpPtr".

Details

Interface to the C function initProb which calls the COIN-OR Clp function Clp_newModel.

References

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