tags:

views:

9

answers:

1

mincut_value in igraph for python returns the number of edges of the cut. Can I find the what edges are actually are returned by this function and print them???

Thank you,

A: 

This is not possible in the stable version of igraph (0.5.4 at the moment), but the development version (0.6) supports it. igraph_mincut gives you the minimum cut itself in the cut argument.

Tamás