Crate graph6

Source
Expand description

§graph6

graph6 is a library for converting between strings in graph6 format and adjacency matrices.

Functions§

adjacency_matrix_to_string
Converts an adjacency matrix to its string representation in graph6 format.
string_to_adjacency_matrix
Converts a string in graph6 format to its adjacency matrix, and returns the matrix and the graph size.