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.