00001 // "opt_route.h" 00002 00003 // (c) OPAC Team, LIFL, January 2006 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #ifndef __opt_route_h 00010 #define __opt_route_h 00011 00012 #include <cassert> 00013 #include <utils/eoParser.h> 00014 00015 #include "route.h" 00016 00017 extern void loadOptimumRoute (const char * __filename); 00018 00019 extern void loadOptimumRoute (eoParser & __parser); 00020 00021 extern Route opt_route; /* Optimum route */ 00022 00023 #endif
1.4.7