non_edges#

non_edges(graph)[源代码]#

返回图形中不存在的边。

参数
graph网络X图。

用图形查找不存在的边。

返回
non_edges迭代器

不在图中的边的迭代器。