[][src]Trait hypercube::graph::NodeToNode

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

Required methods

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

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

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

Loading content...

Implementors

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

Loading content...