display_best_route.cpp

00001 // "display_best_route.cpp"
00002 
00003 // (c) OPAC Team, LIFL, January 2006
00004 
00005 /* 
00006    Contact: paradiseo-help@lists.gforge.inria.fr
00007 */
00008 
00009 #include "display_best_route.h"
00010 #include "display.h"
00011 
00012 DisplayBestRoute :: DisplayBestRoute (eoPop <Route> & __pop
00013                                       ) : pop (__pop) {
00014   
00015   
00016 }
00017   
00018 void DisplayBestRoute :: operator () () {
00019   
00020   displayRoute (pop.best_element ());
00021 }
00022 

Generated on Tue Jan 9 15:47:41 2007 for ParadisEO-PEO - Lessons by  doxygen 1.4.7