Changeset 1061:473c71baff72 in lemon-main
- Timestamp:
- 02/28/13 23:45:39 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/edmonds_karp.h
r1060 r1061 525 525 /// using this function. 526 526 bool minCut(const Node& node) const { 527 return ((*_pred)[node] != INVALID) ornode == _source;527 return ((*_pred)[node] != INVALID) || node == _source; 528 528 } 529 529
Note: See TracChangeset
for help on using the changeset viewer.