Class MinimumEdgeCutGlobalStoerWagner

  • All Implemented Interfaces:
    MinimumEdgeCutGlobal

    public class MinimumEdgeCutGlobalStoerWagner
    extends MinimumEdgeCutGlobalAbstract
    Stoer-Wagner Algorithm for global minimum cut.

    The algorithm runs in \(O(mn + n^2 \log n)\).

    Based on 'A Simple Min-Cut Algorithm' by Mechthild Stoer and Frank Wagner (1997).

    Author:
    Barak Ugav