Overview | Group | Tree | Graph | Index | Concepts |
This routine frees all of the data structures associated with CPLEX and releases the license. It should be the last CPLEX routine called in any Callable Library application.
Example
status = CPXcloseCPLEX (&env);
See also lpex1.c
in the CPLEX User's Manual.
env_p | A pointer to a variable holding the pointer to the CPLEX environment as returned by |