Trait NodeToSetDisjointPaths

Source
pub trait NodeToSetDisjointPaths {
    // Required method
    fn node_to_set_disjoint_paths(
        &self,
        s: u64,
        d: &[u64],
    ) -> Vec<GraphPath<'_>>;
}

Required Methods§

Implementors§