Opened 14 years ago
Closed 13 years ago
#2320 closed Bugs (fixed)
Named parameters for kolmogorov_max_flow mis-documented
Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
Fixed in r53093.