COIN-OR::LEMON - Graph Library

Changeset 2144:cd8897f67c26 in lemon-0.x for test/Makefile.am


Ignore:
Timestamp:
07/17/06 11:00:21 (18 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2858
Message:

MIP support added (by Jano, the Great).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r2119 r2144  
    2929        test/max_matching_test \
    3030        test/min_cost_flow_test \
     31        test/mip_test \
    3132        test/path_test \
    3233        test/polynomial_test \
     
    7172test_max_matching_test_SOURCES = test/max_matching_test.cc
    7273test_min_cost_flow_test_SOURCES = test/min_cost_flow_test.cc
     74test_mip_test_SOURCES = test/mip_test.cc
    7375test_path_test_SOURCES = test/path_test.cc
    7476test_polynomial_test_SOURCES = test/polynomial_test.cc
Note: See TracChangeset for help on using the changeset viewer.