mo.h is updated

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@282 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-04-19 13:27:39 +00:00
commit 6516a50e85

View file

@ -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"