Opened 13 years ago
Closed 10 years ago
#3468 closed Bugs (fixed)
kolmogorov_max_flow doesn't always find the maximum flow
Reported by: | Owned by: | Andrew Sutton | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.40.0 | Severity: | Problem |
Keywords: | kolmogorov max flow | Cc: |
Description
On some graphs kolmogorov_max_flow finds a max flow value slightly less than push_relabel_max_flow. I've found the problem becomes more common for larger graphs. Using the official example scripts (from v 1.40.0) on the attached dimacs file push_relabel finds flow = 102 while kolmogorov finds flow = 100.
Attachments (1)
Change History (4)
by , 13 years ago
comment:1 by , 13 years ago
Component: | None → graph |
---|---|
Owner: | set to |
comment:2 by , 12 years ago
Milestone: | Boost 1.41.0 → To Be Determined |
---|
Note:
See TracTickets
for help on using tickets.
dimacs max flow