equal
deleted
inserted
replaced
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 |