Uses of Class
org.jgrapht.alg.StoerWagnerMinimumCut.VertexAndWeight
-
Packages that use StoerWagnerMinimumCut.VertexAndWeight Package Description org.jgrapht.alg Algorithms provided with JGraphT. -
-
Uses of StoerWagnerMinimumCut.VertexAndWeight in org.jgrapht.alg
Methods in org.jgrapht.alg that return StoerWagnerMinimumCut.VertexAndWeight Modifier and Type Method Description protected StoerWagnerMinimumCut.VertexAndWeight
StoerWagnerMinimumCut. mergeVertices(java.util.Set<V> s, java.util.Set<V> t)
Merges vertex $t$ into vertex $s$, summing the weights as required.Methods in org.jgrapht.alg with parameters of type StoerWagnerMinimumCut.VertexAndWeight Modifier and Type Method Description int
StoerWagnerMinimumCut.VertexAndWeight. compareTo(StoerWagnerMinimumCut.VertexAndWeight that)
compareTo that sorts in reverse order because we need extract-max and queue provides extract-min.
-