COIN-OR::LEMON - Graph Library

Changeset 861:30cb42e3e43a in lemon


Ignore:
Timestamp:
09/09/09 15:32:03 (15 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Port planarity related algorithms from SVN 3509 (#62)

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r755 r861  
    105105        lemon/pairing_heap.h \
    106106        lemon/path.h \
     107        lemon/planarity.h \
    107108        lemon/preflow.h \
    108109        lemon/radix_heap.h \
  • test/CMakeLists.txt

    r745 r861  
    3434  min_cost_flow_test
    3535  path_test
     36  planarity_test
    3637  preflow_test
    3738  radix_sort_test
  • test/Makefile.am

    r745 r861  
    3232        test/min_cost_flow_test \
    3333        test/path_test \
     34        test/planarity_test \
    3435        test/preflow_test \
    3536        test/radix_sort_test \
     
    8081test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    8182test_path_test_SOURCES = test/path_test.cc
     83test_planarity_test_SOURCES = test/planarity_test.cc
    8284test_preflow_test_SOURCES = test/preflow_test.cc
    8385test_radix_sort_test_SOURCES = test/radix_sort_test.cc
Note: See TracChangeset for help on using the changeset viewer.