NO FRAMES

CPXcompletelp

int CPXPUBLIC CPXcompletelp(CPXCENVptr env, CPXLPptr lp)
Definition file: cplex.h
Include files: cplex.h

The routine CPXcompletelp is provided to allow users to handle those rare cases where modification steps need to be closely managed; for example, when careful timings are desired for the individual steps in a user's solution process, or more control of memory allocations for problem modifications is needed.

Example

 status = CPXcompletelp (env, lp);
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

lp

A pointer to a CPLEX problem object as returned by CPXcreateprob.

Returns:

The routine returns zero on success and nonzero if an error occurs.