city_swap.h

00001 // -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
00002 
00003 // "city_swap.h"
00004 
00005 // (c) OPAC Team, LIFL, 2002-2006
00006 
00007 /* TEXT LICENCE
00008    
00009    Contact: paradiseo-help@lists.gforge.inria.fr
00010 */
00011 
00012 #ifndef city_swap_h
00013 #define city_swap_h
00014 
00015 #include <eoOp.h>
00016 
00017 #include "route.h"
00018 
00021 class CitySwap : public eoMonOp <Route> {
00022   
00023 public :
00024   
00025   bool operator () (Route & __route) ;
00026     
00027 } ;
00028 
00029 #endif

Generated on Thu Sep 20 11:30:28 2007 for ParadisEO-MOMovingObjects by  doxygen 1.5.2