Project Setup¶
To prepare a project to be used with the AIMMS PRO platform in its most basic Outline form, you should perform the following steps:
- Add the AIMMS PRO Client and GUI libraries to your project,
- Modify the procedures that need to be executed at the server,
- Add an action to your GUI that opens the Request Manager page,
- Create a .aimmspack file and publish this to the server via the PRO portal as described in AIMMS Application Management.
We will describe each of these steps. In addition, we describe the additional features offered by the AIMMS PRO framework that will allow you to create customized workflows between your client application and a server-side session executing your (optimization) requests.
- Adding PRO Libraries to your Project
- Basic AIMMS PRO Workflow
- Conversion Guidelines
- AIMMS PRO and Data Management
- Advanced AIMMS PRO Workflows
- Determining the Application State to Transfer
- Advanced Usage of
pro::DelegateToServer
- Communication Between client-side and Server-side Sessions
- Using Messages in Your PRO Applications
- The PRO Progress Window
- Using Solver leases instead of DelegateToServer
- Debugging PRO-enabled Projects