00001 // "route_eval.cpp" 00002 00003 // (c) OPAC Team, LIFL, January 2006 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #include "route_eval.h" 00010 00011 void RouteEval :: operator () (Route & __route) { 00012 00013 __route.fitness (- (int) length (__route)); 00014 }
1.4.7