[][src]Trait gt_directed_bijective_connection_graph::NodeToNodeDisjointPaths

pub trait NodeToNodeDisjointPaths {
    fn node_to_node_disjoint_paths(&self, s: Node, d: Node) -> Vec<GraphPath>;
}

Required methods

Loading content...

Implementors

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

Loading content...