> Are the vertex and edge orders guaranteed by the API? Will vertices and
> edges always be in the order they were created?
Yes, they will - but of course if you remove some vertices or edges,
other vertices/edges with higher indices will "shift" to close the gap
in the index sequence (but they still stay in the same order).

> Thanks. I'll file a few feature requests for api improvements.
I have started dealing with these; in particular, the development
version now has an incident() method for vertex objects.

T.

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to