Loading...
Searching...
No Matches
gamsworkspaceinfo.h
45 GAMSWorkspaceInfo(const std::string &workingDirectory = "", const std::string &systemDirectory = ""
The GAMSWorkspaceInfo can be used to input parameters for the GAMSWorkspace constructor.
Definition gamsworkspaceinfo.h:38
GAMSWorkspaceInfo(const std::string &workingDirectory="", const std::string &systemDirectory="", GAMSEnum::DebugLevel debug=GAMSEnum::DebugLevel::KeepFilesOnError)
bool operator==(const GAMSWorkspaceInfo &other) const
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.
void setWorkingDirectory(const std::string &workingDir)
bool operator!=(const GAMSWorkspaceInfo &other) const
std::string systemDirectory() const
Get GAMS system directory, i.e. installation directory of the GAMS distribution.
void setSystemDirectory(const std::string &systemDir)