src/hugo/preflow.h
changeset 874 2195bc090dfe
parent 851 209c9d53e195
child 906 17f31d280385
equal deleted inserted replaced
2:d45d52acec69 3:05215c99fe96
     8 #include <hugo/invalid.h>
     8 #include <hugo/invalid.h>
     9 #include <hugo/maps.h>
     9 #include <hugo/maps.h>
    10 
    10 
    11 /// \file
    11 /// \file
    12 /// \ingroup flowalgs
    12 /// \ingroup flowalgs
       
    13 /// Implementation of the preflow algorithm.
    13 
    14 
    14 namespace hugo {
    15 namespace hugo {
    15 
    16 
    16   /// \addtogroup flowalgs
    17   /// \addtogroup flowalgs
    17   /// @{                                                   
    18   /// @{