igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] At structure_generators.c:84 : Invalid (negative) vertex id, In


From: Stephan Schlögl
Subject: [igraph] At structure_generators.c:84 : Invalid (negative) vertex id, Invalid vertex id
Date: Mon, 25 Nov 2013 17:45:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Hi,
I'm using igraph in R. I'm trying to compute:

graph <-bipartite.projection(g)

but I get the following error:

At structure_generators.c:84 : Invalid (negative) vertex id, Invalid vertex id

this seems strange to me because I'm not using negative vertex ids.

> min(V(g)$name)
[1] "100000090"
#(not sure if this is the correct way to prove this, since $name seems to be a string)

I suppose the only way to make this reproducible is by providing the graph object

I would gratefull for any help!
Best,
stephan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]