COIN-OR::LEMON - Graph Library

Changeset 543:924887566bf2 in lemon-1.2 for test


Ignore:
Timestamp:
02/20/09 17:17:17 (15 years ago)
Author:
Janos Tapolcai <tapolcai@…>
Branch:
default
Phase:
public
Message:

Porting Gomory-Hu algorithm (#66)

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r528 r543  
    2222  error_test
    2323  euler_test
     24  gomory_hu_test
    2425  graph_copy_test
    2526  graph_test
  • test/Makefile.am

    r528 r543  
    1818        test/error_test \
    1919        test/euler_test \
     20        test/gomory_hu_test \
    2021        test/graph_copy_test \
    2122        test/graph_test \
     
    5859test_error_test_SOURCES = test/error_test.cc
    5960test_euler_test_SOURCES = test/euler_test.cc
     61test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    6062test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    6163test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset for help on using the changeset viewer.