Skip to content

Commit 80e8ceb

Browse files
authored
Merge pull request #113 from atcoder/patch/issue112
#112: add constraints for maxflow.get_edge
2 parents 08ac6c1 + e81127a commit 80e8ceb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

document_en/maxflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ struct mf_graph<Cap>::edge {
8888
8989
**@{keyword.constraints}**
9090
91+
- (1): $0 \leq i \lt m$
92+
9193
**@{keyword.complexity}**
9294
9395
- (1): $O(1)$

document_ja/maxflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ struct mf_graph<Cap>::edge {
9090
9191
**@{keyword.constraints}**
9292
93+
- (1): $0 \leq i \lt m$
94+
9395
**@{keyword.complexity}**
9496
9597
$m$ を追加された辺数として

0 commit comments

Comments
 (0)