Boost C++ Libraries: Ticket #2320: Named parameters for kolmogorov_max_flow mis-documented https://svn.boost.org/trac10/ticket/2320 <p> The documentation for the named parameters for kolmogorov_max_flow gives the wrong named for named parameters.The 'vertex_predecessor' named parameter should be called 'predecessor_map'. There may be others - I think vertex_color and vertex_distance are also mislabelled. </p> <p> I checked the other two network flow algorithms, they do not suffer from the same problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2320 Trac 1.4.3 Jeremiah Willcock Mon, 18 May 2009 17:31:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2320#comment:1 https://svn.boost.org/trac10/ticket/2320#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> Fixed in <a class="changeset" href="https://svn.boost.org/trac10/changeset/53093" title="Changed names of some property maps to match code; fixes #2320">r53093</a>. </p> Ticket