Graph Isomorphism

前端 未结 9 1979
陌清茗
陌清茗 2020-12-23 11:04

Is there an algorithm or heuristics for graph isomorphism?

Corollary: A graph can be represented in different different drawings.

What s the best approach to

9条回答
  •  伪装坚强ぢ
    2020-12-23 11:27

    One of the best algorithms out there for finding graph isomorphisms is VF2.

    I've written a high-level overview of VF2 as applied to chemistry - where it is used extensively. The post touches on the differences between VF2 and Ullmann. There is also a from-scratch implementation of VF2 written in Java that might be helpful.

提交回复
热议问题