Changeset 2042:bdc953f2a449 in lemon-0.x for lemon/max_matching.h
- Timestamp:
- 04/07/06 11:54:35 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/max_matching.h
r2023 r2042 25 25 #include <lemon/graph_utils.h> 26 26 27 ///\ingroup galgs27 ///\ingroup matching 28 28 ///\file 29 ///\brief Maximum matching algorithm .29 ///\brief Maximum matching algorithm in undirected graph. 30 30 31 31 namespace lemon { 32 32 33 /// \addtogroup galgs 34 /// @{ 33 /// \ingroup matching 35 34 36 35 ///Edmonds' alternating forest maximum matching algorithm. … … 565 564 } 566 565 567 /// @}568 566 569 567 } //END OF NAMESPACE LEMON
Note: See TracChangeset
for help on using the changeset viewer.