COIN-OR::LEMON - Graph Library

Changeset 2376:0ed45a6c74b1 in lemon-0.x for lemon/bfs.h


Ignore:
Timestamp:
02/21/07 14:30:21 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3195
Message:

Reorganization of the modules and groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r2350 r2376  
    2020#define LEMON_BFS_H
    2121
    22 ///\ingroup flowalgs
     22///\ingroup search
    2323///\file
    2424///\brief Bfs algorithm.
     
    113113  ///%BFS algorithm class.
    114114 
    115   ///\ingroup flowalgs
     115  ///\ingroup search
    116116  ///This class provides an efficient implementation of the %BFS algorithm.
    117117  ///
     
    10741074  ///Function type interface for Bfs algorithm.
    10751075
    1076   /// \ingroup flowalgs
     1076  /// \ingroup search
    10771077  ///Function type interface for Bfs algorithm.
    10781078  ///
     
    11881188  /// %BFS Visit algorithm class.
    11891189 
    1190   /// \ingroup flowalgs
     1190  /// \ingroup search
    11911191  /// This class provides an efficient implementation of the %BFS algorithm
    11921192  /// with visitor interface.
Note: See TracChangeset for help on using the changeset viewer.