[][src]Trait directed_bijective_connection_graph::NodeToNode

pub trait NodeToNode {
    fn N2N(&self, s: Node, d: Node) -> Vec<NodePath>;
fn node_to_node(&self, s: Node, d: Node) -> Vec<NodePath>;
fn node_to_node_helper(&self, n: Dims, s: Node, d: Node) -> Vec<NodePath>; }

Required methods

fn N2N(&self, s: Node, d: Node) -> Vec<NodePath>

fn node_to_node(&self, s: Node, d: Node) -> Vec<NodePath>

fn node_to_node_helper(&self, n: Dims, s: Node, d: Node) -> Vec<NodePath>

Loading content...

Implementors

impl<F> NodeToNode for F where
    F: DirectedBijectiveConnectionGraphFunctions + Lemma2 + Lemma1 + NodeToSet
[src]

Loading content...