COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r252 r247  
    12631263  /// the member functions of the \c Visitor class on every BFS event.
    12641264  ///
    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   ///
    12701265  /// \tparam _Digraph The type of the digraph the algorithm runs on.
    12711266  /// The default value is
Note: See TracChangeset for help on using the changeset viewer.