00001 // "peo_run.cpp" 00002 00003 // (c) OPAC Team, LIFL, August 2005 00004 00005 /* 00006 Contact: paradiseo-help@lists.gforge.inria.fr 00007 */ 00008 00009 #include "peo_init.h" 00010 #include "peo_run.h" 00011 #include "rmc.h" 00012 #include "runner.h" 00013 00014 void peo :: run () { 00015 00016 startRunners (); 00017 00018 runRMC (); 00019 }
1.4.7