non_edges#

non_edges(graph)[source]#

返回图中不存在的边。

Parameters:
graphNetworkX 图

用于查找不存在的边的图。

Returns:
non_edges迭代器

图中不存在的边的迭代器。