equal
deleted
inserted
replaced
190 }; |
190 }; |
191 |
191 |
192 |
192 |
193 /// @} |
193 /// @} |
194 |
194 |
|
195 protected: |
|
196 |
|
197 EdmondsKarp() {} |
|
198 |
|
199 public: |
|
200 |
195 /// \brief The constructor of the class. |
201 /// \brief The constructor of the class. |
196 /// |
202 /// |
197 /// The constructor of the class. |
203 /// The constructor of the class. |
198 /// \param graph The directed graph the algorithm runs on. |
204 /// \param graph The directed graph the algorithm runs on. |
199 /// \param capacity The capacity of the edges. |
205 /// \param capacity The capacity of the edges. |