COIN-OR::LEMON - Graph Library

Changes in / [404:59d3aa4f921f:398:532f34ea9cf3] in lemon-1.1


Ignore:
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r404 r395  
    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

    r404 r389  
    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.