COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r917 r874  
    3434        test/maps_test \
    3535        test/matching_test \
    36         test/max_cardinality_search_test \
    37         test/max_clique_test \
    3836        test/min_cost_arborescence_test \
    3937        test/min_cost_flow_test \
    4038        test/min_mean_cycle_test \
    41         test/nagamochi_ibaraki_test \
    4239        test/path_test \
    4340        test/planarity_test \
     
    8885test_mip_test_SOURCES = test/mip_test.cc
    8986test_matching_test_SOURCES = test/matching_test.cc
    90 test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc
    91 test_max_clique_test_SOURCES = test/max_clique_test.cc
    9287test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    9388test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    9489test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
    95 test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    9690test_path_test_SOURCES = test/path_test.cc
    9791test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset for help on using the changeset viewer.