Function omnitigs::node_covering_node_visible_one_circular_safe::compute_maximal_node_covering_node_visible_one_circular_safe_walks[][src]

pub fn compute_maximal_node_covering_node_visible_one_circular_safe_walks<Graph: StaticGraph>(
    graph: &Graph,
    macrotigs: &Macrotigs<Graph>
) -> Vec<VecNodeWalk<Graph>> where
    Graph::NodeIndex: 'static, 

Computes the maximal walks that are safe under the node-covering node-visible 1-circular walk model. Does not return single nodes.