[][src]Trait hypercube::graph::Lemma1

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

Required methods

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

Loading content...

Implementors

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

Loading content...