[][src]Trait gt_directed_bijective_connection_graph::graph::DirectedBijectiveConnectionGraph

pub trait DirectedBijectiveConnectionGraph: Graph + SinglePath + NPathsToNode + NodeToNodeDisjointPaths + NodeToSetDisjointPaths {
    fn psi(&self, n: Dims, node: Node) -> Node { ... }
}

Provided methods

fn psi(&self, n: Dims, node: Node) -> Node

Loading content...

Implementors

Loading content...