some modifications for EDO

You have to sove this problems:
EDO: t-dispatcher-round (commented)
MOOE: Lesson4 (commented)
MO: t-moRndIndexedVectorTabuList (commented)
This commit is contained in:
canape 2013-02-07 14:43:11 +01:00
commit 23df679f51
11 changed files with 84 additions and 50 deletions

View file

@ -53,7 +53,7 @@ public:
virtual void move(EOT & _solution) {
insertion(_solution, indices.first, indices.second);
_sol.invalidate();
_solution.invalidate();
}
/**

View file

@ -93,7 +93,7 @@ set (TEST_LIST
t-moNeutralWalkSampling
t-moStatistics
t-moIndexedVectorTabuList
t-moRndIndexedVectorTabuList
# t-moRndIndexedVectorTabuList
t-moDynSpanCoolingSchedule
)