COIN-OR::LEMON - Graph Library

Ignore:
Files:
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r119 r109  
    2121        lemon/bfs.h \
    2222        lemon/bin_heap.h \
    23         lemon/counter.h \
    2423        lemon/dfs.h \
    2524        lemon/dijkstra.h \
     
    3433        lemon/random.h \
    3534        lemon/smart_graph.h \
    36         lemon/time_measure.h \
    3735        lemon/tolerance.h \
    3836        lemon/unionfind.h
  • test/Makefile.am

    r119 r108  
    1010check_PROGRAMS += \
    1111        test/bfs_test \
    12         test/counter_test \
    1312        test/dfs_test \
    1413        test/digraph_test \
     
    2221        test/test_tools_fail \
    2322        test/test_tools_pass \
    24         test/time_measure_test \
    2523        test/unionfind_test
    2624
     
    2927
    3028test_bfs_test_SOURCES = test/bfs_test.cc
    31 test_counter_test_SOURCES = test/counter_test.cc
    3229test_dfs_test_SOURCES = test/dfs_test.cc
    3330test_digraph_test_SOURCES = test/digraph_test.cc
     
    4239test_test_tools_fail_SOURCES = test/test_tools_fail.cc
    4340test_test_tools_pass_SOURCES = test/test_tools_pass.cc
    44 test_time_measure_test_SOURCES = test/time_measure_test.cc
    4541test_unionfind_test_SOURCES = test/unionfind_test.cc
Note: See TracChangeset for help on using the changeset viewer.