Tag Archives: efficiency

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

Creating StopWatch in AIMMS to time execution

There are situations where you would like to know how long the execution of something in AIMMS took. When you are working as an AIMMS developer, one of the tools you have for this is the AIMMS profiler. This profiler … Continue reading

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

Improve performance of for loop containing if-then statement

I often get the question from customers to help them with improving the performance of their project. There are different components of your AIMMS project that you can optimize. For example, you can try to reduce the time required by … Continue reading

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