00001 // "city_swap.h" 00002 00003 // (c) OPAC Team, LIFL, 2002 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef city_swap_h 00010 #define city_swap_h 00011 00012 #include <eoOp.h> 00013 00014 #include "route.h" 00015 00018 class CitySwap : public eoMonOp <Route> { 00019 00020 public : 00021 00022 bool operator () (Route & __route) ; 00023 00024 } ; 00025 00026 #endif
1.4.7