convex.hh gecode/set.hh gecode/set/convex/conv.hpp gecode/set/convex/hull.hpp Gecode::Set::Convex::Convex Gecode::Set::Convex::ConvexHull Gecode Gecode::Set Gecode::Set::Convex /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *GuidoTack<tack@gecode.org> *ChristianSchulte<schulte@gecode.org> * *Contributingauthors: *GaborSzokoli<szokoli@gecode.org> * *Copyright: *GuidoTack,2004 *ChristianSchulte,2004 *GaborSzokoli,2004 * *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_SET_CONVEX_HH__ #define__GECODE_SET_CONVEX_HH__ #include<gecode/set.hh> namespaceGecode{namespaceSet{namespaceConvex{ classConvex:publicUnaryPropagator<SetView,PC_SET_ANY>{ protected: Convex(Space&home,boolshare,Convex&p); Convex(Homehome,SetView); public: GECODE_SET_EXPORTvirtualActor*copy(Space&home,bool); GECODE_SET_EXPORTvirtualExecStatuspropagate(Space&home,constModEventDelta&med); staticExecStatuspost(Homehome,SetViewx); }; classConvexHull:publicBinaryPropagator<SetView,PC_SET_ANY>{ protected: ConvexHull(Space&home,boolshare,ConvexHull&); ConvexHull(Homehome,SetView,SetView); public: GECODE_SET_EXPORTvirtualActor*copy(Space&home,bool); GECODE_SET_EXPORTvirtualExecStatuspropagate(Space&home,constModEventDelta&med); staticExecStatuspost(Homehome,SetViewx,SetViewy); }; }}} #include<gecode/set/convex/conv.hpp> #include<gecode/set/convex/hull.hpp> #endif //STATISTICS:set-prop