array-traits.hpp /usr/include/gecode/float.hh Gecode::ArrayTraits< VarArgArray< FloatVar > > Gecode::ArrayTraits< VarArray< FloatVar > > Gecode::ArrayTraits< PrimArgArray< FloatVal > > Gecode::ArrayTraits< FloatVarArray > Gecode::ArrayTraits< FloatVarArgs > Gecode::ArrayTraits< FloatValArgs > Gecode /*-*-mode:C++;c-basic-offset:2;indent-tabs-mode:nil-*-*/ /* *Mainauthors: *ChristianSchulte<schulte@gecode.org> *VincentBarichard<Vincent.Barichard@univ-angers.fr> * *Copyright: *ChristianSchulte,2005 *VincentBarichard,2012 * *Lastmodified: *$Date:2013-01-2917:43:05+0100(Tue,29Jan2013)$by$Author:schulte$ *$Revision:13241$ * *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. * */ namespaceGecode{ classFloatVarArgs; classFloatVarArray; classFloatValArgs; template<> classArrayTraits<VarArgArray<FloatVar>>{ public: typedefFloatVarArgsStorageType; typedefFloatVarValueType; typedefFloatVarArgsArgsType; }; template<> classArrayTraits<VarArray<FloatVar>>{ public: typedefFloatVarArrayStorageType; typedefFloatVarValueType; typedefFloatVarArgsArgsType; }; template<> classArrayTraits<PrimArgArray<FloatVal>>{ public: typedefFloatValArgsStorageType; typedefFloatValValueType; typedefFloatValArgsArgsType; }; template<> classArrayTraits<FloatVarArray>{ public: typedefFloatVarArrayStorageType; typedefFloatVarValueType; typedefFloatVarArgsArgsType; }; template<> classArrayTraits<FloatVarArgs>{ public: typedefFloatVarArgsStorageType; typedefFloatVarValueType; typedefFloatVarArgsArgsType; }; template<> classArrayTraits<FloatValArgs>{ public: typedefFloatValArgsStorageType; typedefFloatValValueType; typedefFloatValArgsArgsType; }; } //STATISTICS:float-other