From 6516a50e857b083c350a9aecd1a410f680e69be2 Mon Sep 17 00:00:00 2001 From: jboisson Date: Thu, 19 Apr 2007 13:27:39 +0000 Subject: [PATCH] mo.h is updated git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@282 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/mo.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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"