COIN-OR::LEMON - Graph Library

Changeset 2025:93fcadf94ab0 in lemon-0.x for test/Makefile.am


Ignore:
Timestamp:
03/31/06 13:10:44 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2664
Message:

Bugfix in the minimum cost arborescence algorithm
Dual solution computation and interface for algorithm
Optimality test on random graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r1977 r2025  
    1414check_PROGRAMS = \
    1515        all_pairs_shortest_path_test \
     16        arborescence_test \
    1617        bfs_test \
    1718        counter_test \
     
    5354
    5455all_pairs_shortest_path_test_SOURCES = all_pairs_shortest_path_test.cc
     56arborescence_test_SOURCES = arborescence_test.cc
    5557bfs_test_SOURCES = bfs_test.cc
    5658counter_test_SOURCES = counter_test.cc
Note: See TracChangeset for help on using the changeset viewer.