COIN-OR::LEMON - Graph Library

Changeset 889:a7e93de12cbd in lemon


Ignore:
Timestamp:
02/09/10 23:29:51 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
890:974c48bda29e, 891:75e6020b19b1, 895:8131c2b9f59a, 898:75c97c3786d6, 910:f3bc4e9b5f3a
Phase:
public
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/preflow.h

    r835 r889  
    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.