COIN-OR::LEMON - Graph Library

Changeset 985:eb12ad2789fc in lemon-main


Ignore:
Timestamp:
01/30/12 19:29:03 (12 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Fix the doc in CapacityScaling?: cost can be real numbers (#261)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/capacity_scaling.h

    r922 r985  
    8888  ///
    8989  /// \warning Both \c V and \c C must be signed number types.
    90   /// \warning All input data (capacities, supply values, and costs) must
    91   /// be integer.
     90  /// \warning Capacity bounds and supply values must be integer, but
     91  /// arc costs can be arbitrary real numbers.
    9292  /// \warning This algorithm does not support negative costs for
    9393  /// arcs having infinite upper bound.
Note: See TracChangeset for help on using the changeset viewer.