continuator/moTimeContinuator: Add a method to set the maximum running time

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2532 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2011-12-03 16:43:03 +00:00
commit cf0696a2a0
3 changed files with 21 additions and 10 deletions

View file

@ -103,6 +103,7 @@
#include <coolingSchedule/moCoolingSchedule.h>
#include <coolingSchedule/moDynSpanCoolingSchedule.h>
#include <coolingSchedule/moSimpleCoolingSchedule.h>
#include <coolingSchedule/moDynSpanCoolingSchedule.h>
#include <eval/moDummyEval.h>
#include <eval/moEval.h>
@ -139,6 +140,7 @@
#include <memory/moNeighborVectorTabuList.h>
#include <memory/moRndIndexedVectorTabuList.h>
#include <memory/moSolVectorTabuList.h>
#include <memory/moRndIndexedVectorTabuList.h>
#include <memory/moTabuList.h>
#include <neighborhood/moBackableNeighbor.h>