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
RevLine 
[1435]1AM_CPPFLAGS = -I$(top_srcdir)
[1351]2
3noinst_HEADERS = bench_tools.h
[704]4
[2084]5noinst_PROGRAMS = \
6        graph-bench \
7        hcube \
8        swap_bipartite_bench \
9        bfs-bench \
10        swap_bipartite_bench
[704]11
[1351]12graph_bench_SOURCES = graph-bench.cc
[708]13
[1351]14hcube_SOURCES = hcube.cc
[742]15
[1351]16bfs_bench_SOURCES = bfs-bench.cc
[1833]17
18radix_sort_bench_SOURCES = radix_sort-bench.cc
[2084]19
20swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc
Note: See TracBrowser for help on using the repository browser.