Loading...
Searching...
No Matches
gamsdomain.h
This class represents a abstraction of GAMSSet objects and relaxed sets, i.e. strings.
Definition: gamsdomain.h:38
GAMSDomain & operator=(const GAMSDomain &other)
GAMSDomain & operator=(const GAMSSet &set)
GAMSDomain(const GAMSSet &set)
GAMSSet getSet() const
bool isValid() const
GAMSDomain(const GAMSDomain &other)
bool operator==(const GAMSDomain &other) const
const std::string & name() const
bool operator!=(const GAMSDomain &other) const
bool isRelaxed() const
GAMSDomain & operator=(const std::string &relaxedName)
GAMSDomain(const char *relaxedName)
GAMSDomain & operator=(const char *relaxedName)
GAMSDomain(const std::string &relaxedName)
Definition: gamsset.h:37