test added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1749 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0ff7bb2cf5
commit
674d9964f0
7 changed files with 179 additions and 6 deletions
|
|
@ -38,8 +38,17 @@ int main(){
|
|||
|
||||
std::cout << "[t-moDummyNeighborhood] => START" << std::endl;
|
||||
|
||||
bitVector sol;
|
||||
moDummyNeighbor<bitVector> n;
|
||||
|
||||
moDummyNeighborhood<moDummyNeighbor<bitVector> > test;
|
||||
|
||||
assert(!test.hasNeighbor(sol));
|
||||
assert(!test.cont(sol));
|
||||
test.init(sol,n);
|
||||
test.next(sol,n);
|
||||
|
||||
|
||||
std::cout << "[t-moDummyNeighborhood] => OK" << std::endl;
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue