Graph Isomorphism

前端 未结 9 1985
陌清茗
陌清茗 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条回答
  •  旧时难觅i
    2020-12-23 11:19

    • nauty and Traces

    nauty and Traces are programs for computing automorphism groups of graphs and digraphs [*]. They can also produce a canonical label. They are written in a portable subset of C, and run on a considerable number of different systems.

    • AutGroupGraph command in GRAPE's package of GAP.
    • bliss: another symmetry and canonical labeling program.
    • conauto: a graph ismorphism package.

提交回复
热议问题