COIN-OR::LEMON - Graph Library

Changeset 590:924887566bf2 in lemon


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)

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r575 r590  
    6969        lemon/full_graph.h \
    7070        lemon/glpk.h \
     71        lemon/gomory_hu_tree.h \
    7172        lemon/graph_to_eps.h \
    7273        lemon/grid_graph.h \
  • test/CMakeLists.txt

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

    r575 r590  
    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.