equal
deleted
inserted
replaced
132 typename TR = PreflowDefaultTraits<GR, CAP> > |
132 typename TR = PreflowDefaultTraits<GR, CAP> > |
133 #endif |
133 #endif |
134 class Preflow { |
134 class Preflow { |
135 public: |
135 public: |
136 |
136 |
137 ///The \ref PreflowDefaultTraits "traits class" of the algorithm. |
137 ///The \ref lemon::PreflowDefaultTraits "traits class" of the algorithm. |
138 typedef TR Traits; |
138 typedef TR Traits; |
139 ///The type of the digraph the algorithm runs on. |
139 ///The type of the digraph the algorithm runs on. |
140 typedef typename Traits::Digraph Digraph; |
140 typedef typename Traits::Digraph Digraph; |
141 ///The type of the capacity map. |
141 ///The type of the capacity map. |
142 typedef typename Traits::CapacityMap CapacityMap; |
142 typedef typename Traits::CapacityMap CapacityMap; |