We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f48685 commit d03074bCopy full SHA for d03074b
src/mincostflow.rs
@@ -1,5 +1,6 @@
1
use crate::internal_type_traits::Integral;
2
3
+#[derive(Clone, Debug)]
4
pub struct MinCostFlowEdge<T> {
5
pub from: usize,
6
pub to: usize,
0 commit comments