Trait omnitigs::macrotigs::macronodes::MacronodeAlgorithm[][src]

pub trait MacronodeAlgorithm<Graph: StaticGraph> {
    fn compute_macronodes(graph: &Graph) -> Macronodes<Graph>;
}

A trait abstracting over the concrete algorithm used to compute macronodes.

Required methods

fn compute_macronodes(graph: &Graph) -> Macronodes<Graph>[src]

Compute all macronodes in a graph.

Loading content...

Implementors

Loading content...