Subject: [Boost-bugs] [Boost C++ Libraries] #7002: problem with initialization of CSR bidirectional graph
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-21 09:00:31
#7002: problem with initialization of CSR bidirectional graph
------------------------------+---------------------------------------------
Reporter: braszek | Owner: jewillco
Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
Version: Boost 1.49.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
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
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7002> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC