41 : Exception(l,
"Number out of limits") {}
43 VariableEmptyDomain::VariableEmptyDomain(
const char* l)
44 : Exception(l,
"Attempt to create variable with empty domain") {}
46 TooFewArguments::TooFewArguments(
const char* l)
47 : Exception(l,
"Passed argument array has too few elements") {}
49 ArgumentSizeMismatch::ArgumentSizeMismatch(
const char* l)
50 : Exception(l,
"Sizes of argument arrays mismatch") {}
52 IllegalOperation::IllegalOperation(
const char* l)
53 : Exception(l,
"Illegal operation type") {}
55 UnknownBranching::UnknownBranching(
const char* l)
56 : Exception(l,
"Unknown branching type") {}
58 UnknownRelation::UnknownRelation(
const char* l)
59 : Exception(l,
"Unknown relation type") {}
61 UnknownOperation::UnknownOperation(
const char* l)
62 : Exception(l,
"Unknown operation type") {}
OutOfLimits(const char *l)
Initialize with location l.
Gecode toplevel namespace