Skip to main content

Launching and Shutting Down your AIMMS App with Libraries

Launching and Shutting Down your AIMMS App with Libraries
Forum|alt.badge.img

To properly launch and shut down an AIMMS application, it’s important for a model builder to know the initialization and termination sequence order used by AIMMS. Therefore, in this tutorial, we built a small application to illustrate the order of initialization and termination. 

There are various other questions a modeler may have regarding the initialization and termination of an app, including:

  • When can you rely on a library to be initialized?
  • How to stop a running application?

Check out the How-To by @Chris Kuip and download the sample application to walkthrough the process in detail.