moebius_kantor_graph# moebius_kantor_graph(create_using=None)[source]# 返回莫比乌斯-康托尔图。 莫比乌斯-康托尔图是一个具有16个节点的三次对称图。其LCF表示法为[5,-5]^8,并且与广义彼得森图同构[1]。 Parameters: create_usingNetworkX图构造函数,可选(默认=nx.Graph)要创建的图类型。如果是图实例,则在填充前清空。 Returns: Gnetworkx Graph莫比乌斯-康托尔图 References [1] https://en.wikipedia.org/wiki/M%C3%B6bius%E2%80%93Kantor_graph