Function is_edge_self_bivalent

Source
pub fn is_edge_self_bivalent<Graph: StaticGraph>(
    graph: &Graph,
    edge_id: Graph::EdgeIndex,
) -> bool
Expand description

Returns true if the given edge is self-bivalent in the given graph, i.e. its univocal extension repeats a node.