lemon/fractional_matching.h
changeset 1074 97d978243703
parent 877 141f9c0db4a3
child 1092 dceba191c00d
equal deleted inserted replaced
4:e64150f57c35 5:22198713a4ad
   121             typename TR = MaxFractionalMatchingDefaultTraits<GR> >
   121             typename TR = MaxFractionalMatchingDefaultTraits<GR> >
   122 #endif
   122 #endif
   123   class MaxFractionalMatching {
   123   class MaxFractionalMatching {
   124   public:
   124   public:
   125 
   125 
   126     /// \brief The \ref MaxFractionalMatchingDefaultTraits "traits
   126     /// \brief The \ref lemon::MaxFractionalMatchingDefaultTraits
   127     /// class" of the algorithm.
   127     /// "traits class" of the algorithm.
   128     typedef TR Traits;
   128     typedef TR Traits;
   129     /// The type of the graph the algorithm runs on.
   129     /// The type of the graph the algorithm runs on.
   130     typedef typename TR::Graph Graph;
   130     typedef typename TR::Graph Graph;
   131     /// The type of the matching map.
   131     /// The type of the matching map.
   132     typedef typename TR::MatchingMap MatchingMap;
   132     typedef typename TR::MatchingMap MatchingMap;