Boost C++ Libraries: Ticket #3709: Bidirectional compressed_sparse_row_graph https://svn.boost.org/trac10/ticket/3709 <p> 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, </p> <p> Juan </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3709 Trac 1.4.3 Jeremiah Willcock Thu, 03 Dec 2009 18:03:36 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3709#comment:1 https://svn.boost.org/trac10/ticket/3709#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">invalid</span> </li> </ul> <p> This functionality is already supported; pass <code>bidirectionalS</code> in as the directedness tag for <code>compressed_sparse_row_graph</code> and it will give you a bidirectional graph. This was introduced in 1.41, I believe, and is mentioned in the documentation at <a href="http://www.boost.org/doc/libs/1_41_0/libs/graph/doc/compressed_sparse_row.html">http://www.boost.org/doc/libs/1_41_0/libs/graph/doc/compressed_sparse_row.html</a>. </p> Ticket jafb@… Thu, 03 Dec 2009 18:14:42 GMT <link>https://svn.boost.org/trac10/ticket/3709#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3709#comment:2</guid> <description> <p> 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 :) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Thu, 03 Dec 2009 18:17:14 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/3709#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3709#comment:3</guid> <description> <p> Thank you for the comment. The documentation issue is fixed in the trunk in <a class="changeset" href="https://svn.boost.org/trac10/changeset/58124" title="Fixed Template Parameters section to mention bidirectionalS">r58124</a> and will be merged into the release for 1.42. </p> </description> <category>Ticket</category> </item> </channel> </rss>