mpetri / recursive_graph_bisection

This program implements the following graph reordering technique: Laxman Dhulipala, Igor Kabiljo, Brian Karrer, Giuseppe Ottaviano, Sergey Pupyrev, Alon Shalita: Compressing Graphs and Indexes with Recursive Graph Bisection. KDD 2016: 1535-1544
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Params need reversing for v2 calcs #4

Closed JMMackenzie closed 7 years ago

JMMackenzie commented 7 years ago

I think this fixes the bug which can result in -inf gain calculations.