pub fn non_projective_edges(
    graph: &Graph<(), String, Directed>
) -> Vec<EdgeIndex>
Expand description

Returns non-projective edges in the graph, ordered by length.