equal
deleted
inserted
replaced
211 virtual const char* what() const throw() { |
211 virtual const char* what() const throw() { |
212 return "lemon::DinitzSleatorTarjan::InvalidArgument"; |
212 return "lemon::DinitzSleatorTarjan::InvalidArgument"; |
213 } |
213 } |
214 }; |
214 }; |
215 |
215 |
|
216 protected: |
|
217 |
|
218 DinitzSleatorTarjan() {} |
|
219 |
|
220 public: |
|
221 |
216 /// \brief The constructor of the class. |
222 /// \brief The constructor of the class. |
217 /// |
223 /// |
218 /// The constructor of the class. |
224 /// The constructor of the class. |
219 /// \param graph The directed graph the algorithm runs on. |
225 /// \param graph The directed graph the algorithm runs on. |
220 /// \param capacity The capacity of the edges. |
226 /// \param capacity The capacity of the edges. |