JuliaAttic/OldGraphs.jl

Feature request: Min Cut

Closed this issue · 2 comments

Requesting min cut algorithm implementation for Graphs.jl

Stoer, Mechthild and Frank Wagner, “A simple min-cut algorithm”. Journal of the ACM 44 (4), 585-591, 1997. DOI: 10.1145/263867.263872

This would be quite useful! Unless someone steps up soon, however, the best way for this to happen would be to try to implement it yourself, and submit a pull request.

This has been implemented, it can be closed.