用法
feedback_vertex_set(graph, weights = NULL, algo = c("exact_ip"))
值
顶点序列(默认情况下,但请参阅 igraph_options()
的 return.vs.es
选项),包含反馈顶点集。
参见
其他结构属性:bfs()
、component_distribution()
、connect()
、constraint()
、coreness()
、degree()
、dfs()
、distance_table()
、edge_density()
、feedback_arc_set()
、girth()
、is_acyclic()
、is_dag()
、is_matching()
、k_shortest_paths()
、knn()
、reciprocity()
、subcomponent()
、subgraph()
、topo_sort()
、transitivity()
、unfold_tree()
、which_multiple()
、which_mutual()
图环:feedback_arc_set()
、find_cycle()
、girth()
、has_eulerian_path()
、is_acyclic()
、is_dag()
、simple_cycles()
示例
g <- make_lattice(c(3,3))
feedback_vertex_set(g)
#> + 2/9 vertices, from a395789:
#> [1] 2 8