COIN-OR::LEMON - Graph Library

Ignore:
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r419 r410  
    2121        lemon/bfs.h \
    2222        lemon/bin_heap.h \
    23         lemon/circulation.h \
    2423        lemon/color.h \
    2524        lemon/concept_check.h \
  • test/Makefile.am

    r419 r404  
    1010check_PROGRAMS += \
    1111        test/bfs_test \
    12         test/circulation_test \
    1312        test/counter_test \
    1413        test/dfs_test \
     
    3736
    3837test_bfs_test_SOURCES = test/bfs_test.cc
    39 test_circulation_test_SOURCES = test/circulation_test.cc
    4038test_counter_test_SOURCES = test/counter_test.cc
    4139test_dfs_test_SOURCES = test/dfs_test.cc
Note: See TracChangeset for help on using the changeset viewer.