Uses of Class
org.jgrapht.alg.StoerWagnerMinimumCut.VertexAndWeight
| Package | Description | 
|---|---|
| org.jgrapht.alg | Algorithms provided with JGraphT. | 
- 
Uses of StoerWagnerMinimumCut.VertexAndWeight in org.jgrapht.algMethods in org.jgrapht.alg that return StoerWagnerMinimumCut.VertexAndWeight Modifier and Type Method Description protected StoerWagnerMinimumCut.VertexAndWeightStoerWagnerMinimumCut. 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 intStoerWagnerMinimumCut.VertexAndWeight. compareTo(StoerWagnerMinimumCut.VertexAndWeight that)compareTo that sorts in reverse order because we need extract-max and queue provides extract-min.