Skip to content
Prev 274217 / 398506 Next

Minimum cutsets

Hi Mohammed,

http://igraph.sourceforge.net/doc/R/graph.maxflow.html

For directed graphs, and s-t cuts you need the development version,
from igraph.sf.net. The source code is either here:
http://cran.r-project.org/web/packages/igraph/index.html
or here:
http://code.google.com/p/igraph/downloads/list
or here:
https://code.launchpad.net/igraph/

The development version has some big changes, e.g. vertices and edges
are numbered from 1 instead of 0. Tell me if you need a windows binary
package for the development version.

Best,
Gabor
On Wed, Oct 12, 2011 at 11:14 AM, malhomidi <malhom at essex.ac.uk> wrote: