[][src]Trait gt_directed_bijective_connection_graph::NodeToSetDisjointPaths

pub trait NodeToSetDisjointPaths {
    fn node_to_set_disjoint_paths(&self, s: Node, d: &[Node]) -> Vec<GraphPath>;
}

Required methods

Loading content...

Implementors

impl<F> NodeToSetDisjointPaths for F where
    F: DirectedBijectiveConnectionGraph + SinglePath
[src]

Loading content...