Loading...
Searching...
No Matches
gamsmodelinstanceopt.h
46 GAMSModelInstanceOpt(std::string solver = "", int optfile = -1, int noMatchLimit = 0, bool debug = false);
The GAMSModelInstanceOpt can be used to customize the GAMSModelInstance.solve() routine.
Definition: gamsmodelinstanceopt.h:39
bool operator!=(const GAMSModelInstanceOpt &other) const
void setNoMatchLimit(const int noMatchLimit)
bool debug()
void setSolver(const std::string &solver)
int noMatchLimit()
GAMSModelInstanceOpt(std::string solver="", int optfile=-1, int noMatchLimit=0, bool debug=false)
void setDebug(const bool debug)
void setOptFile(const int optfile)
bool operator==(const GAMSModelInstanceOpt &other) const
std::string solver()
GAMSModelInstanceOpt & operator=(const GAMSModelInstanceOpt &other)