[][src]Trait hypercube::graph::Lemma2

pub trait Lemma2 {
    fn lemma2(&self, s: u64, d: u64) -> NodePath;
fn R(&self, s: u64, d: u64) -> NodePath;
fn R_helper(&self, n: u64, s: u64, d: u64, path: &mut NodePath); }

Required methods

fn lemma2(&self, s: u64, d: u64) -> NodePath

fn R(&self, s: u64, d: u64) -> NodePath

fn R_helper(&self, n: u64, s: u64, d: u64, path: &mut NodePath)

Loading content...

Implementors

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

Loading content...