ILOG CPLEX 11.0 User's Manual > Discrete Optimization > Using Column Generation: a Cutting Stock Example > Ending the Program

As in other C++ Concert Technology applications, this program ends with a call to IloEnv::end to de-allocate the models and algorithms once they are no longer in use.

    env.end();