lemon/topology.h
changeset 1853 dd0b47adc152
parent 1808 c499025ca638
child 1875 98698b69a902
equal deleted inserted replaced
10:4567f740a63a 11:7a95d7e161e5
   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>