FlowShopObjectiveVectorTraits.h

00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
00002 
00003 //-----------------------------------------------------------------------------
00004 // FlowShopObjectiveVectorTraits.h
00005 // (c) OPAC Team (LIFL), Dolphin Project (INRIA), 2007
00006 /*
00007     This library...
00008 
00009     Contact: paradiseo-help@lists.gforge.inria.fr, http://paradiseo.gforge.inria.fr
00010  */
00011 //-----------------------------------------------------------------------------
00012 
00013 #ifndef FLOWSHOPOBJECTIVEVECTORTRAITS_H_
00014 #define FLOWSHOPOBJECTIVEVECTORTRAITS_H_
00015 
00016 #include <core/moeoObjectiveVectorTraits.h>
00017 
00021 class FlowShopObjectiveVectorTraits : public moeoObjectiveVectorTraits
00022 {
00023 public:
00024 
00029     static bool minimizing (int _i);
00030 
00031 
00036     static bool maximizing (int _i);
00037 
00038 
00042     static unsigned int nObjectives ();
00043 
00044 };
00045 
00046 #endif /*FLOWSHOPOBJECTIVEVECTORTRAITS_H_*/

Generated on Mon Oct 8 10:35:51 2007 for ParadisEO-MOEOMovingObjects by  doxygen 1.4.7