lemon/preflow.h
changeset 2620 8f41a3129746
parent 2553 bfced05fa852
equal deleted inserted replaced
28:fb1b5d72956a 29:8acd5db755a2
    84     }
    84     }
    85 
    85 
    86     /// \brief The tolerance used by the algorithm
    86     /// \brief The tolerance used by the algorithm
    87     ///
    87     ///
    88     /// The tolerance used by the algorithm to handle inexact computation.
    88     /// The tolerance used by the algorithm to handle inexact computation.
    89     typedef Tolerance<Value> Tolerance;
    89     typedef lemon::Tolerance<Value> Tolerance;
    90 
    90 
    91   };
    91   };
    92   
    92   
    93 
    93 
    94   /// \ingroup max_flow
    94   /// \ingroup max_flow