Changeset 1025:140c953ad5d1 in lemon for lemon/capacity_scaling.h
- Timestamp:
- 01/08/11 16:11:48 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/capacity_scaling.h
r956 r1025 87 87 /// consider to use the named template parameters instead. 88 88 /// 89 /// \warning Both number types must be signed and all input data must 89 /// \warning Both \c V and \c C must be signed number types. 90 /// \warning All input data (capacities, supply values, and costs) must 90 91 /// be integer. 91 92 /// \warning This algorithm does not support negative costs for such
Note: See TracChangeset
for help on using the changeset viewer.