[][src]Trait directed_bijective_connection_graph::NodeToSet

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

Required methods

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

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

Loading content...

Implementors

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

Loading content...