Trait fera::graph::algs::trees::Trees

source ·
pub trait Trees: Incidence {
    fn is_tree(&self) -> bool
    where
        Self: VertexList + EdgeList + WithVertexProp<Color>
, { ... } fn tree_diameter(&self) -> Result<usize, ()>
    where
        Self: VertexList + EdgeList + WithVertexProp<Color>
, { ... } }

Provided Methods§

Implementors§