Tag Archives: Index domain

Tricks to Improve AIMMS Execution Time

The time spent by AIMMS applications can be divided into AIMMS execution time ( including evaluation parameters with definition, executing procedures, generate matrix for solvers, etc), the time spent by solvers, and the I/O time.  Here are some coding tricks … Continue reading

Posted in Beginner, Technical | Tagged , , | Leave a comment

Generate indexed constraint, except for certain elements

When you have an indexed constraint, sometimes you want this constraint not to be generated for certain elements of the index domain. Examples of these cases are: In the constraint you are referring to the previous or the next element. … Continue reading

Posted in Beginner, Technical | Tagged , | Leave a comment