COIN-OR::LEMON - Graph Library

Changeset 770:432c54cec63c in lemon-main for test/CMakeLists.txt


Ignore:
Timestamp:
11/05/09 08:39:49 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
769:e746fb14e680 (diff), 757:9fbbd802020f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge #179 (Port the min mean cycle algorithms)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r698 r770  
    3333  min_cost_arborescence_test
    3434  min_cost_flow_test
     35  min_mean_cycle_test
    3536  path_test
    3637  preflow_test
  • test/CMakeLists.txt

    r763 r770  
    1010SET(TESTS
    1111  adaptors_test
     12  bellman_ford_test
    1213  bfs_test
    1314  circulation_test
Note: See TracChangeset for help on using the changeset viewer.