Skip to main content

Module graph6_decoder

Module graph6_decoder 

Source
Expand description

graph6 format decoder for undirected graphs.

Constantsยง

N ๐Ÿ”’

Traitsยง

FromGraph6
A graph that can be converted from graph6 format string.

Functionsยง

bytes_vector_to_bits_vector ๐Ÿ”’
from_graph6_representation
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.
get_bits_as_decimal ๐Ÿ”’
get_edges ๐Ÿ”’
get_number_as_bits ๐Ÿ”’
get_order_bytes_and_adj_matrix_bytes ๐Ÿ”’