Changes in / [986:c8896bc31271:984:fcb6ad1e67d0] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/capacity_scaling.h
r985 r922 88 88 /// 89 89 /// \warning Both \c V and \c C must be signed number types. 90 /// \warning Capacity bounds and supply values must be integer, but91 /// arc costs can be arbitrary real numbers.90 /// \warning All input data (capacities, supply values, and costs) must 91 /// be integer. 92 92 /// \warning This algorithm does not support negative costs for 93 93 /// arcs having infinite upper bound.
Note: See TracChangeset
for help on using the changeset viewer.