wta: Change generation algorithm to accommodate sparse graphs
The current way of iterating trough all possible edges and deciding for each edge if we take it or not has proven not to scale to large but sparse graphs. Instead, we now generate the edges that we want directly.
Loading
Please register or sign in to comment