COIN-OR::LEMON - Graph Library

Ignore:
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r349 r357  
    4141        lemon/random.h \
    4242        lemon/smart_graph.h \
     43        lemon/suurballe.h \
    4344        lemon/time_measure.h \
    4445        lemon/tolerance.h \
  • test/Makefile.am

    r339 r357  
    11EXTRA_DIST += \
    2         test/CMakeLists.txt
     2        test/CMakeLists.txt \
     3        test/min_cost_flow_test.lgf
    34
    45noinst_HEADERS += \
     
    2324        test/random_test \
    2425        test/path_test \
     26        test/suurballe_test \
    2527        test/test_tools_fail \
    2628        test/test_tools_pass \
     
    4648test_max_matching_test_SOURCES = test/max_matching_test.cc
    4749test_path_test_SOURCES = test/path_test.cc
     50test_suurballe_test_SOURCES = test/suurballe_test.cc
    4851test_random_test_SOURCES = test/random_test.cc
    4952test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.