Boost C++ Libraries: Ticket #7780: Typo in Push Relabel Max Flow Example https://svn.boost.org/trac10/ticket/7780 <p> <a href="http://www.boost.org/doc/libs/1_52_0/libs/graph/doc/push_relabel_max_flow.html">http://www.boost.org/doc/libs/1_52_0/libs/graph/doc/push_relabel_max_flow.html</a> </p> <p> In the example on the above page, on the fourth line it says </p> <pre class="wiki">#include &lt;boost/graph/push_relabel_map_flow.hpp&gt; </pre><p> it should instead say </p> <pre class="wiki">#include &lt;boost/graph/push_relabel_max_flow.hpp&gt; </pre><p> (map -&gt; max) </p> <p> Note that the file at <a href="http://www.boost.org/doc/libs/1_52_0/libs/graph/example/max_flow.cpp">http://www.boost.org/doc/libs/1_52_0/libs/graph/example/max_flow.cpp</a> is correct. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7780 Trac 1.4.3 Jeremiah Willcock Mon, 10 Dec 2012 15:27:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7780#comment:1 https://svn.boost.org/trac10/ticket/7780#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81822" title="Fixed typo; fixes #7780">[81822]</a>) Fixed typo; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7780" title="#7780: Bugs: Typo in Push Relabel Max Flow Example (closed: fixed)">#7780</a> </p> Ticket djh Tue, 03 Nov 2015 17:28:38 GMT <link>https://svn.boost.org/trac10/ticket/7780#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7780#comment:2</guid> <description> <p> There is a similar problem the documentation, at the top it says: </p> <pre class="wiki">Where Defined boost/graph/preflow_push_max_flow.hpp </pre><p> but the header in which it is defined is actually </p> <pre class="wiki">boost/graph/push_relabel_max_flow.hpp </pre> </description> <category>Ticket</category> </item> </channel> </rss>