Changeset 823:a7e93de12cbd in lemon-main
- Timestamp:
- 02/09/10 23:29:51 (15 years ago)
- Branch:
- default
- Children:
- 824:974c48bda29e, 825:75e6020b19b1, 827:8131c2b9f59a, 830:75c97c3786d6, 839:f3bc4e9b5f3a
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/preflow.h
r788 r823 113 113 /// the maximum flow value and the minimum cut is obtained. The 114 114 /// second phase constructs a feasible maximum flow on each arc. 115 /// 116 /// \warning This implementation cannot handle infinite or very large 117 /// capacities (e.g. the maximum value of \c CAP::Value). 115 118 /// 116 119 /// \tparam GR The type of the digraph the algorithm runs on.
Note: See TracChangeset
for help on using the changeset viewer.