id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7002,problem with initialization of CSR bidirectional graph,braszek,Jeremiah Willcock,"I'm trying to construct bidirectional CSR graph. The only way I'm able to do that is the following -> http://boost.codepad.org/4shcGgCy 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. Environment: boost 1.49.0 (also tried with 1.50.0) g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3",Bugs,closed,To Be Determined,graph,Boost 1.49.0,Problem,fixed,,braszek@…