embed_graph

Function embed_graph 

Source
pub fn embed_graph(
    num_vertices: usize,
    edges: &[(usize, usize)],
    vertex_order: &[usize],
) -> Option<MappingGrid>
Expand description

Embed a graph into a mapping grid.

ยงPanics

Panics if any edge vertex is not found in vertex_order.