Ticket #7588 (closed enhancement: duplicate)
Replace min_vertex_cut and min_edge_cut by LP formulation which does not use min_st_cut
| Reported by: | ncohen | Owned by: | rlm |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | graph theory | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Replace min_vertex_cut and min_edge_cut by LP formulation which does not use min_st_cut.
This would be way more efficient than the current ( well, under review at the moment ) implementation.
Change History
Note: See
TracTickets for help on using
tickets.

Already done in #7601 and #7605.
Nathann