#3709 closed Feature Requests (invalid)
Bidirectional compressed_sparse_row_graph
Reported by: | Owned by: | Andrew Sutton | |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | graph |
Version: | Boost 1.41.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
It would be very nice for me, and I think many other people, if compressed_sparse_row_graph supported bidirectional graphs. Is this a difficult thing to do? Thanks,
Juan
Change History (3)
comment:1 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Oh, so sorry, then. But in the Template parameters description it still says that only directeds is allowed, that's why I got confused. Thanks anyway :)
comment:3 by , 13 years ago
Thank you for the comment. The documentation issue is fixed in the trunk in r58124 and will be merged into the release for 1.42.
Note:
See TracTickets
for help on using tickets.
This functionality is already supported; pass
bidirectionalS
in as the directedness tag forcompressed_sparse_row_graph
and it will give you a bidirectional graph. This was introduced in 1.41, I believe, and is mentioned in the documentation at http://www.boost.org/doc/libs/1_41_0/libs/graph/doc/compressed_sparse_row.html.