Tamás Nepusz

Results 691 comments of Tamás Nepusz

@szhorvat `igraph_bfgs` has been bothering me for a while; I thought that it was used somewhere, but I can't find any traces of that old function in the code so...

I have merged the recent changes of the `develop` branch to this PR. @pradkrish if you resume working on this PR, you should run `git pull` first in your own...

Resolved conflicts with the current `develop` branch. @szhorvat is this for 0.10.0 or 0.10.x (where x > 0)? It does not seem like breaking the API anywhere so this could...

Removed the stale label as @szhorvat has plans to do this. Also resolved conflicts with `develop`. Maybe it should be retargeted to `master` now that we mostly work there again?

One other possible definition is to say that a vertex set is a separator w.r.t. a vertex pair _u_ and _v_ (where _u_ and _v_ are not in the set...

Okay, let's try to sort this out in 0.9.

Rudimentary documentation of the two-way heap was added in 274784d2a

Well, personally I've always found permutations confusing because both representations (the direct and the inverse) seem equally logical to me when thinking strictly about mappings from {1..n} to {1..n}. One...

> As far as I can tell, what's shown in your Wikipedia link is not what permute_vertices() uses, but what I proposed it should be using. Am I getting it...

Also, note that there's `igraph_vector_index()`, which uses a sort-of-kind-of a generalized R1 permutation. And this way it's consistent with `igraph_vector_permute()`; the difference is that `igraph_vector_permute()` is in-place, while `igraph_vector_index()` creates...