Changeset 946:c94ef40a22ce in lemon-0.x for src/benchmark/hcube.cc
- Timestamp:
- 10/28/04 00:38:50 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/hcube.cc
r921 r946 67 67 68 68 // for(EdgeIt e(G);G.valid(e);G.next(e)) map[e]=P(); 69 Edge te; 70 for(int i=0;i<dim*(1<<dim);i++) { 71 te.setToId(((long long int)(i)*93505)%(dim*(1<<dim))); 72 // map[Edge(((long long int)(i)*2987)%(dim*(1<<dim)))]=P(); 73 map[te]=P(); 74 } 69 70 ///\todo It must have been commented out because of 71 ///setToId 72 // Edge te; 73 // for(int i=0;i<dim*(1<<dim);i++) { 74 // te.setToId(((long long int)(i)*93505)%(dim*(1<<dim))); 75 // // map[Edge(((long long int)(i)*2987)%(dim*(1<<dim)))]=P(); 76 // map[te]=P(); 77 // } 75 78 76 79 // for(int i=0;i<(1<<dim);i++) {
Note: See TracChangeset
for help on using the changeset viewer.