Overview | Group | Tree | Graph | Index | Concepts |
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);
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |