test added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1742 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-04-22 09:02:58 +00:00
commit 5955b14f80
11 changed files with 419 additions and 1 deletions

View file

@ -65,6 +65,7 @@
#include <eval/moEval.h>
#include <eval/moFullEvalByCopy.h>
#include <eval/moFullEvalByModif.h>
#include <eval/moDummyEval.h>
#include <explorer/moFirstImprExplorer.h>
#include <explorer/moHCneutralExplorer.h>
@ -91,6 +92,8 @@
#include <memory/moCountMoveMemory.h>
#include <neighborhood/moBackableNeighbor.h>
#include <neighborhood/moDummyNeighbor.h>
#include <neighborhood/moDummyNeighborhood.h>
#include <neighborhood/moIndexNeighbor.h>
#include <neighborhood/moIndexNeighborhood.h>
#include <neighborhood/moNeighbor.h>
@ -113,6 +116,11 @@
#include <coolingSchedule/moSimpleCoolingSchedule.h>
#include <problems/bitString/moBitNeighbor.h>
#include <problems/eval/oneMaxFullEval.h>
#include <problems/eval/queenFullEval.h>
#include <problems/permutation/moShiftNeighbor.h>
#include <problems/permutation/moSwapNeighbor.h>
#include <problems/permutation/moSwapNeighborhood.h>
//#include <old/moMove.h>
//#include <old/moMoveIncrEval.h>