COIN-OR::LEMON - Graph Library

Ignore:
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r592 r575  
    6969        lemon/full_graph.h \
    7070        lemon/glpk.h \
    71         lemon/gomory_hu.h \
    7271        lemon/graph_to_eps.h \
    7372        lemon/grid_graph.h \
  • test/CMakeLists.txt

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

    r590 r575  
    1818        test/error_test \
    1919        test/euler_test \
    20         test/gomory_hu_test \
    2120        test/graph_copy_test \
    2221        test/graph_test \
     
    5958test_error_test_SOURCES = test/error_test.cc
    6059test_euler_test_SOURCES = test/euler_test.cc
    61 test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    6260test_graph_copy_test_SOURCES = test/graph_copy_test.cc
    6361test_graph_test_SOURCES = test/graph_test.cc
Note: See TracChangeset for help on using the changeset viewer.