ISMAGS.largest_common_subgraph#

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

找出 subgraphgraph .

参数
symmetry: bool

是否应该考虑对称性。如果为假,则找到的最大公共子图可能对称等价。

产量
DICT

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