Last change
on this file since 2084:59769591eb60 was
2084:59769591eb60,
checked in by Balazs Dezso, 17 years ago
|
Documentation improvements
Rearrangements:
IO modules
Algorithms
New documentation:
SwapBpUGraphAdaptor
Demos:
strongly_connected_orientation.cc
Benchmarks:
swap_bipartite_bench.cc
|
File size:
367 bytes
|
Line | |
---|
1 | AM_CPPFLAGS = -I$(top_srcdir) |
---|
2 | |
---|
3 | noinst_HEADERS = bench_tools.h |
---|
4 | |
---|
5 | noinst_PROGRAMS = \ |
---|
6 | graph-bench \ |
---|
7 | hcube \ |
---|
8 | swap_bipartite_bench \ |
---|
9 | bfs-bench \ |
---|
10 | swap_bipartite_bench |
---|
11 | |
---|
12 | graph_bench_SOURCES = graph-bench.cc |
---|
13 | |
---|
14 | hcube_SOURCES = hcube.cc |
---|
15 | |
---|
16 | bfs_bench_SOURCES = bfs-bench.cc |
---|
17 | |
---|
18 | radix_sort_bench_SOURCES = radix_sort-bench.cc |
---|
19 | |
---|
20 | swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc |
---|
Note: See
TracBrowser
for help on using the repository browser.