COIN-OR::LEMON - Graph Library

Changes in / [440:88ed40ad0d4f:445:75a5df083951] in lemon-1.2


Ignore:
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r440 r445  
    4848        lemon/path.h \
    4949        lemon/preflow.h \
     50        lemon/radix_sort.h \
    5051        lemon/random.h \
    5152        lemon/smart_graph.h \
  • test/CMakeLists.txt

    r424 r445  
    2121  maps_test
    2222  max_matching_test
     23  radix_sort_test
    2324  path_test
    2425  preflow_test
  • test/Makefile.am

    r440 r445  
    2626        test/path_test \
    2727        test/preflow_test \
     28        test/radix_sort_test \
    2829        test/random_test \
    2930        test/suurballe_test \
     
    5556test_path_test_SOURCES = test/path_test.cc
    5657test_preflow_test_SOURCES = test/preflow_test.cc
     58test_radix_sort_test_SOURCES = test/radix_sort_test.cc
    5759test_suurballe_test_SOURCES = test/suurballe_test.cc
    5860test_random_test_SOURCES = test/random_test.cc
Note: See TracChangeset for help on using the changeset viewer.