[][src]Trait hypercube::graph::NodeToSet

pub trait NodeToSet {
    fn N2S(&self, s: u64, d: &[u64]) -> Vec<NodePath>;
fn node_to_set(&self, s: u64, d: &[u64]) -> Vec<NodePath>; }

Required methods

fn N2S(&self, s: u64, d: &[u64]) -> Vec<NodePath>

fn node_to_set(&self, s: u64, d: &[u64]) -> Vec<NodePath>

Loading content...

Implementors

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

Loading content...