> I'm sorry, I am using R and the function looks something like this: > betweenness(graph, v=ids, directed=TRUE, nobigint=FALSE, normalized=TRUE). It > completes with the warning message: integer overflow. Hmmm, it looks like the warning message might come from R itself and not igraph (because igraph's error message would read "Integer or double overflow") so I'm at a loss here. Gabor?
Also, one thing I noticed is that this argument is ignored for weighted graphs -- does your graph have weights? -- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
