map_weighted_with_order

Function map_weighted_with_order 

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

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

ยงPanics

Panics if num_vertices == 0.