COIN-OR::LEMON - Graph Library

source: lemon-0.x/benchmark/Makefile.am @ 2084:59769591eb60

Last change on this file since 2084:59769591eb60 was 2084:59769591eb60, checked in by Balazs Dezso, 18 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 
1AM_CPPFLAGS = -I$(top_srcdir)
2
3noinst_HEADERS = bench_tools.h
4
5noinst_PROGRAMS = \
6        graph-bench \
7        hcube \
8        swap_bipartite_bench \
9        bfs-bench \
10        swap_bipartite_bench
11
12graph_bench_SOURCES = graph-bench.cc
13
14hcube_SOURCES = hcube.cc
15
16bfs_bench_SOURCES = bfs-bench.cc
17
18radix_sort_bench_SOURCES = radix_sort-bench.cc
19
20swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc
Note: See TracBrowser for help on using the repository browser.