COIN-OR::LEMON - Graph Library

Changes in / [347:85820a499b76:344:236b1902e5cc] in lemon-main


Ignore:
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r345 r337  
    4141        lemon/random.h \
    4242        lemon/smart_graph.h \
    43         lemon/suurballe.h \
    4443        lemon/time_measure.h \
    4544        lemon/tolerance.h \
  • test/Makefile.am

    r345 r327  
    11EXTRA_DIST += \
    2         test/CMakeLists.txt \
    3         test/min_cost_flow_test.lgf
     2        test/CMakeLists.txt
    43
    54noinst_HEADERS += \
     
    2423        test/random_test \
    2524        test/path_test \
    26         test/suurballe_test \
    2725        test/test_tools_fail \
    2826        test/test_tools_pass \
     
    4846test_max_matching_test_SOURCES = test/max_matching_test.cc
    4947test_path_test_SOURCES = test/path_test.cc
    50 test_suurballe_test_SOURCES = test/suurballe_test.cc
    5148test_random_test_SOURCES = test/random_test.cc
    5249test_test_tools_fail_SOURCES = test/test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.