graph_atlas#

graph_atlas(i)[source]#

返回图集中的第 i 个图。

更多信息,请参阅 graph_atlas_g()

Parameters:
iint

要从图集中获取的图的索引。假设索引为 0 的图是空图。

Returns:
list

一个包含 Graph 对象的列表,索引为 i 的对应于图集中的图 i

See also

graph_atlas_g

Notes

此函数所需的时间与参数 i 成线性增长,因为它按顺序读取一个大文件以生成图 [1]。

References

[1]

Ronald C. Read 和 Robin J. Wilson, An Atlas of Graphs. Oxford University Press, 1998.