COIN-OR::LEMON - Graph Library

Changeset 823:a7e93de12cbd in lemon-1.2


Ignore:
Timestamp:
02/09/10 23:29:51 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
824:974c48bda29e, 825:75e6020b19b1, 827:8131c2b9f59a, 830:75c97c3786d6, 839:f3bc4e9b5f3a
Phase:
public
Message:

Add a warning about huge capacities in Preflow (#319)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r788 r823  
    113113  /// the maximum flow value and the minimum cut is obtained. The
    114114  /// second phase constructs a feasible maximum flow on each arc.
     115  ///
     116  /// \warning This implementation cannot handle infinite or very large
     117  /// capacities (e.g. the maximum value of \c CAP::Value).
    115118  ///
    116119  /// \tparam GR The type of the digraph the algorithm runs on.
Note: See TracChangeset for help on using the changeset viewer.