ContentsIndexHome
PreviousUpNext
aimms::openSessionExt Function

Creates an ISession object that represents the specified AIMMS model, using a user-specified configuration. 

 

C++
AIMMSSDK_API extern ISession* openSessionExt(const char* szAimmsLocation, 
                                                     const char* szProjectLocation, 
                                                     IConfig* sessionConfig, 
                                                     const char* szConnectOptions);
Parameters 
Description 
const char* szAimmsLocation 
The location URI of where to start or connect to AIMMS.  
const char* szProjectLocation 
The AIMMS project file (.prj) to open.  
IConfig* sessionConfig 
The IConfig to use.  
const char* szConnectOptions 
The optional extra connect options to use.  

The created ISession object.