Learn R Programming

clpAPI (version 1.3.1)

setLogLevelCLP: Set the Amount of Output to STDOUT

Description

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

Usage

setLogLevelCLP(lp, amount)

Arguments

lp

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

amount

Log level flag: 0: nothing, 1: just final, 2: just factorizations, 3: as 2 plus a bit more, 4: verbose.

Value

NULL

Details

Interface to the C function setLogLevel which calls the COIN-OR Clp function Clp_setLogLevel.

References

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