COIN-OR::LEMON - Graph Library

Changeset 913:5087694945e4 in lemon-main for test/Makefile.am


Ignore:
Timestamp:
11/14/10 09:25:03 (13 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

New implementation for Nagamochi-Ibaraki algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r904 r913  
    3838        test/min_cost_flow_test \
    3939        test/min_mean_cycle_test \
     40        test/nagamochi_ibaraki_test \
    4041        test/path_test \
    4142        test/planarity_test \
     
    9091test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
    9192test_min_mean_cycle_test_SOURCES = test/min_mean_cycle_test.cc
     93test_nagamochi_ibaraki_test_SOURCES = test/nagamochi_ibaraki_test.cc
    9294test_path_test_SOURCES = test/path_test.cc
    9395test_planarity_test_SOURCES = test/planarity_test.cc
Note: See TracChangeset for help on using the changeset viewer.