benchmark/hcube.cc
changeset 2390 8450951a8e2d
parent 1956 a055123339d5
child 2391 14a343be7a5a
equal deleted inserted replaced
5:6b36f5c624dc 6:7d494d33abcd
    76 
    76 
    77   T.restart();
    77   T.restart();
    78   Graph::EdgeMap<int> map(G);
    78   Graph::EdgeMap<int> map(G);
    79   for(int i=0;i<5;i++) {
    79   for(int i=0;i<5;i++) {
    80     Primes P;
    80     Primes P;
    81     for(int i=0;i<dim*(1<<dim);i++) P();
    81     for(int j=0;j<dim*(1<<dim);j++) P();
    82     
    82     
    83     //  for(EdgeIt e(G);G.valid(e);G.next(e)) map[e]=P();
    83     //  for(EdgeIt e(G);G.valid(e);G.next(e)) map[e]=P();
    84 
    84 
    85     ///\todo It must have been commented out because of
    85     ///\todo It must have been commented out because of
    86     ///setToId
    86     ///setToId