Skip to content

Commit f7d76f7

Browse files
authored
Implement Clone for Edge (#160)
1 parent 997a4e3 commit f7d76f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maxflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ where
3434
}
3535
}
3636

37-
#[derive(Debug, PartialEq, Eq)]
37+
#[derive(Clone, Debug, PartialEq, Eq)]
3838
pub struct Edge<Cap: Integral> {
3939
pub from: usize,
4040
pub to: usize,

0 commit comments

Comments
 (0)