Skip to content

Commit

Permalink
Fix MaxFlow constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
TumoiYorozu committed May 31, 2022
1 parent f669803 commit 302223c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions document_en/maxflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 50,7 @@ It adds an edge oriented from the vertex `from` to the vertex `to` with the capa
**@{keyword.constraints}**

- $s \neq t$
- $0 \leq s, t \lt n$
- The answer should be in `Cap`.

**@{keyword.complexity}**
Expand Down
1 change: 1 addition & 0 deletions document_ja/maxflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 50,7 @@ int graph.add_edge(int from, int to, Cap cap);
**@{keyword.constraints}**

- $s \neq t$
- $0 \leq s, t \lt n$
- 返り値が `Cap` に収まる

**@{keyword.complexity}**
Expand Down

0 comments on commit 302223c

Please sign in to comment.