Boost C++ Libraries: Ticket #13474: Weighted Graphs for Betweennness Centrality https://svn.boost.org/trac10/ticket/13474 <p> Graph edges' weights are not taken into account for the calculation of the Betweenness Centrality. </p> <p> I implementing a graph definition with weighted edges similar to the one below: </p> <p> <a class="ext-link" href="http://boost.2283326.n4.nabble.com/Some-help-for-betweenness-centrality-for-undirected-weighted-graph-td4682926.html"><span class="icon">​</span>http://boost.2283326.n4.nabble.com/Some-help-for-betweenness-centrality-for-undirected-weighted-graph-td4682926.html</a> </p> <p> the betweenness centrality factors for the edges do not change when I change the edges' weights. </p> <p> Boost docs (<a href="http://www.boost.org/doc/libs/1_66_0/libs/graph/doc/betweenness_centrality.html">http://www.boost.org/doc/libs/1_66_0/libs/graph/doc/betweenness_centrality.html</a>) describe that Beetweenness Centrality algorithm can also operate on weighted graphs. </p> <p> Could you please help? </p> <p> I used Boost 1.66 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13474 Trac 1.4.3 abertzouanis@… Sun, 11 Mar 2018 21:00:42 GMT attachment set https://svn.boost.org/trac10/ticket/13474 https://svn.boost.org/trac10/ticket/13474 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">Boost Betweennness Centrality .cpp</span> </li> </ul> <p> Calculating Betweenness Centrality </p> Ticket John Maddock Thu, 10 May 2018 12:13:19 GMT component changed; owner set https://svn.boost.org/trac10/ticket/13474#comment:1 https://svn.boost.org/trac10/ticket/13474#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">graph</span> </li> </ul> Ticket