COIN-OR::LEMON - Graph Library

Changeset 861:30cb42e3e43a in lemon for test


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)

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • 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.