Function from_graph6_representation

Source
pub fn from_graph6_representation<Ix>(
    graph6_representation: String,
) -> (usize, Vec<(Ix, Ix)>)
where Ix: IndexType,
Expand description

Converts a graph6 format string into data can be used to construct an undirected graph. Returns a tuple containing the graph order and its edges.