Tamás Nepusz
Tamás Nepusz
Added a check for multi-edges in `igraph_transitivity_barrat()` so we now return an error code if needed, see 735201e9c
Seems okay to me!
Please show us your GraphML file; it looks like it contains attribute types that are not handled by igraph (and might not even be in the GraphML specification).
> It would be even better to just issue a warning (mentioning the attribute name and type), but treat the unknown attribute as a string. That is not possible in...
I have changed the ttle of the issue and I'll keep it open for a while in case someone wants to pick this up.
@szhorvat has asked me to look into this a bit as I was messing around with the GraphML parser lately. The conclusion is that converting unknown attribute types into strings...
Would it simply be enough to add a `weights` argument of type `igraph_vector_t` after `result` and before `bfs_cutoff`? If so, I can do this so we can move this back...
Friendly bump. If we want to change the API, we should do this soon as we are nearing to the end of the issue list of 0.10. (No rush, though,...
I'm still not too fond of the idea of pre-populating the cache as it means extra code with marginal benefits. Thinking aloud: suppose that we make `igraph_simplify()` to declare in...
Agreed, that sounds good for me.