You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.