Skip to content
Prev 174206 / 398503 Next

Minimum cutsets

In the 'igraph' package, there are two (private) functions that can do
this. I.e. install and load igraph, and call

igraph:::find.all.min.cutsets()
or
igraph:::kCutsets()

They might be quite slow if your graph is big. Check the source code
for some comments.

Best,
Gabor

On Thu, Mar 19, 2009 at 10:58 AM, Benedict Anchang
<Benedict.Anchang at klinik.uni-regensburg.de> wrote: