00001 // "two_opt.h" 00002 00003 // (c) OPAC Team, LIFL, January 2006 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef __two_opt_h 00010 #define __two_opt_h 00011 00012 #include <utility> 00013 #include <moMove.h> 00014 00015 #include "route.h" 00016 00017 class TwoOpt : public moMove <Route>, public std :: pair <unsigned, unsigned> { 00018 00019 public : 00020 00021 void operator () (Route & __route); 00022 00023 } ; 00024 00025 #endif
1.4.7