Skip to content

Commit 12fb855

Browse files
committed
fix #5: fix document
1 parent 2e85c7e commit 12fb855

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

document_en/maxflow.md

+1
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

+1
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)