Ending the application
Describes memory management in the application.
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();
Describes memory management in the application.
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();