Skip to main content

How to Generated Mathematical Programs

  • March 28, 2019
  • 0 replies
  • 52 views

User Support
AIMMSian
In the simplest form solving a Mathematical Program identifier is done by using the intrinsic solve statement of AIMMS:

code:
solve MathProgram ;

https://clipboardjs.com/assets/images/clippy.svg
For the majority of the AIMMS modelers, this suffices for their needs. Whenever you want to have more advanced control over what happens, you have to start working with Generated Mathematical Programs (GMP). With GMP’s, you have full control over the constraint matrix: you can edit coefficients and add new constraints and variables.

read more here

0 replies

Be the first to reply!


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

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