git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1551 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c95df92425
commit
c049221c09
9 changed files with 539 additions and 118 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include <moMoveInit.h>
|
||||
#include <moNextMove.h>
|
||||
#include <moMoveIncrEval.h>
|
||||
#include <moeoPopNeighborhoodExplorer.h>
|
||||
|
||||
/**
|
||||
* TODO
|
||||
|
|
@ -88,7 +89,8 @@ private:
|
|||
tmp--;
|
||||
}
|
||||
while (nextMove(move, _src[_i]) && (tmp > 0));
|
||||
_src[_i].flag(1);
|
||||
if(!nextMove(move, _src[_i]))
|
||||
_src[_i].flag(1);
|
||||
}
|
||||
/** Move */
|
||||
Move move;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue