COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r825 r788  
    114114  /// second phase constructs a feasible maximum flow on each arc.
    115115  ///
    116   /// \warning This implementation cannot handle infinite or very large
    117   /// capacities (e.g. the maximum value of \c CAP::Value).
    118   ///
    119116  /// \tparam GR The type of the digraph the algorithm runs on.
    120117  /// \tparam CAP The type of the capacity map. The default map
    121118  /// type is \ref concepts::Digraph::ArcMap "GR::ArcMap<int>".
    122   /// \tparam TR The traits class that defines various types used by the
    123   /// algorithm. By default, it is \ref PreflowDefaultTraits
    124   /// "PreflowDefaultTraits<GR, CAP>".
    125   /// In most cases, this parameter should not be set directly,
    126   /// consider to use the named template parameters instead.
    127119#ifdef DOXYGEN
    128120  template <typename GR, typename CAP, typename TR>
Note: See TracChangeset for help on using the changeset viewer.