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:
parent
a40fc756aa
commit
6516a50e85
1 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue