VNS
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1917 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
58c59fd8fa
commit
71273f1344
6 changed files with 17 additions and 356 deletions
|
|
@ -55,6 +55,10 @@ public:
|
|||
*/
|
||||
moIndexNeighborhood(unsigned int _neighborhoodSize):neighborhoodSize(_neighborhoodSize) {}
|
||||
|
||||
unsigned int size(){
|
||||
return neighborhoodSize;
|
||||
}
|
||||
|
||||
protected:
|
||||
// size of the neighborhood
|
||||
unsigned int neighborhoodSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue