equal
deleted
inserted
replaced
233 /// |
233 /// |
234 /// \brief Check that the given directed graph is strongly connected. |
234 /// \brief Check that the given directed graph is strongly connected. |
235 /// |
235 /// |
236 /// Check that the given directed graph is strongly connected. The |
236 /// Check that the given directed graph is strongly connected. The |
237 /// graph is strongly connected when any two nodes of the graph are |
237 /// graph is strongly connected when any two nodes of the graph are |
238 /// connected with directed pathes in both direction. |
238 /// connected with directed paths in both direction. |
239 /// \return %False when the graph is not strongly connected. |
239 /// \return %False when the graph is not strongly connected. |
240 /// \see connected |
240 /// \see connected |
241 /// |
241 /// |
242 /// \note By definition, the empty graph is strongly connected. |
242 /// \note By definition, the empty graph is strongly connected. |
243 template <typename Graph> |
243 template <typename Graph> |