> Discrete Optimization > Cutting Stock: Column Generation > Ending the Program |
Ending the Program |
INDEX PREVIOUS NEXT |
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(); |
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |