Changeset 760:4ac30454f1c1 in lemon for lemon/dijkstra.h
- Timestamp:
- 07/24/09 10:27:40 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dijkstra.h
r631 r760 585 585 ///The simplest way to execute the %Dijkstra algorithm is to use 586 586 ///one of the member functions called \ref run(Node) "run()".\n 587 ///If you need more control on the execution, firstyou have to call588 ///\ref init() , then you can add several source nodes with587 ///If you need better control on the execution, you have to call 588 ///\ref init() first, then you can add several source nodes with 589 589 ///\ref addSource(). Finally the actual path computation can be 590 590 ///performed with one of the \ref start() functions.
Note: See TracChangeset
for help on using the changeset viewer.