Changes in lemon/bfs.h [252:66644b9cd9eb:247:f1158744a112] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bfs.h
r252 r247 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 cases1266 /// when extra actions have to be performed in connection with certain1267 /// events of the BFS algorithm. Otherwise consider to use Bfs or bfs()1268 /// instead.1269 ///1270 1265 /// \tparam _Digraph The type of the digraph the algorithm runs on. 1271 1266 /// The default value is
Note: See TracChangeset
for help on using the changeset viewer.