Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for edge multiplicities in non_distributed_betweenness_centrality #2

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on May 19, 2014

  1. Fix to make it compatible with boostorg/graph PR boostorg#6

    Pull request boostorg#6 in boostorg/graph changes some internal structs
    used by graph-parallel, and so some fixes have been made so
    it still compiles.
    
    Note that support for multiplicities has not been added yet.
    javidcf committed May 19, 2014
    Configuration menu
    Copy the full SHA
    818cabc View commit details
    Browse the repository at this point in the history
  2. Changes according to graph

    javidcf committed May 19, 2014
    Configuration menu
    Copy the full SHA
    dccfcb0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Some other simplification.

    javidcf committed May 21, 2014
    Configuration menu
    Copy the full SHA
    4d579f9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. Added multiplicity_map parameter to non_distributed_betweenness_centr…

    …ality
    
    Added the possibility to include edge multiplicities in
    non_distributed_betweenness_centrality.
    javidcf committed May 23, 2014
    Configuration menu
    Copy the full SHA
    619a2cd View commit details
    Browse the repository at this point in the history