Boost C++ Libraries: Ticket #7002: problem with initialization of CSR bidirectional graph https://svn.boost.org/trac10/ticket/7002 <p> I'm trying to construct bidirectional CSR graph. The only way I'm able to do that is the following -&gt; <a class="ext-link" href="http://boost.codepad.org/4shcGgCy"><span class="icon">​</span>http://boost.codepad.org/4shcGgCy</a> I construct adjacency_list graph, add edges and then I'm providing adjacency_graph directly to CSR constructor (it uses assign method). When I'm listing in-degrees and out-degrees for adjacency_list I got correct results, but when I'm doing exactly the same for CSR graph, I got correct out-degrees and random numbers as the in-degrees. </p> <p> Environment: boost 1.49.0 (also tried with 1.50.0) g++ (<a class="missing wiki">Ubuntu/Linaro</a> 4.6.3-1ubuntu5) 4.6.3 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7002 Trac 1.4.3 Jeremiah Willcock Fri, 29 Jun 2012 20:26:28 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7002#comment:1 https://svn.boost.org/trac10/ticket/7002#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/79179" title="Fixed construction and assignment of bidirectional CSR graphs from ...">[79179]</a>) Fixed construction and assignment of bidirectional CSR graphs from other graphs; removed add_edges* functions (which were broken and not documented) from bidirectional CSR; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7002" title="#7002: Bugs: problem with initialization of CSR bidirectional graph (closed: fixed)">#7002</a> </p> Ticket