Creating libraries to share/reuse functionality in multiple projects is a powerful feature of AIMMS. In this article, we present some best practices and tips to create such libraries of functions and procedures.
The following are discussed in detail:
- Library organization - interfacing with a library is eased by a proper organization into sections.
- Functions - functions are popular because they can be used in expressions.
- Procedures - procedures are popular because they can assign new data to global identifiers.