ContentsIndexHome
PreviousUpNext
Getting Started

Below you will find some hints and tutorials on getting started with the AIMMS SDK. The string "${AIMMS_SDK_HOME}" refers to the value of the environment variable AIMMS_SDK_HOME, which is set by the installation of the AIMMS SDK. It is a placeholder for the location where you installed the SDK.

Name 
Description 
Java 
In order to use the Java AIMMS SDK the location of the aimmssdk jar file must be included in your Java class path. The (version-specific) jar file can be found at  
C# 
In order to use the C# AIMMS SDK in your application you should just reference the aimmssdk.dll in your project. The aimmssdk.dll can be found at
${AIMMS_SDK_HOME}\cs
See also the C# using Visual Studio 2013 tutorial. 
C++ 
In order to use the C++ AIMMS SDK you need to extend the header and library search path for the compiler/linker: