Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3709 closed Feature Requests (invalid)

Bidirectional compressed_sparse_row_graph

Reported by: jafb@… 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 Jeremiah Willcock, 13 years ago

Resolution: invalid
Status: newclosed

This functionality is already supported; pass bidirectionalS in as the directedness tag for compressed_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.

comment:2 by jafb@…, 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 Jeremiah Willcock, 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.