Loading...
Searching...
No Matches
GAMS.GAMSWorkspaceInfo Class Reference

The GAMSWorkspaceInfo can be used input parameter for the GAMSWorkspace constructor. More...

Public Member Functions

 GAMSWorkspaceInfo (string workingDirectory=null, string systemDirectory=null, DebugLevel debug=DebugLevel.Off)
 Constructor.
 

Public Attributes

string WorkingDirectory = null
 GAMS working directory, anchor for all file-based operations.
 
string SystemDirectory = null
 GAMS system directory.
 
DebugLevel Debug = DebugLevel.Off
 Debug Level.
 

Detailed Description

The GAMSWorkspaceInfo can be used input parameter for the GAMSWorkspace constructor.

Constructor & Destructor Documentation

◆ GAMSWorkspaceInfo()

GAMS.GAMSWorkspaceInfo.GAMSWorkspaceInfo ( string  workingDirectory = null,
string  systemDirectory = null,
DebugLevel  debug = DebugLevel::Off 
)
inline

Constructor.

Parameters
workingDirectoryGAMS working directory, anchor for all file-based operations (determined automatically if omitted, in user's temporary folder)
systemDirectoryGAMS system directory (determined automatically if omitted)
debugDebug Level

Member Data Documentation

◆ Debug

DebugLevel GAMS.GAMSWorkspaceInfo.Debug = DebugLevel.Off

Debug Level.

◆ SystemDirectory

string GAMS.GAMSWorkspaceInfo.SystemDirectory = null

GAMS system directory.

◆ WorkingDirectory

string GAMS.GAMSWorkspaceInfo.WorkingDirectory = null

GAMS working directory, anchor for all file-based operations.