IndexNeighborhoods rajoutées
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1668 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a7c4dc4136
commit
1bd2d3e18b
12 changed files with 451 additions and 101 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue