ILOG CPLEX 11.0 User's Manual > Discrete Optimization > Using Semi-Continuous Variables: a Rates Example > Ending the Application |
Ending the Application |
INDEX PREVIOUS NEXT |
As in all C++ CPLEX applications, this program ends with a call to IloEnv::end
to de-allocate the model and algorithm after they are no longer in use.
env.end(); |
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |