Relux-the-Relux
Relux-the-Relux
Maybe if we added a parallelForEdges that divides the chunks deterministically among threads by using a different omp schedule.
> Also, it would be nice to support COO arrays directly (in case the user does not use Scipy). That is almost no extra work. scipy is currently a requirement...
It seems that the new EdgeIndexing has a weird interaction with the compact edge in the undirected case for some reason, still unsure why.
Ok, it was just because IndexEdges now also sorts the edges. Changed the test to take the edge order tight after being indexed instead of taking the original edge order.
Which behavior would be desirable here? Should it then become a multigraph or should the edge have a weight of `w1+w2`?