Loading...
Searching...
No Matches
gamsworkspaceinfo.h
The GAMSWorkspaceInfo can be used to input parameters for the GAMSWorkspace constructor.
Definition: gamsworkspaceinfo.h:38
GAMSWorkspaceInfo(std::string workingDirectory="", std::string systemDirectory="", GAMSEnum::DebugLevel debug=GAMSEnum::DebugLevel::KeepFilesOnError)
void setSystemDirectory(std::string systemDir)
bool operator==(const GAMSWorkspaceInfo &other) const
void setWorkingDirectory(std::string workingDir)
GAMSWorkspaceInfo(GAMSEnum::DebugLevel debug)
void setDebug(GAMSEnum::DebugLevel debug)
std::string workingDirectory() const
Get GAMS working directory, i.e. the anchor for all file-based operations.
bool operator!=(const GAMSWorkspaceInfo &other) const
std::string systemDirectory() const
Get GAMS system directory, i.e. installation directory of the GAMS distribution.