New test for each constructor of moHS, moTS, moILS. No memory leaks under Windows. No compilation errors or warning under Unix and Windows XP (visual studio 2005)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1102 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2008-03-07 17:58:12 +00:00
commit 094c812050
7 changed files with 51 additions and 93 deletions

View file

@ -37,8 +37,12 @@ SET (TEST_LIST t-moBestImprSelect
t-moFitSolContinue
t-moGenSolContinue
t-moHC
t-moHC_2
t-moHCMoveLoopExpl
t-moILS
t-moILS
t-moILS_HC
t-moILS_TS
t-moILS_SA
t-moImprBestFitAspirCrit
t-moItRandNextMove
t-moLinearCoolingSchedule
@ -51,6 +55,7 @@ SET (TEST_LIST t-moBestImprSelect
t-moSimpleSolutionTabuList
t-moSteadyFitSolContinue
t-moTS
t-moTS_2
t-moTSMoveLoopExpl )
FOREACH (test ${TEST_LIST})