forgeting multiOps
This commit is contained in:
parent
bf33704610
commit
06dab1f914
2 changed files with 3 additions and 0 deletions
|
|
@ -19,3 +19,4 @@ t-eoRandom
|
|||
t-eoCheckpointing
|
||||
t-eoVector
|
||||
t-eoAtomOps
|
||||
t-selectOne
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@ main()
|
|||
<< chrom << " " << chrom2 << endl;
|
||||
}
|
||||
|
||||
/*
|
||||
// Check multiOps
|
||||
eoMultiMonOp<Chrom> mOp( &next );
|
||||
mOp.adOp( &bitflip );
|
||||
|
|
@ -144,6 +145,7 @@ main()
|
|||
cout << "before multiBinOp............ " << chrom << " " << chrom2 << endl;
|
||||
mbOp( chrom, chrom2 );
|
||||
cout << "after multiBinOp .............. " << chrom << " " << chrom2 <<endl;
|
||||
*/
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue