QAP evaluation

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1864 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-06-22 16:08:21 +00:00
commit 7c7b6f331b
4 changed files with 254 additions and 1 deletions

View file

@ -75,6 +75,16 @@ public:
indices.second = _second;
}
/**
* Get the two indexes to swap
* @param _first first index
* @param _second second index
*/
void getIndices(unsigned int & _first, unsigned int & _second) {
_first = indices.first;
_second = indices.second;
}
/**
* Print the Neighbor
*/