Function get_graph6_representation

Source
pub fn get_graph6_representation<G>(graph: G) -> String
Expand description

Converts a graph that implements GetAdjacencyMatrix and IntoNodeIdentifers into a graph6 format string.