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 More... | |
Public Attributes | |
string | WorkingDirectory = null |
GAMS working directory, anchor for all file-based operations More... | |
string | SystemDirectory = null |
GAMS system directory More... | |
DebugLevel | Debug = DebugLevel.Off |
Debug Level More... | |
Detailed Description
The GAMSWorkspaceInfo can be used input parameter for the GAMSWorkspace constructor.
Constructor & Destructor Documentation
◆ GAMSWorkspaceInfo()
|
inline |
Constructor
- Parameters
-
workingDirectory GAMS working directory, anchor for all file-based operations (determined automatically if omitted, in user's temporary folder) systemDirectory GAMS system directory (determined automatically if omitted) debug Debug 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