gcc.hh gecode/int.hh gecode/int/gcc/view.hpp gecode/int/gcc/bnd-sup.hpp gecode/int/gcc/dom-sup.hpp gecode/int/gcc/post.hpp gecode/int/gcc/val.hpp gecode/int/gcc/bnd.hpp gecode/int/gcc/dom.hpp Gecode::Int::GCC::Val Gecode::Int::GCC::Bnd Gecode::Int::GCC::Dom Gecode::Int::GCC Gecode Gecode::Int /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *PatrickPekczynski<pekczynski@ps.uni-sb.de> * *Contributingauthors: *ChristianSchulte<schulte@gecode.org> *GuidoTack<tack@gecode.org> * *Copyright: *PatrickPekczynski,2004/2005 *ChristianSchulte,2009 *GuidoTack,2009 * *Lastmodified: *$Date:2009-10-1217:36:53+0200(Mon,12Oct2009)$by$Author:schulte$ *$Revision:9878$ * *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_GCC_HH__ #define__GECODE_INT_GCC_HH__ #include<gecode/int.hh> #include<gecode/int/gcc/view.hpp> #include<gecode/int/gcc/bnd-sup.hpp> #include<gecode/int/gcc/dom-sup.hpp> namespaceGecode{namespaceInt{namespaceGCC{ template<classCard> classVal:publicPropagator{ protected: ViewArray<IntView>x; ViewArray<Card>k; Val(Homehome,ViewArray<IntView>&x,ViewArray<Card>&k); Val(Space&home,boolshare,Val<Card>&p); public: virtualActor*copy(Space&home,boolshare); virtualPropCostcost(constSpace&home,constModEventDelta&med)const; virtualExecStatuspropagate(Space&home,constModEventDelta&med); virtualsize_tdispose(Space&home); staticExecStatuspost(Homehome, ViewArray<IntView>&x,ViewArray<Card>&k); }; template<classCard> classBnd:publicPropagator{ protected: ViewArray<IntView>x; ViewArray<IntView>y; ViewArray<Card>k; PartialSum<Card>lps; PartialSum<Card>ups; boolcard_fixed; boolskip_lbc; Bnd(Space&home,boolshare,Bnd<Card>&p); ExecStatuspruneCards(Space&home); ExecStatuslbc(Space&home,int&nb,HallInfohall[],Rankrank[], intmu[],intnu[]); ExecStatusubc(Space&home,int&nb,HallInfohall[],Rankrank[], intmu[],intnu[]); Bnd(Homehome,ViewArray<IntView>&,ViewArray<Card>&,bool,bool); public: virtualActor*copy(Space&home,boolshare); virtualPropCostcost(constSpace&home,constModEventDelta&med)const; virtualExecStatuspropagate(Space&home,constModEventDelta&med); virtualsize_tdispose(Space&home); staticExecStatuspost(Homehome, ViewArray<IntView>&x,ViewArray<Card>&k); }; template<classCard> classDom:publicPropagator{ protected: ViewArray<IntView>x; ViewArray<IntView>y; ViewArray<Card>k; VarValGraph<Card>*vvg; boolcard_fixed; Dom(Space&home,boolshare,Dom<Card>&p); Dom(Homehome,ViewArray<IntView>&,ViewArray<Card>&,bool); public: virtualActor*copy(Space&home,boolshare); virtualPropCostcost(constSpace&home,constModEventDelta&med)const; virtualExecStatuspropagate(Space&home,constModEventDelta&med); virtualsize_tdispose(Space&home); staticExecStatuspost(Homehome, ViewArray<IntView>&x,ViewArray<Card>&k); }; }}} #include<gecode/int/gcc/post.hpp> #include<gecode/int/gcc/val.hpp> #include<gecode/int/gcc/bnd.hpp> #include<gecode/int/gcc/dom.hpp> #endif //STATISTICS:int-prop