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
nx.minimum_edge_cut(g)