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