ISMAGS.find_isomorphisms#

ISMAGS.find_isomorphisms(symmetry=True)[源代码]#

求子图与图之间的所有子图同构

在以下位置找到同构 subgraph <= graph

参数
symmetry: bool

是否应该考虑对称性。如果为假,则找到的同构可能是对称等价的。

产量
DICT

找到了{graph_node:subgraph_node}的同构映射。