COIN-OR::LEMON - Graph Library

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


Ignore:
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

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

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

    r793 r799  
    3737        test/min_mean_cycle_test \
    3838        test/path_test \
     39        test/planarity_test \
    3940        test/preflow_test \
    4041        test/radix_sort_test \
     
    8687test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    8788test_path_test_SOURCES = test/path_test.cc
     89test_planarity_test_SOURCES = test/planarity_test.cc
    8890test_preflow_test_SOURCES = test/preflow_test.cc
    8991test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset for help on using the changeset viewer.