lemon/preflow.h
changeset 1754 4bf5ceb49023
parent 1631 e15162d8eca1
child 1762 3915867b6975
equal deleted inserted replaced
1:ea6fc6496619 2:88303fe4c91b
    24 #include <lemon/maps.h>
    24 #include <lemon/maps.h>
    25 #include <lemon/graph_utils.h>
    25 #include <lemon/graph_utils.h>
    26 
    26 
    27 /// \file
    27 /// \file
    28 /// \ingroup flowalgs
    28 /// \ingroup flowalgs
    29 /// Implementation of the preflow algorithm.
    29 /// \brief Implementation of the preflow algorithm.
    30 
    30 
    31 namespace lemon {
    31 namespace lemon {
    32 
    32 
    33   /// \addtogroup flowalgs
    33   /// \addtogroup flowalgs
    34   /// @{                                                   
    34   /// @{