COIN-OR::LEMON - Graph Library

Changeset 948:636dadefe1e6 in lemon for test


Ignore:
Timestamp:
09/25/09 21:51:36 (14 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Add fractional matching algorithms (#314)

Location:
test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r745 r948  
    2222  error_test
    2323  euler_test
     24  fractional_matching_test
    2425  gomory_hu_test
    2526  graph_copy_test
  • test/Makefile.am

    r745 r948  
    2020        test/error_test \
    2121        test/euler_test \
     22        test/fractional_matching_test \
    2223        test/gomory_hu_test \
    2324        test/graph_copy_test \
     
    6667test_error_test_SOURCES = test/error_test.cc
    6768test_euler_test_SOURCES = test/euler_test.cc
     69test_fractional_matching_test_SOURCES = test/fractional_matching_test.cc
    6870test_gomory_hu_test_SOURCES = test/gomory_hu_test.cc
    6971test_graph_copy_test_SOURCES = test/graph_copy_test.cc
Note: See TracChangeset for help on using the changeset viewer.