partial_mapped_xover.h

00001 // "partial_mapped_xover.h"
00002 
00003 // (c) OPAC Team, LIFL, 2003
00004 
00005 /* 
00006    Contact: paradiseo-help@lists.gforge.inria.fr
00007 */
00008 
00009 #ifndef partial_mapped_xover_h
00010 #define partial_mapped_xover_h
00011 
00012 #include <eoOp.h>
00013 
00014 #include "route.h"
00015 
00017 class PartialMappedXover : public eoQuadOp <Route> {
00018   
00019 public :
00020   
00021   bool operator () (Route & __route1, Route & __route2) ;
00022 
00023 private :
00024   
00025   void repair (Route & __route, unsigned __cut1, unsigned __cut2) ;
00026 } ;
00027 
00028 #endif

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