Learn R Programming

clpAPI (version 1.3.1)

solveInitialCLP: Solve LP Problem with a General Solve Algorithm

Description

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

Usage

solveInitialCLP(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

A return code.

Details

Interface to the C function solveInitial which calls the COIN-OR Clp function Clp_initialSolve.

References

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