The AIMMS SDK Server comes with a set of default rules that are used to start a specific AIMMS version
The tables below show the rules that come with default AIMMS SDK Server installation. When you installed your AIMMS versions to their default installation paths you do not need to alter or add to these rules, otherwise see Creating Rules for more information on how to add a non-default install location rule.
Normally these rule files reside in the subfolder rules of the location in which the config file is store, see Configuration.
URI Path |
AIMMS Install Path |
Connect URI example |
x64/${SubFolder} |
${ImageFolder}\x64\${SubFolder} |
tcp://hostname:5621/x64/MyAimms |
x86/${SubFolder} |
${ImageFolder}\x86\${SubFolder} |
tcp://hostname:5621/x86/MyAimms |
On Linux only the 64-bit variants are supported:
When you are using an AIMMS version higher than 4.29, you can just alter the 4.29 rule ( or make a copy first) AIMMS versions before 4.29 are not supported any more since SDK version 1.4.0.0, but older SDK versions are still available. See also Creating Rules.
URI Path |
AIMMS Install Path |
Connect URI example |
aimms-4.29 |
/usr/local/Aimms/4.29.1 |
tcp://hostname:5621/aimms-4.29 |