On 12-03-20 2:20 PM, Sam Steingold wrote:
I just got this error:
library(igraph)
comp<- decompose.graph(gr)
Error: protect(): protection stack overflow
Error: protect(): protection stack overflow
what can I do?
the digraph is, indeed, large (300,000 vertexes), but there are very
many very s
> * Sam Steingold [2012-03-20 14:20:06 -0400]:
>
> I just got this error:
>> library(igraph)
>> comp <- decompose.graph(gr)
> Error: protect(): protection stack overflow
> Error: protect(): protection stack overflow
>>
after restarting
> system.time(comp <- decompose.graph(gr, mode="weak"))
Err
I just got this error:
> library(igraph)
> comp <- decompose.graph(gr)
Error: protect(): protection stack overflow
Error: protect(): protection stack overflow
>
what can I do?
the digraph is, indeed, large (300,000 vertexes), but there are very
many very small components (which I would rather not
3 matches
Mail list logo