Hi Graphies,
I received a feature request from a graph scientist: the Weisfeiler-Leman (WL) graph isomorphism test, a popular heuristic for detecting non-isomorphic graphs. From what I understand, WL quickly proves non-isomorphism in polynomial time, so one can skip exponential exact algorithm most of the time. So it should problably complement existing BGL algorothms like:
isomorphism() Exact algorithm, worst-case exponential time
vf2_sub_graph_iso() Subgraph matching, even slower
Literature
What do you think ?