Skip to content

Commit 7522f8c

Browse files
committed
fix #3: fix document
1 parent 8b56898 commit 7522f8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

document_en/maxflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ It adds an edge oriented from the vertex `from` to the vertex `to` with the capa
4848

4949
**@{keyword.constraints}**
5050

51+
- $s \neq t$
5152
- The answer should be in `Cap`.
5253

5354
**@{keyword.complexity}**

document_ja/maxflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ int graph.add_edge(int from, int to, Cap cap);
4949

5050
**@{keyword.constraints}**
5151

52+
- $s \neq t$
5253
- 帰り値が `Cap` に収まる
5354

5455
**@{keyword.complexity}**

0 commit comments

Comments
 (0)