The output of a networkx function has the format {(elem1, elem2)}. How do I access elem1 and elem2?

后端 未结 0 1102
灰色年华
灰色年华 2021-02-01 23:37

I\'m using networkx package to create a graph G.

I\'m using this function nx.minimum_edge_cut(g) because it returns a set of edges which, when removed, disco

相关标签:
回答
  • 消灭零回复
提交回复
热议问题