COIN-OR::LEMON - Graph Library

Changeset 327:91d63b8b1a4c in lemon-1.2 for test/CMakeLists.txt


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

Several improvements in maximum matching algorithms

  • The interface of MaxMatching? is changed to be similar to the weighted algorithms
  • The internal data structure (the queue implementation and the matching map) is changed in the MaxMatching? algorithm, which provides better runtime properties
  • The Blossom iterators are changed slightly in the weighted matching algorithms
  • Several documentation improvments
  • The test files are merged
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/CMakeLists.txt

    r326 r327  
    1818  maps_test
    1919  max_matching_test
    20   max_weighted_matching_test
    2120  random_test
    2221  path_test
Note: See TracChangeset for help on using the changeset viewer.