equal
deleted
inserted
replaced
270 virtual const char* what() const throw() { |
270 virtual const char* what() const throw() { |
271 return "lemon::GoldbergTarjan::InvalidArgument"; |
271 return "lemon::GoldbergTarjan::InvalidArgument"; |
272 } |
272 } |
273 }; |
273 }; |
274 |
274 |
275 public: |
275 protected: |
|
276 |
|
277 GoldbergTarjan() {} |
|
278 |
|
279 public: |
276 |
280 |
277 /// \brief The constructor of the class. |
281 /// \brief The constructor of the class. |
278 /// |
282 /// |
279 /// The constructor of the class. |
283 /// The constructor of the class. |
280 /// \param graph The directed graph the algorithm runs on. |
284 /// \param graph The directed graph the algorithm runs on. |