COIN-OR::LEMON - Graph Library

Changes in / [799:6be1f9bd2ac0:796:9cc6e98c487d] in lemon-1.2


Ignore:
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r799 r780  
    108108        lemon/pairing_heap.h \
    109109        lemon/path.h \
    110         lemon/planarity.h \
    111110        lemon/preflow.h \
    112111        lemon/radix_heap.h \
  • test/CMakeLists.txt

    r799 r770  
    3535  min_mean_cycle_test
    3636  path_test
    37   planarity_test
    3837  preflow_test
    3938  radix_sort_test
  • test/Makefile.am

    r799 r793  
    3737        test/min_mean_cycle_test \
    3838        test/path_test \
    39         test/planarity_test \
    4039        test/preflow_test \
    4140        test/radix_sort_test \
     
    8786test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    8887test_path_test_SOURCES = test/path_test.cc
    89 test_planarity_test_SOURCES = test/planarity_test.cc
    9088test_preflow_test_SOURCES = test/preflow_test.cc
    9189test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset for help on using the changeset viewer.