Tamás Nepusz
Tamás Nepusz
AFAIK we already compile and test `examples/` as part of the regular unit test suite so any deprecations should have been already caught there. We only need to go through...
This issue is a bit vague in the sense that it's hard to tell whether the goal outlined in the title has been achieved or not (cf. the [halting problem](https://www.wikiwand.com/en/Halting_problem))....
@vtraag Please update the checklist above now that #1617 is merged. Thanks!
The typical way in igraph's API to specify how attributes should be treated during an operation that can potentially merge vertices or edges is by passing a `const igraph_attribute_combination_t*` object...
So, if the function needs to handle both type 1 and type 2 simplifications, then there is a theoretical possibility that the two could be different, so a single argument...
Yes, this seems correct.
Sorry for the delay; happy to jump on this and help out if you are willing to open a draft PR with whatever you have managed to come up with...
The last link you posted goes to a 404 page.
Well, the "hashtable" is not really a hash table anyway -- I guess it is implemented with a trie and a few vectors, and there's no int variant for it....
@Nachiket18 I think the easiest is just to go ahead with an `std::map` for the time being and get to a working implementation. Once we have that (and we have...