map_unweighted_with_order

Function map_unweighted_with_order 

Source
pub fn map_unweighted_with_order(
    num_vertices: usize,
    edges: &[(usize, usize)],
    vertex_order: &[usize],
) -> MappingResult<KsgTapeEntry>
Expand description

Map a graph with a specific vertex ordering (unweighted).

ยงPanics

Panics if num_vertices == 0.