36namespace Gecode {
namespace Set {
Exception: Base-class for exceptions
Exception: Arguments are of different size
Exception: Illegal operation passed as argument
Exception: Value out of limits
Exception: Too few arguments available in argument array
Exception: Unknown value or variable selection passed as argument
Exception: Unknown operation passed as argument
Exception: Unknown relation passed as argument
Exception: Variable created with empty domain
ArgumentSizeMismatch(const char *l)
Initialize with location l.
IllegalOperation(const char *l)
Initialize with location l.
OutOfLimits(const char *l)
Initialize with location l.
TooFewArguments(const char *l)
Initialize with location l.
UnknownBranching(const char *l)
Initialize with location l.
UnknownOperation(const char *l)
Initialize with location l.
UnknownRelation(const char *l)
Initialize with location l.
VariableEmptyDomain(const char *l)
Initialize with location l.
#define GECODE_SET_EXPORT
Gecode toplevel namespace