8000 Merge pull request #1353 from danilopereira10/patch-2 · cp-algorithms/cp-algorithms@def19fc · GitHub
[go: up one dir, main page]

Skip to content

Commit def19fc

Browse files
authored
Merge pull request #1353 from danilopereira10/patch-2
Clarifies statement in edmonds_karp.md
2 parents 4053a32 + 43f5a70 commit def19fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph/edmonds_karp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ int maxflow(int s, int t) {
184184
185185
## Integral flow theorem ## { #integral-theorem}
186186
187-
The theorem simply says, that if every capacity in the network is an integer, then the flow in each edge will be an integer in the maximal flow.
187+
The theorem says, that if every capacity in the network is an integer, then the size of the maximum flow is an integer, and there is a maximum flow such that the flow in each edge is an integer as well. In particular, Ford-Fulkerson method finds such a flow.
188188
189189
## Max-flow min-cut theorem
190190

0 commit comments

Comments
 (0)
0