Release the CPLEX environment

Tells how to end an application of the C API.

After all the calls from your application to the Callable Library are complete, you must release the CPLEX environment by calling the routine CPXcloseCPLEX. This routine tells CPLEX that:

  • all application calls to the Callable Library are complete;

  • CPLEX should release any memory allocated by CPLEX for this environment.