equal
deleted
inserted
replaced
10 |
10 |
11 All of them have the same interface, especially they can be built or extended |
11 All of them have the same interface, especially they can be built or extended |
12 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra |
12 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra |
13 algorithm to store its result in any kind of path structure. |
13 algorithm to store its result in any kind of path structure. |
14 |
14 |
15 \sa lemon::skeleton::Path |
15 \sa lemon::concept::Path |
16 |
16 |
17 */ |
17 */ |
18 |
18 |
19 ///\ingroup paths |
19 ///\ingroup paths |
20 ///\file |
20 ///\file |