[][src]Trait gt_hypercube::graph::NPathsToNode

pub trait NPathsToNode {
    fn n_paths_to_node(&self, n: u64, d: u64) -> Vec<GraphPath>;
}

Required methods

fn n_paths_to_node(&self, n: u64, d: u64) -> Vec<GraphPath>

Loading content...

Implementors

impl<F> NPathsToNode for F where
    F: DirectedBijectiveConnectionGraph
[src]

Loading content...