pub fn get_graph6_representation<G>(graph: G) -> Stringwhere
G: GetAdjacencyMatrix + IntoNodeIdentifiers,
Expand description
Converts a graph that implements GetAdjacencyMatrix and IntoNodeIdentifers into a graph6 format string.
pub fn get_graph6_representation<G>(graph: G) -> Stringwhere
G: GetAdjacencyMatrix + IntoNodeIdentifiers,
Converts a graph that implements GetAdjacencyMatrix and IntoNodeIdentifers into a graph6 format string.