Learn R Programming

clpAPI (version 1.3.1)

idiotCLP: Solve LP Problem with the idiot Code

Description

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

Usage

idiotCLP(lp, thd = 0)

Arguments

lp

An object of class "'>clpPtr" as returned by initProbCLP. This is basically a pointer to a COIN-OR Clp problem object.

thd

An integer value.

Value

NULL

Details

Interface to the C function idiot which calls the COIN-OR Clp function Clp_idiot.

References

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