Changeset 1023:e0cef67fe565 in lemon for lemon/capacity_scaling.h
- Timestamp:
- 01/09/11 16:51:14 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/capacity_scaling.h
r956 r1023 89 89 /// \warning Both number types must be signed and all input data must 90 90 /// be integer. 91 /// \warning This algorithm does not support negative costs for such92 /// arcs that haveinfinite upper bound.91 /// \warning This algorithm does not support negative costs for 92 /// arcs having infinite upper bound. 93 93 #ifdef DOXYGEN 94 94 template <typename GR, typename V, typename C, typename TR> … … 423 423 /// 424 424 /// Using this function has the same effect as using \ref supplyMap() 425 /// with sucha map in which \c k is assigned to \c s, \c -k is425 /// with a map in which \c k is assigned to \c s, \c -k is 426 426 /// assigned to \c t and all other nodes have zero supply value. 427 427 ///
Note: See TracChangeset
for help on using the changeset viewer.