You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements Vertex Betweenness, part of #2647. The core of this algorithm will also address Edge Betweenness, but the return values are different. Edge betweenness will be finished in a separate PR.
We use a parallel variation of the Brandes Algorithm (2001) to compute exact or approximate betweenness, implemented using the graph primitives.
Authors:
- Chuck Hastings (https://github.com/ChuckHastings)
Approvers:
- Seunghwa Kang (https://github.com/seunghwak)
- Joseph Nke (https://github.com/jnke2016)
URL: #3160
Provide implementation for MNMG BC.
This Epic is focused on approximate BC, so the implementation should be based on MNMG BFS, as the current implementation is based on legacy BFS.
The text was updated successfully, but these errors were encountered: