src/lemon/concept/path.h
changeset 967 6563019430ba
parent 959 c80ef5912903
child 986 e997802b855c
equal deleted inserted replaced
0:c6687f7a2b70 1:db7ce84b8b3a
    27   namespace concept {
    27   namespace concept {
    28     /// \addtogroup concept
    28     /// \addtogroup concept
    29     /// @{
    29     /// @{
    30 
    30 
    31 
    31 
    32     //! \brief A skeletom structure for representing directed paths in a graph.
    32     //! \brief A skeleton structure for representing directed paths in a graph.
    33     //!
    33     //!
    34     //! A skeleton structure for representing directed paths in a graph.
    34     //! A skeleton structure for representing directed paths in a graph.
    35     //! \param GR The graph type in which the path is.
    35     //! \param GR The graph type in which the path is.
    36     //!
    36     //!
    37     //! In a sense, the path can be treated as a graph, for is has \c NodeIt
    37     //! In a sense, the path can be treated as a graph, for is has \c NodeIt