circuit.hh gecode/int.hh gecode/int/distinct.hh gecode/int/circuit/base.hpp gecode/int/circuit/val.hpp gecode/int/circuit/dom.hpp Gecode::Int::Circuit::Base Gecode::Int::Circuit::Val Gecode::Int::Circuit::Dom Gecode::Int::Circuit Gecode Gecode::Int /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> * *Copyright: *ChristianSchulte,2006 * *Lastmodified: *$Date:2011-05-2516:56:41+0200(Wed,25May2011)$by$Author:schulte$ *$Revision:12022$ * *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_CIRCUIT_HH__ #define__GECODE_INT_CIRCUIT_HH__ #include<gecode/int.hh> #include<gecode/int/distinct.hh> namespaceGecode{namespaceInt{namespaceCircuit{ template<classView,classOffset> classBase:publicNaryPropagator<View,Int::PC_INT_DOM>{ protected: usingNaryPropagator<View,Int::PC_INT_DOM>::x; ViewArray<View>y; Offseto; Base(Space&home,boolshare,Base&p); Base(Homehome,ViewArray<View>&x,Offset&o); ExecStatusconnected(Space&home); ExecStatuspath(Space&home); public: virtualsize_tdispose(Space&home); }; template<classView,classOffset> classVal:publicBase<View,Offset>{ protected: usingBase<View,Offset>::x; usingBase<View,Offset>::y; usingBase<View,Offset>::connected; usingBase<View,Offset>::path; usingBase<View,Offset>::o; Val(Space&home,boolshare,Val&p); Val(Homehome,ViewArray<View>&x,Offset&o); public: virtualActor*copy(Space&home,boolshare); virtualPropCostcost(constSpace&home,constModEventDelta&med)const; virtualExecStatuspropagate(Space&home,constModEventDelta&med); staticExecStatuspost(Homehome,ViewArray<View>&x,Offset&o); }; template<classView,classOffset> classDom:publicBase<View,Offset>{ protected: usingBase<View,Offset>::x; usingBase<View,Offset>::y; usingBase<View,Offset>::connected; usingBase<View,Offset>::path; usingBase<View,Offset>::o; Int::Distinct::DomCtrl<View>dc; Dom(Space&home,boolshare,Dom&p); Dom(Homehome,ViewArray<View>&x,Offset&o); public: virtualActor*copy(Space&home,boolshare); virtualPropCostcost(constSpace&home,constModEventDelta&med)const; virtualExecStatuspropagate(Space&home,constModEventDelta&med); staticExecStatuspost(Homehome,ViewArray<View>&x,Offset&o); }; }}} #include<gecode/int/circuit/base.hpp> #include<gecode/int/circuit/val.hpp> #include<gecode/int/circuit/dom.hpp> #endif //STATISTICS:int-prop