COIN-OR::LEMON - Graph Library

Ignore:
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r410 r400  
    4444        lemon/nauty_reader.h \
    4545        lemon/path.h \
    46         lemon/preflow.h \
    4746        lemon/random.h \
    4847        lemon/smart_graph.h \
  • test/Makefile.am

    r404 r357  
    11EXTRA_DIST += \
    22        test/CMakeLists.txt \
    3         test/min_cost_flow_test.lgf \
    4         test/preflow_graph.lgf
     3        test/min_cost_flow_test.lgf
    54
    65noinst_HEADERS += \
     
    2524        test/random_test \
    2625        test/path_test \
    27         test/preflow_test \
    2826        test/suurballe_test \
    2927        test/test_tools_fail \
     
    5048test_max_matching_test_SOURCES = test/max_matching_test.cc
    5149test_path_test_SOURCES = test/path_test.cc
    52 test_preflow_test_SOURCES = test/preflow_test.cc
    5350test_suurballe_test_SOURCES = test/suurballe_test.cc
    5451test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset for help on using the changeset viewer.