Learn R Programming

clpAPI (version 1.3.1)

getHitMaximumIterationsCLP: Returns True if Hit Maximum Iterations (or Time)

Description

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

Usage

getHitMaximumIterationsCLP(lp)

Arguments

lp

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

Value

True if hit maximum iterations (or time)

Details

Interface to the C function getHitMaximumIterations which calls the COIN-OR Clp function Clp_hitMaximumIterations.

References

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