COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2243:5deb7b22a0ec

Last change on this file since 2243:5deb7b22a0ec was 2235:48801095a410, checked in by Alpar Juttner, 18 years ago

EdgeLookUp? and AllEdgeLookUp? added.

File size: 718 bytes
RevLine 
[2119]1EXTRA_DIST += \
2        benchmark/Makefile
[2235]3        benchmark/edge_lookup_test
[2119]4
[2108]5noinst_HEADERS += benchmark/bench_tools.h
[1351]6
[2108]7if WANT_BENCHMARK
[704]8
[2108]9noinst_PROGRAMS += \
10        benchmark/graph-bench \
11        benchmark/hcube \
12        benchmark/swap_bipartite_bench \
13        benchmark/bfs-bench \
14        benchmark/radix_sort-bench \
[2235]15        benchmark/swap_bipartite_bench \
16        benchmark/edge_lookup
[704]17
[2108]18endif WANT_BENCHMARK
[708]19
[2108]20benchmark_graph_bench_SOURCES = benchmark/graph-bench.cc
[742]21
[2108]22benchmark_hcube_SOURCES = benchmark/hcube.cc
[1833]23
[2108]24benchmark_bfs_bench_SOURCES = benchmark/bfs-bench.cc
[2084]25
[2108]26benchmark_radix_sort_bench_SOURCES = benchmark/radix_sort-bench.cc
27
28benchmark_swap_bipartite_bench_SOURCES = benchmark/swap_bipartite_bench.cc
[2235]29
30benchmark_edge_lookup_SOURCES = benchmark/edge_lookup.cc
Note: See TracBrowser for help on using the repository browser.