merge_route_eval.h

00001 // "merge_route_eval.h"
00002 
00003 // (c) OPAC Team, LIFL, 2005
00004 
00005 /* 
00006    Contact: paradiseo-help@lists.gforge.inria.fr
00007 */
00008 
00009 #ifndef __merge_route_eval_h
00010 #define __merge_route_eval_h
00011 
00012 #include <peoAggEvalFunc.h>
00013 
00014 #include "route.h"
00015 
00016 class MergeRouteEval : public peoAggEvalFunc <Route> {
00017   
00018 public :
00019 
00020   void operator () (Route & __route, const int & __part_fit) ;
00021   
00022 };
00023 
00024 #endif

Generated on Tue Jan 9 15:47:41 2007 for ParadisEO-PEO - Lessons by  doxygen 1.4.7