| ... | ... | 
		@@ -1262,6 +1262,11 @@  | 
| 1262 | 1262 | 
		/// class. It works with callback mechanism, the BfsVisit object calls  | 
| 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  | 
| 1267 | 1272 | 
		/// \ref ListDigraph. The value of _Digraph is not used directly by  | 
| ... | ... | 
		@@ -1209,6 +1209,11 @@  | 
| 1209 | 1209 | 
		/// class. It works with callback mechanism, the DfsVisit object calls  | 
| 1210 | 1210 | 
		/// the member functions of the \c Visitor class on every DFS event.  | 
| 1211 | 1211 | 
		///  | 
| 1212 | 
		/// This interface of the DFS algorithm should be used in special cases  | 
|
| 1213 | 
		/// when extra actions have to be performed in connection with certain  | 
|
| 1214 | 
		/// events of the DFS algorithm. Otherwise consider to use Dfs or dfs()  | 
|
| 1215 | 
		/// instead.  | 
|
| 1216 | 
		///  | 
|
| 1212 | 1217 | 
		/// \tparam _Digraph The type of the digraph the algorithm runs on.  | 
| 1213 | 1218 | 
		/// The default value is  | 
| 1214 | 1219 | 
		/// \ref ListDigraph. The value of _Digraph is not used directly by  | 
0 comments (0 inline)