support-values.hh gecode/int.hh gecode/int/support-values.hpp /usr/include/gecode/int/arithmetic/mult.hpp Gecode::Int::SupportValues Gecode::Int::SupportValues::RangePos Gecode::Int::SupportValues::Unsupported Gecode Gecode::Int /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> * *Copyright: *ChristianSchulte,2008 * *Lastmodified: *$Date:2013-02-1416:29:11+0100(Thu,14Feb2013)$by$Author:schulte$ *$Revision:13292$ * *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. * */ #ifndef__GECODE_INT_SUPPORT_VALUES_HH__ #define__GECODE_INT_SUPPORT_VALUES_HH__ #include<gecode/int.hh> namespaceGecode{namespaceInt{ template<classView,classA> classSupportValues{ private: A&a; classRangePos{ public: intmin; unsignedintpos; }; classUnsupported{ private: RangePos*rp; unsignedintp; SupportValues&sv; voidfind(void); public: Unsupported(SupportValues&sv0); booloperator ()(void)const; voidoperator ++(void); intval(void)const; }; Viewx; Gecode::Support::BitSetBasebs; RangePos*rp_fst; RangePos*rp_lst; RangePos*rp; intv; intmax; bool_support(intn); public: SupportValues(A&a,Viewx); ~SupportValues(void); voidreset(void); booloperator ()(void)const; voidoperator ++(void); intval(void)const; voidsupport(void); boolsupport(intn); boolsupport(longlongintn); ModEventtell(Space&home); }; }} #include<gecode/int/support-values.hpp> #endif //STATISTICS:int-prop