COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r916 r917  
    3939        test/min_cost_flow_test \
    4040        test/min_mean_cycle_test \
     41        test/nagamochi_ibaraki_test \
    4142        test/path_test \
    4243        test/planarity_test \
     
    9293test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    9394test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
     95test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    9496test_path_test_SOURCES = test/path_test.cc
    9597test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset for help on using the changeset viewer.