exception.hpp /usr/include/gecode/int.hh Gecode::Int::OutOfLimits Gecode::Int::NotZeroOne Gecode::Int::VariableEmptyDomain Gecode::Int::TooFewArguments Gecode::Int::ArgumentSizeMismatch Gecode::Int::ArgumentSame Gecode::Int::UnknownRelation Gecode::Int::UnknownOperation Gecode::Int::IllegalOperation Gecode::Int::UnknownBranching Gecode::Int::UnknownReifyMode Gecode::Int::ValOfUnassignedVar Gecode::Int::NotYetFinalized Gecode::Int::LDSBUnbranchedVariable Gecode::Int::LDSBBadValueSelection Gecode Gecode::Int /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> * *Copyright: *ChristianSchulte,2004 * *Lastmodified: *$Date:2013-03-0702:18:29+0100(Thu,07Mar2013)$by$Author:mears$ *$Revision:13455$ * *ThisfileispartofGecode,thegenericconstraint *developmentenvironment: *http://www.gecode.org * *Permissionisherebygranted,freeofcharge,toanypersonobtaining *acopyofthissoftwareandassociateddocumentationfiles(the *"Software"),todealintheSoftwarewithoutrestriction,including *withoutlimitationtherightstouse,copy,modify,merge,publish, *distribute,sublicense,and/orsellcopiesoftheSoftware,andto *permitpersonstowhomtheSoftwareisfurnishedtodoso,subjectto *thefollowingconditions: * *Theabovecopyrightnoticeandthispermissionnoticeshallbe *includedinallcopiesorsubstantialportionsoftheSoftware. * *THESOFTWAREISPROVIDED"ASIS",WITHOUTWARRANTYOFANYKIND, *EXPRESSORIMPLIED,INCLUDINGBUTNOTLIMITEDTOTHEWARRANTIESOF *MERCHANTABILITY,FITNESSFORAPARTICULARPURPOSEAND *NONINFRINGEMENT.INNOEVENTSHALLTHEAUTHORSORCOPYRIGHTHOLDERSBE *LIABLEFORANYCLAIM,DAMAGESOROTHERLIABILITY,WHETHERINANACTION *OFCONTRACT,TORTOROTHERWISE,ARISINGFROM,OUTOFORINCONNECTION *WITHTHESOFTWAREORTHEUSEOROTHERDEALINGSINTHESOFTWARE. * */ namespaceGecode{namespaceInt{ classGECODE_VTABLE_EXPORTOutOfLimits:publicException{ public: OutOfLimits(constchar*l); }; classGECODE_VTABLE_EXPORTNotZeroOne:publicException{ public: NotZeroOne(constchar*l); }; classGECODE_VTABLE_EXPORTVariableEmptyDomain:publicException{ public: VariableEmptyDomain(constchar*l); }; classGECODE_VTABLE_EXPORTTooFewArguments:publicException{ public: TooFewArguments(constchar*l); }; classGECODE_VTABLE_EXPORTArgumentSizeMismatch:publicException{ public: ArgumentSizeMismatch(constchar*l); }; classGECODE_VTABLE_EXPORTArgumentSame:publicException{ public: ArgumentSame(constchar*l); }; classGECODE_VTABLE_EXPORTUnknownRelation:publicException{ public: UnknownRelation(constchar*l); }; classGECODE_VTABLE_EXPORTUnknownOperation:publicException{ public: UnknownOperation(constchar*l); }; classGECODE_VTABLE_EXPORTIllegalOperation:publicException{ public: IllegalOperation(constchar*l); }; classGECODE_VTABLE_EXPORTUnknownBranching:publicException{ public: UnknownBranching(constchar*l); }; classGECODE_VTABLE_EXPORTUnknownReifyMode:publicException{ public: UnknownReifyMode(constchar*l); }; classGECODE_VTABLE_EXPORTValOfUnassignedVar:publicException{ public: ValOfUnassignedVar(constchar*l); }; classGECODE_VTABLE_EXPORTNotYetFinalized:publicException{ public: NotYetFinalized(constchar*l); }; classGECODE_VTABLE_EXPORTLDSBUnbranchedVariable:publicException{ public: LDSBUnbranchedVariable(constchar*l); }; classGECODE_VTABLE_EXPORTLDSBBadValueSelection:publicException{ public: LDSBBadValueSelection(constchar*l); }; /* *Classesforexceptionsraisedbyintegermodule * */ inline OutOfLimits::OutOfLimits(constchar*l) :Exception(l,"Numberoutoflimits"){} inline VariableEmptyDomain::VariableEmptyDomain(constchar*l) :Exception(l,"Attempttocreatevariablewithemptydomain"){} inline NotZeroOne::NotZeroOne(constchar*l) :Exception(l,"Notazero/oneintegervalue"){} inline TooFewArguments::TooFewArguments(constchar*l) :Exception(l,"Passedargumentarrayhastoofewelements"){} inline ArgumentSizeMismatch::ArgumentSizeMismatch(constchar*l) :Exception(l,"Sizesofargumentarraysmismatch"){} inline ArgumentSame::ArgumentSame(constchar*l) :Exception(l,"Argumentarraycontainssamevariablemultiply"){} inline UnknownRelation::UnknownRelation(constchar*l) :Exception(l,"Unknownrelationtype"){} inline UnknownOperation::UnknownOperation(constchar*l) :Exception(l,"Unknownoperationtype"){} inline IllegalOperation::IllegalOperation(constchar*l) :Exception(l,"Illegaloperationtype"){} inline UnknownBranching::UnknownBranching(constchar*l) :Exception(l,"Unknownbranchingtype"){} inline UnknownReifyMode::UnknownReifyMode(constchar*l) :Exception(l,"Unknownreificationmode"){} inline ValOfUnassignedVar::ValOfUnassignedVar(constchar*l) :Exception(l,"Attempttoaccessvalueofunassignedvariable"){} inline NotYetFinalized::NotYetFinalized(constchar*l) :Exception(l,"Tuplesetnotyetfinalized"){} inline LDSBUnbranchedVariable::LDSBUnbranchedVariable(constchar*l) :Exception(l,"Variableinsymmetrynotbranchedon"){} inline LDSBBadValueSelection::LDSBBadValueSelection(constchar*l) :Exception(l,"ValueselectionincomatiblewithLDSB"){} }} //STATISTICS:int-other