graph_atlas#

graph_atlas(i)[source]#

返回图集中的第 i 个图。

更多信息请参见 graph_atlas_g()

参数:
iint

要获取的图在图集中的索引。索引 0 处的图假定为空图。

返回:
list

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

另请参见

graph_atlas_g

说明

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

参考

[1]

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