38namespace Gecode {
namespace MiniModel {
41 :
Exception(
l,
"Passed argument array has too few elements") {}
44 :
Exception(
l,
"Sizes of argument arrays mismatch") {}
Exception: Base-class for exceptions
ArgumentOutOfRange(const char *l)
Initialize with location l.
ArgumentSizeMismatch(const char *l)
Initialize with location l.
TooFewArguments(const char *l)
Initialize with location l.
Gecode toplevel namespace