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