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.KeepFilesOnError) | |
Constructor. | |
Public Attributes | |
string | WorkingDirectory = null |
GAMS working directory, anchor for all file-based operations. | |
string | SystemDirectory = null |
GAMS system directory. | |
DebugLevel | Debug = DebugLevel.KeepFilesOnError |
Debug Level. | |
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.KeepFilesOnError |
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.