CliqueTrees.jl lets you input a graph as an adjacency matrix.
label, tree = cliquetree(matrix)
The matrix is assumed to be symmetric, but this is not checked. Inputting an asymmetric adjacency matrix can cause mysterious bugs, segmentation faults. etc.
CliqueTrees.jl lets you input a graph as an adjacency matrix.
The matrix is assumed to be symmetric, but this is not checked. Inputting an asymmetric adjacency matrix can cause mysterious bugs, segmentation faults. etc.