src/lemon/path.h
changeset 959 c80ef5912903
parent 921 818510fa3d99
child 986 e997802b855c
equal deleted inserted replaced
0:d7af68ffe73e 1:f91605bee4ca
    24 
    24 
    25 All of them have the same interface, especially they can be built or extended
    25 All of them have the same interface, especially they can be built or extended
    26 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    26 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    27 algorithm to store its result in any kind of path structure.
    27 algorithm to store its result in any kind of path structure.
    28 
    28 
    29 \sa lemon::skeleton::Path
    29 \sa lemon::concept::Path
    30 
    30 
    31 */
    31 */
    32 
    32 
    33 ///\ingroup paths
    33 ///\ingroup paths
    34 ///\file
    34 ///\file