Changeset 1632:93ac8c521fe5 in lemon-0.x for benchmark
- Timestamp:
- 08/16/05 22:07:14 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2140
- Location:
- benchmark
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/bfs-bench.cc
r1435 r1632 1 1 // -*- mode:C++ -*- 2 2 3 #include 4 #include< math.h>3 #include<queue> 4 #include<cmath> 5 5 #include<lemon/smart_graph.h> 6 6 #include"bench_tools.h" -
benchmark/hcube.cc
r1435 r1632 1 1 // -*- mode:C++ -*- 2 2 3 #include< math.h>3 #include<cmath> 4 4 #include<lemon/list_graph.h> 5 5 #include<lemon/smart_graph.h>
Note: See TracChangeset
for help on using the changeset viewer.