Skip to content

Interest along Weisfeiler-Leman Graph Isomorphism Test #451

@Becheler

Description

@Becheler

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions