ContentsIndexHome
PreviousUpNext
AIMMS.openSessionExt Method

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

 

Java
public static ISession openSessionExt(String aimmsLocation, 
                                             String projectLocation, 
                                             IConfig sessionConfig, 
                                             String connectOptions);
Parameters 
Description 
String aimmsLocation 
The location URI of where to start or connect to AIMMS.  
String projectLocation 
The AIMMS project file (.prj) to open.  
IConfig sessionConfig 
The IConfig to use.  
String connectOptions 
The connection options to use.  

The created ISession object.