ContentsIndexHome
PreviousUpNext
AIMMS feature support

The SDK offers access to a subset of all the concepts and features that are available in AIMMS.

The SDK offers interaction with the data of Sets, Parameters and Variables. All other data-related identifiers are not supported. In addition the following restrictions apply:

Sets

Supported: Integer and ordinary Sets 

Not Supported: Compound Sets, Calendars, Horizons, Sets that have ordering 

 

Parameters and Variables

Supported: String, Element and Numeric, including definitions 

Not Supported: Suffices, Units, Nodes, Arcs 

 

Execution

Supported: Procedures, including Procedures with arguments 

Not Supported: Functions, Macros 

 

AIMMS Special Values

Special values (like UNDF, ZERO, ...) are not supported. 

 

Data Changes

Supported: Data changed by write actions in the SDK or a procedure run initiated through the SDK. 

Not Supported: Data changed by other means, such as a scheduled task. 

Note: If data is changed by the SDK and the changes are retrieved, all changes, thus also those by other means, are obtained.