test sur la tabu liste de voisins

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1835 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-05-27 13:52:57 +00:00
commit cefb34d3a9
2 changed files with 27 additions and 4 deletions

View file

@ -116,6 +116,12 @@ public:
index = 0;
}
void print(){
std::cout << "TAbulist:" << std::endl;
for(int i=0; i<tabuList.size(); i++)
std::cout << i << ": " << tabuList[0].first.index() << std::endl;
}
private:
//tabu list