Uses of Class
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge
Packages that use MaximumFlowAlgorithmBase.AnnotatedFlowEdge
-
Uses of MaximumFlowAlgorithmBase.AnnotatedFlowEdge in org.jgrapht.alg.flow
Fields in org.jgrapht.alg.flow with type parameters of type MaximumFlowAlgorithmBase.AnnotatedFlowEdgeModifier and TypeFieldDescriptionprotected ExtensionManager<E, ? extends MaximumFlowAlgorithmBase<V, E>.AnnotatedFlowEdge> MaximumFlowAlgorithmBase.edgeExtensionManagerMethods in org.jgrapht.alg.flow that return MaximumFlowAlgorithmBase.AnnotatedFlowEdgeMethods in org.jgrapht.alg.flow that return types with arguments of type MaximumFlowAlgorithmBase.AnnotatedFlowEdgeMethods in org.jgrapht.alg.flow with parameters of type MaximumFlowAlgorithmBase.AnnotatedFlowEdgeModifier and TypeMethodDescriptionprotected voidMaximumFlowAlgorithmBase.pushFlowThrough(MaximumFlowAlgorithmBase<V, E>.AnnotatedFlowEdge edge, double flow) Increase flow in the direction denoted by edge $(u,v)$.protected voidPushRelabelMFImpl.pushFlowThrough(MaximumFlowAlgorithmBase<V, E>.AnnotatedFlowEdge ex, double f) Push flow through an edge.