paradiseo/trunk/paradiseo-peo/examples/shared/route_eval.cpp

14 lines
245 B
C++

// "route_eval.cpp"
// (c) OPAC Team, LIFL, January 2006
/*
Contact: paradiseo-help@lists.gforge.inria.fr
*/
#include "route_eval.h"
void RouteEval :: operator () (Route & __route) {
__route.fitness (- (int) length (__route));
}