Called by AIMMS to shutdown the solver.
virtual void Shutdown() = 0;
The Shutdown method has no return value.
The Shutdown method is called by AIMMS to allow a graceful shutdown of the solver DLL. Any memory or other resources that are in use by the solver should be freed.
ISolverInfo Methods