Opened 14 years ago

Closed 13 years ago

#2320 closed Bugs (fixed)

Named parameters for kolmogorov_max_flow mis-documented

Reported by: Geoff Langdale <geoff.langdale@…> Owned by: Douglas Gregor
Milestone: Boost 1.37.0 Component: graph
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

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.

I checked the other two network flow algorithms, they do not suffer from the same problem.

Change History (1)

comment:1 by Jeremiah Willcock, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r53093.

Note: See TracTickets for help on using tickets.