Subscribe
Archives
- May 2012 (3)
- April 2012 (4)
- March 2012 (5)
- February 2012 (6)
- January 2012 (6)
- December 2011 (7)
- November 2011 (7)
Popular Posts
-
Recent Posts
Recent Comments
- Guido Diepen on Using model tree structure information in your model
- Will Usher on Using model tree structure information in your model
- Guido Diepen on Deploying a project with AIMMS as a self-contained solution
- kam on Deploying a project with AIMMS as a self-contained solution
- Guido Diepen on Check if given variable values satisfy all constraints
Tags
AIMMS Google group
AIMMS News Items
Tag Archives: Domain condition
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 Domain condition, efficiency, Performance, profiler, profiling
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