id summary reporter owner description type status milestone component version severity resolution keywords cc 13474 Weighted Graphs for Betweennness Centrality abertzouanis@… Jeremiah Willcock "Graph edges' weights are not taken into account for the calculation of the Betweenness Centrality. I implementing a graph definition with weighted edges similar to the one below: http://boost.2283326.n4.nabble.com/Some-help-for-betweenness-centrality-for-undirected-weighted-graph-td4682926.html the betweenness centrality factors for the edges do not change when I change the edges' weights. Boost docs (http://www.boost.org/doc/libs/1_66_0/libs/graph/doc/betweenness_centrality.html) describe that Beetweenness Centrality algorithm can also operate on weighted graphs. Could you please help? I used Boost 1.66" Bugs new To Be Determined graph Boost 1.63.0 Problem