IndexNeighborhoods rajoutées

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1668 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-01-22 15:35:36 +00:00
commit 1bd2d3e18b
12 changed files with 451 additions and 101 deletions

View file

@ -51,10 +51,6 @@ int main(){
moBitNeighbor<int> test1;
assert(test1.index()==0);
//verif du constructeur indiquant le bit
moBitNeighbor<int> hop(34);
assert(hop.index()==34);
//verif du setter d'index et du constructeur de copy
test1.index(6);
test1.fitness(2);