diff --git a/trunk/paradiseo-mo/src/mo.h b/trunk/paradiseo-mo/src/mo.h index 25e95cae5..865463967 100755 --- a/trunk/paradiseo-mo/src/mo.h +++ b/trunk/paradiseo-mo/src/mo.h @@ -12,17 +12,18 @@ #ifndef __mo_h #define __mo_h -#include "moAspirCrit.h" #include "moAlgo.h" +#include "moAspirCrit.h" #include "moBestImprSelect.h" -#include "moCoolSched.h" -#include "moEasyCoolSched.h" +#include "moCoolingSchedule.h" +#include "moExponentialCoolingSchedule.h" #include "moFirstImprSelect.h" #include "moGenSolContinue.h" #include "moHC.h" #include "moHCMoveLoopExpl.h" #include "moImprBestFitAspirCrit.h" #include "moItRandNextMove.h" +#include "moLinearCoolingSchedule.h" #include "moLSCheckPoint.h" #include "moMoveExpl.h" #include "moMove.h" @@ -35,6 +36,8 @@ #include "moRandImprSelect.h" #include "moRandMove.h" #include "moSA.h" +#include "moSimpleMoveTabuList.h" +#include "moSimplesolutionTabuList.h" #include "moSolContinue.h" #include "moTabuList.h" #include "moTS.h"