38 namespace Gecode {
namespace Int {
170 :
Exception(l,
"Attempt to create variable with empty domain") {}
174 :
Exception(l,
"Not a zero/one integer value") {}
179 :
Exception(l,
"Passed argument array has too few elements") {}
183 :
Exception(l,
"Sizes of argument arrays mismatch") {}
187 :
Exception(l,
"Argument array contains same variable multiply") {}
192 :
Exception(l,
"Unknown relation type") {}
196 :
Exception(l,
"Unknown operation type") {}
200 :
Exception(l,
"Illegal operation type") {}
204 :
Exception(l,
"Unknown branching type") {}
208 :
Exception(l,
"Unknown reification mode") {}
212 :
Exception(l,
"Attempt to access value of unassigned variable") {}
216 :
Exception(l,
"Tuple set not yet finalized") {}
220 :
Exception(l,
"Variable in symmetry not branched on") {}
224 :
Exception(l,
"Value selection incomatible with LDSB") {}
ArgumentSame(const char *l)
Initialize with location l.
VariableEmptyDomain(const char *l)
Initialize with location l.
Exception: Value out of limits
Exception: Too few arguments available in argument array
Exception: Unknown operation passed as argument
UnknownRelation(const char *l)
Initialize with location l.
UnknownReifyMode(const char *l)
Initialize with location l.
ArgumentSizeMismatch(const char *l)
Initialize with location l.
Exception: Tuple set not yet finalized
UnknownBranching(const char *l)
Initialize with location l.
LDSBUnbranchedVariable(const char *l)
Initialize with location l.
OutOfLimits(const char *l)
Initialize with location l.
TooFewArguments(const char *l)
Initialize with location l.
Exception: Unknown relation passed as argument
Exception: Unknown value or variable selection passed as argument
ValOfUnassignedVar(const char *l)
Initialize with location l.
Exception: Variable created with empty domain
Exception: Illegal operation passed as argument
Exception: Variable in symmetry not branched on
UnknownOperation(const char *l)
Initialize with location l.
NotZeroOne(const char *l)
Initialize with location l.
Exception: Value selection incompatible with LDSB
Exception: Attempt to access value of unassigned variable
Exception: Base-class for exceptions
IllegalOperation(const char *l)
Initialize with location l.
Exception: Arguments contain same variable multiply
NotYetFinalized(const char *l)
Initialize with location l.
Exception: Not 0/1 integer
Exception: Unknown reification mode passed as argument
Gecode toplevel namespace
#define GECODE_VTABLE_EXPORT
Exception: Arguments are of different size
LDSBBadValueSelection(const char *l)
Initialize with location l.