Uses of Class
org.jgrapht.alg.StoerWagnerMinimumCut.VertexAndWeight
Packages that use StoerWagnerMinimumCut.VertexAndWeight
-
Uses of StoerWagnerMinimumCut.VertexAndWeight in org.jgrapht.alg
Classes in org.jgrapht.alg that implement interfaces with type arguments of type StoerWagnerMinimumCut.VertexAndWeightModifier and TypeClassDescriptionprotected classClass for weighted verticesMethods in org.jgrapht.alg that return StoerWagnerMinimumCut.VertexAndWeightModifier and TypeMethodDescriptionprotected StoerWagnerMinimumCut<V,E>.VertexAndWeight StoerWagnerMinimumCut.mergeVertices(Set<V> s, Set<V> t) Merges vertex $t$ into vertex $s$, summing the weights as required.Methods in org.jgrapht.alg with parameters of type StoerWagnerMinimumCut.VertexAndWeightModifier and TypeMethodDescriptionintStoerWagnerMinimumCut.VertexAndWeight.compareTo(StoerWagnerMinimumCut<V, E>.VertexAndWeight that) compareTo that sorts in reverse order because we need extract-max and queue provides extract-min.