COIN-OR::LEMON - Graph Library

Changeset 2042:bdc953f2a449 in lemon-0.x for lemon/max_matching.h


Ignore:
Timestamp:
04/07/06 11:54:35 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2681
Message:

New Algorithm group for matchings

LaTeX formulas
Bug fix => /\f$ will cause parsing error in doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/max_matching.h

    r2023 r2042  
    2525#include <lemon/graph_utils.h>
    2626
    27 ///\ingroup galgs
     27///\ingroup matching
    2828///\file
    29 ///\brief Maximum matching algorithm.
     29///\brief Maximum matching algorithm in undirected graph.
    3030
    3131namespace lemon {
    3232
    33   /// \addtogroup galgs
    34   /// @{
     33  /// \ingroup matching
    3534
    3635  ///Edmonds' alternating forest maximum matching algorithm.
     
    565564  }
    566565
    567   /// @}
    568566 
    569567} //END OF NAMESPACE LEMON
Note: See TracChangeset for help on using the changeset viewer.