FlowShop.h

00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
00002 
00003 //-----------------------------------------------------------------------------
00004 // FlowShop.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 FLOWSHOP_H_
00014 #define FLOWSHOP_H_
00015 
00016 #include <core/moeoVector.h>
00017 #include <FlowShopObjectiveVector.h>
00018 
00022 class FlowShop: public moeoVector < FlowShopObjectiveVector , double , double , unsigned int >
00023 {
00024 public:
00025 
00029     std::string className() const;
00030 
00031 };
00032 
00033 #endif /*FLOWSHOP_H_*/

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