How-To

How to Deal with Data for Optimization Libraries

  • 10 February 2020
  • 0 replies
  • 32 views
How to Deal with Data for Optimization Libraries
Userlevel 6
Badge +6

An AIMMS library can be reused in other projects. To solve an optimization problem in a library we’re dealing with two abstraction mechanisms:

  • Procedures where sets transferred via the arguments have different meanings.
  • Declare global variables and constraints with a fixed index domain within the library, and use subsets of AllConstraints and AllVariables locally within that library.

These two abstraction mechanisms do not work together naturally.

This article explains how we can bring these two abstraction mechanisms together using element parameters. We’ll use an example based on the Transport Problem.

 

Read more...


0 replies

Be the first to reply!

Reply


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator