How ILOG CPLEX Works

When your application uses routines of the ILOG CPLEX Callable Library, it must first open the ILOG CPLEX environment, then create and populate a problem object before it solves a problem. Before it exits, the application must also free the problem object and release the ILOG CPLEX environment. The following sections explain those steps.


Previous Page: Building Applications that Use the CPLEX Parallel Optimizers   Return to Top Next Page: Opening the ILOG CPLEX Environment