Tamás Nepusz

Results 691 comments of Tamás Nepusz

> Would it make sense to add a helper function to the C core which can retrieve the IDs of edges contained within a subgraph induced by some vertices? Sounds...

I've started cleaning this up in `develop`.

Pajek is typically `.net`. Edgelist files can be pretty arbitrary; it is to be debated whether we should automatically attempt to parse `.txt` files as edgelist or not. NCOL and...

The site linked above for GML has a login prompt; I guess it's not available any more. So what's left for us is to take one of the "famous" graphs...

[celegansneural.zip](https://github.com/igraph/rigraph/files/10239480/celegansneural.zip) This is the C.elegans neural network from Mark Newman's page, converted into GML, GraphML and Pajek. This should be suitable for testing purposes.

[lesmis.zip](https://github.com/igraph/rigraph/files/10251501/lesmis.zip) This is the Les Miserables network in GML, GraphML and Pajek.

Thanks for the fix; indeed this should be fixed in the C core then, I was simply saving the Pajek file from igraph itself but didn't check the output. As...

> don't understand the implementation of, e.g., R_igraph_write_graph_graphml() for the case HAVE_OPEN_MEMSTREAM == 1 . It seems to return a raw vector and never write to the file given by...