Skip to content

Commit d03074b

Browse files
authored
Implement Clone and Debug for MinCostFlowEdge (#163)
1 parent 4f48685 commit d03074b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mincostflow.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use crate::internal_type_traits::Integral;
22

3+
#[derive(Clone, Debug)]
34
pub struct MinCostFlowEdge<T> {
45
pub from: usize,
56
pub to: usize,

0 commit comments

Comments
 (0)