Opened 16 years ago
Last modified 9 years ago
#328 assigned enhancement
Heuristic MinCostFlow and MinCostMaxFlow
| Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.5 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
It could be worthwhile to create a heuristic min cost flow solver class named MinCostFlow. It would have the same interface as the single algorithms, but it could try to select the best algorithm to run according to the parameters of the problem (size of the graph, density, max. capacity etc.). This class could be used in e.g. thew dimacs solver.
Similarly, we could have a heuristic MinCostMaxFlow using Preflow and MinCostFlow. Or the interface of MinCostFlow could be extended to support min cost max flow. See also #244.
This ticket is a follow-up of #180.
Change History (4)
comment:1 Changed 16 years ago by
| Status: | new → assigned |
|---|
comment:3 Changed 13 years ago by
| Milestone: | LEMON 1.3 release → LEMON 1.4 release |
|---|
comment:4 Changed 9 years ago by
| Milestone: | LEMON 1.4 release → LEMON 1.5 release |
|---|


What do you think?