git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1563 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0662f1cc4e
commit
b4232bbce0
4 changed files with 63 additions and 57 deletions
|
|
@ -91,7 +91,7 @@ private:
|
|||
_dest.back().flag(0);
|
||||
}
|
||||
}
|
||||
while (nextMove(move, _src) && (comparator( _src.objectiveVector(),objVec)));
|
||||
while (nextMove(move, _src) && (!comparator( _src.objectiveVector(),objVec)));
|
||||
if(!nextMove(move, _src))
|
||||
_src.flag(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue