Changeset 252:66644b9cd9eb in lemon-1.2 for lemon/bfs.h
- Timestamp:
- 08/30/08 22:29:08 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bfs.h
r247 r252 1263 1263 /// the member functions of the \c Visitor class on every BFS event. 1264 1264 /// 1265 /// This interface of the BFS algorithm should be used in special cases 1266 /// when extra actions have to be performed in connection with certain 1267 /// events of the BFS algorithm. Otherwise consider to use Bfs or bfs() 1268 /// instead. 1269 /// 1265 1270 /// \tparam _Digraph The type of the digraph the algorithm runs on. 1266 1271 /// The default value is
Note: See TracChangeset
for help on using the changeset viewer.