Skip to main content

augment_path

Function augment_path 

Source
fn augment_path<G>(
    graph: &G,
    outer: G::NodeId,
    other: G::NodeId,
    mate: &mut [Option<G::NodeId>],
    label: &[Label<G>],
)
where G: NodeIndexable,