COIN-OR::LEMON - Graph Library

Changeset 1689:f1795dafe42c in lemon-0.x for benchmark/hcube.cc


Ignore:
Timestamp:
09/28/05 10:14:39 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2213
Message:
  • runningTimeTest(): a tool to measure running times more precisely.
  • TimeStamp? now uses double to count cpu-times
  • 'get's removed from the query functions of Times and TimeStamp?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/hcube.cc

    r1632 r1689  
    5656  T.reset();
    5757  vector<Node> nodes;
    58   addBiDirHiperCube(G,dim,nodes);
     58  addBiDirHyperCube(G,dim,nodes);
    5959
    6060  PrintTime("GENGRAPH",T);
Note: See TracChangeset for help on using the changeset viewer.