Closed jimbethancourt closed 1 month ago
Identify minimum cut of a cycle with GusfieldGomoryHuCutTree.getCutEdges()
See https://github.com/jgrapht/jgrapht/blob/6324b1354547505d5b62f65a9bf507b54b04e41a/jgrapht-core/src/test/java/org/jgrapht/alg/flow/GusfieldGomoryHuCutTreeTest.java for how to use
Added in 0.5.0-M3 - will be improved in #92 by providing edge weights
Identify minimum cut of a cycle with GusfieldGomoryHuCutTree.getCutEdges()
See https://github.com/jgrapht/jgrapht/blob/6324b1354547505d5b62f65a9bf507b54b04e41a/jgrapht-core/src/test/java/org/jgrapht/alg/flow/GusfieldGomoryHuCutTreeTest.java for how to use