COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r964 r966  
    3535        test/maps_test \
    3636        test/matching_test \
     37        test/max_cardinality_search_test \
     38        test/max_clique_test \
    3739        test/min_cost_arborescence_test \
    3840        test/min_cost_flow_test \
    3941        test/min_mean_cycle_test \
     42        test/nagamochi_ibaraki_test \
    4043        test/path_test \
    4144        test/planarity_test \
     
    7982test_graph_test_SOURCES = test/graph_test.cc
    8083test_graph_utils_test_SOURCES = test/graph_utils_test.cc
     84test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    8185test_heap_test_SOURCES = test/heap_test.cc
    8286test_kruskal_test_SOURCES = test/kruskal_test.cc
    83 test_hao_orlin_test_SOURCES = test/hao_orlin_test.cc
    8487test_lgf_test_SOURCES = test/lgf_test.cc
    8588test_lp_test_SOURCES = test/lp_test.cc
     
    8790test_mip_test_SOURCES = test/mip_test.cc
    8891test_matching_test_SOURCES = test/matching_test.cc
     92test_max_cardinality_search_test_SOURCES = test/max_cardinality_search_test.cc
     93test_max_clique_test_SOURCES = test/max_clique_test.cc
    8994test_min_cost_arborescence_test_SOURCES = test/min_cost_arborescence_test.cc
    9095test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    9196test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
     97test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    9298test_path_test_SOURCES = test/path_test.cc
    9399test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset for help on using the changeset viewer.