exec.hh gecode/int.hh gecode/int/exec/when.hpp Gecode::Int::Exec::When Gecode::Int::Exec Gecode Gecode::Int /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> * *Copyright: *ChristianSchulte,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_EXEC_HH__ #define__GECODE_INT_EXEC_HH__ #include<gecode/int.hh> namespaceGecode{namespaceInt{namespaceExec{ classWhen:publicUnaryPropagator<BoolView,PC_BOOL_VAL>{ protected: usingUnaryPropagator<BoolView,PC_BOOL_VAL>::x0; void(*t)(Space&); void(*e)(Space&); When(Space&home,boolshare,When&p); When(Homehome,BoolViewx,void(*t0)(Space&),void(*e0)(Space&)); public: GECODE_INT_EXPORT virtualActor*copy(Space&home,boolshare); GECODE_INT_EXPORT virtualExecStatuspropagate(Space&home,constModEventDelta&med); GECODE_INT_EXPORT staticExecStatuspost(Homehome,BoolViewx, void(*t)(Space&),void(*e)(Space&)); }; }}} #include<gecode/int/exec/when.hpp> #endif //STATISTICS:int-prop