Skip to content

Commit 53a0208

Browse files
authored
Merge pull request #116 from seastar105/master
Fix typo of MinCostFlow-en
2 parents 113e3c6 + 20185d6 commit 53a0208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_en/mincostflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ It returns $g$ as the list of the changepoints, that satisfies the followings.
6969
- Both of `.first` and `.second` are strictly increasing.
7070
- No three changepoints are on the same line.
7171
- (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})$.
72+
- (2) The last element of the list is $(y, g(y))$, where $y = \min(x, \mathrm{flow\\_limit})$.
7373

7474
**@{keyword.constraints}**
7575

0 commit comments

Comments
 (0)