44 :
Exception(l,
"Value with mixed sign not allowed") {}
47 :
Exception(l,
"Attempt to create variable with empty domain") {}
50 :
Exception(l,
"Passed argument array has too few elements") {}
53 :
Exception(l,
"Sizes of argument arrays mismatch") {}
56 :
Exception(l,
"Argument array contains same variable multiply") {}
62 :
Exception(l,
"Unknown operation type") {}
65 :
Exception(l,
"Illegal operation type") {}
68 :
Exception(l,
"Unknown branching type") {}
71 :
Exception(l,
"Attempt to access value of unassigned variable") {}
Exception(const char *l, const char *i)
Initialize with location l and information i.
ArgumentSame(const char *l)
Initialize with location l.
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.
ValOfUnassignedVar(const char *l)
Initialize with location l.
ValueMixedSign(const char *l)
Initialize with location l.
VariableEmptyDomain(const char *l)
Initialize with location l.
Gecode toplevel namespace