plugin.hh /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *GuidoTack<tack@gecode.org> * *Copyright: *GuidoTack,2010 * *Lastmodified: *$Date:2012-02-2101:27:27+0100(Tue,21Feb2012)$by$Author:tack$ *$Revision:12530$ * *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_FLATZINC_PLUGIN_HH__ #define__GECODE_FLATZINC_PLUGIN_HH__ #ifdefGECODE_HAS_QT #include<QtCore> #include<QPluginLoader> #include<QLibrary> namespaceGecode{namespaceFlatZinc{ classGECODE_VTABLE_EXPORTBranchPlugin{ public: virtualvoidbranch(Gecode::FlatZinc::FlatZincSpace&s, Gecode::FlatZinc::AST::Call*c)=0; }; }} Q_DECLARE_INTERFACE(Gecode::FlatZinc::BranchPlugin, "org.gecode.FlatZinc.BranchPlugin/1.0"); #endif #endif //STATISTICS:flatzinc-any