[][src]Trait directed_bijective_connection_graph::Lemma1

pub trait Lemma1 {
    fn lemma1(&self, n: Dims, d: Node) -> Vec<NodePath>;
}

Required methods

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

Loading content...

Implementors

impl<F> Lemma1 for F where
    F: DirectedBijectiveConnectionGraphFunctions
[src]

Loading content...