Changeset 921:818510fa3d99 in lemon-0.x for src/benchmark/graph-bench.cc
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/benchmark/graph-bench.cc
r718 r921 1 1 #include<math.h> 2 #include< hugo/list_graph.h>2 #include<lemon/list_graph.h> 3 3 4 4 #include"bench_tools.h" 5 5 6 using namespace hugo;6 using namespace lemon; 7 7 8 8 ///Makes a full graph by adding and deleting a lot of edges; … … 46 46 int main() 47 47 { 48 hugo::Timer T;48 lemon::Timer T; 49 49 makeFullGraph<ListGraph>(nextPrim(1000),nextPrim(300),nextPrim(100)); 50 50
Note: See TracChangeset
for help on using the changeset viewer.