Changeset 2376:0ed45a6c74b1 in lemon-0.x for lemon/bfs.h
- Timestamp:
- 02/21/07 14:30:21 (16 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bfs.h
r2350 r2376 20 20 #define LEMON_BFS_H 21 21 22 ///\ingroup flowalgs22 ///\ingroup search 23 23 ///\file 24 24 ///\brief Bfs algorithm. … … 113 113 ///%BFS algorithm class. 114 114 115 ///\ingroup flowalgs115 ///\ingroup search 116 116 ///This class provides an efficient implementation of the %BFS algorithm. 117 117 /// … … 1074 1074 ///Function type interface for Bfs algorithm. 1075 1075 1076 /// \ingroup flowalgs1076 /// \ingroup search 1077 1077 ///Function type interface for Bfs algorithm. 1078 1078 /// … … 1188 1188 /// %BFS Visit algorithm class. 1189 1189 1190 /// \ingroup flowalgs1190 /// \ingroup search 1191 1191 /// This class provides an efficient implementation of the %BFS algorithm 1192 1192 /// with visitor interface.
Note: See TracChangeset
for help on using the changeset viewer.