Changeset 760:4ac30454f1c1 in lemon for lemon/dfs.h
- Timestamp:
- 07/24/09 10:27:40 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dfs.h
r631 r760 412 412 ///The simplest way to execute the DFS algorithm is to use one of the 413 413 ///member functions called \ref run(Node) "run()".\n 414 ///If you need more control on the execution, firstyou have to call415 ///\ref init() , then you can add a source node with \ref addSource()414 ///If you need better control on the execution, you have to call 415 ///\ref init() first, then you can add a source node with \ref addSource() 416 416 ///and perform the actual computation with \ref start(). 417 417 ///This procedure can be repeated if there are nodes that have not … … 1370 1370 /// The simplest way to execute the DFS algorithm is to use one of the 1371 1371 /// member functions called \ref run(Node) "run()".\n 1372 /// If you need more control on the execution, firstyou have to call1373 /// \ref init() , then you can add a source node with \ref addSource()1372 /// If you need better control on the execution, you have to call 1373 /// \ref init() first, then you can add a source node with \ref addSource() 1374 1374 /// and perform the actual computation with \ref start(). 1375 1375 /// This procedure can be repeated if there are nodes that have not
Note: See TracChangeset
for help on using the changeset viewer.