ContentsIndexHome
PreviousUpNext
Typical Usage

With the AIMMS SDK you would typically:

  1. Create an AIMMS session running the model.
  2. Assign data from your application to AIMMS identifiers.
  3. Run an AIMMS procedure to solve the AIMMS model.
  4. Retrieve the solution data to your application from the AIMMS identifiers.
  5. Repeat steps 2-4 as necessary.
  6. Close the AIMMS session.