equal
deleted
inserted
replaced
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; |