> Discrete Optimization > Transport: Piecewise Linear Optimization > Ending the Application |
Ending the Application |
INDEX PREVIOUS NEXT |
As in other C++ examples in this manual, the application ends with a call to the method IloEnv::end
to clean up the memory allocated for the environment and algorithm.
env.end(); |
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |