moebius_kantor_graph#

moebius_kantor_graph(create_using=None)[源代码]#

返回Moebius Kantor图。

Möbius-Kantor图是16个结点的三次对称图。其LCF表示法为 [5,-5]^8, and it is isomorphic to the generalized Petersen graph [1]

参数
create_usingNetworkX图形构造函数,可选(默认=nx.Graph)

要创建的图表类型。如果是图表实例,则在填充之前清除。

返回
G网络X图

Moebius-Kantor图

工具书类

1

https://en.wikipedia.org/wiki/M%C3%B6bius%E2%80%93Kantor_graph