Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdef19fc

Browse files
authored
Merge pull request#1353 from danilopereira10/patch-2
Clarifies statement in edmonds_karp.md
2 parents4053a32 +43f5a70 commitdef19fc

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 theoremsimplysays, that if every capacity in the network is an integer, then the flow in each edgewill bean integerin the maximal flow.
187+
The theorem says, that if every capacity in the network is an integer, then thesize of the maximumflowis an integer, and there is a maximum flow such that the flowin each edgeisan integeras well. In particular, Ford-Fulkerson method finds such a flow.
188188
189189
## Max-flow min-cut theorem
190190

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp