COIN-OR::LEMON - Graph Library

Changeset 946:c94ef40a22ce in lemon-0.x for src/benchmark


Ignore:
Timestamp:
10/28/04 00:38:50 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1322
Message:

The graph_factory branch (@ 1321) has been merged to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/hcube.cc

    r921 r946  
    6767   
    6868    //  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//     }
    7578   
    7679//     for(int i=0;i<(1<<dim);i++) {
Note: See TracChangeset for help on using the changeset viewer.