关于 igraph 发布和其他事项
2006年12月19日
这是一个新的主要版本,它包含许多新内容:几何随机图、局部传递性等。
igraph_maxdegree
,用于计算图中的最大度数igraph_grg_game
,几何随机图igraph_density
,图密度计算igraph_maxflow_value
igraph_st_mincut_value
、igraph_mincut_value
,Stoer-Wagner 算法用于无向图igraph_st_vertex_connectivity
、igraph_vertex_connectivity
igraph_st_edge_connectivity
、igraph_edge_connectivity
igraph_edge_disjoint_paths
、igraph_vertex_disjoint_paths
、igraph_adhesion
、igraph_cohesion
igraph_to_directed
处理属性igraph_spinglass_community
、igraph_spinglass_my_community
igraph_extended_chordal_ring
,它创建扩展弦环igraph_clusters
的 no
参数,可以计算集群的数量,而无需计算集群本身igraph_delete_vertices
,以便为新图分配更少的内存igraph_neighborhood
、igraph_neighborhood_size
、igraph_neighborhood_graphs
igraph_preference_game
和 igraph_asymmetric_preference_game
igraph_laplacian
函数计算igraph_read_graph_graphml
中的内存泄漏igraph_read_graph_graphml
中的错误处理错误graph.laplacian
中的错误get.all.shortest.paths
中的内存泄漏