We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22db935 commit 95a08b7Copy full SHA for 95a08b7
document_en/mincostflow.md
@@ -66,7 +66,7 @@ Let $g$ be a function such that $g(x)$ is the cost of the minimum cost $s-t$ flo
66
It returns $g$ as the list of the changepoints, that satisfies the followings.
67
68
- The first element of the list is $(0, 0)$.
69
-- `.first` is strictly increasing and `.second` is non-descreasing.
+- `.first` is strictly increasing and `.second` is non-decreasing.
70
- No three changepoints are on the same line.
71
- (1) The last element of the list is $(x, g(x))$, where $x$ is the maximum amount of the $s-t$ flow.
72
- (2) The last element of the list is $(y, g(y))$, where $y = \min(x, \mathrm{flow\\_limit})$.
0 commit comments