QAP evaluation
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1864 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
403afc9823
commit
7c7b6f331b
4 changed files with 254 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue