Module org.jgrapht.core
Package org.jgrapht.alg.flow
Class MaximumFlowAlgorithmBase.VertexExtensionBase
java.lang.Object
org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase
- All Implemented Interfaces:
Extension
- Direct Known Subclasses:
BoykovKolmogorovMFImpl.VertexExtension
,DinicMFImpl.VertexExtension
,EdmondsKarpMFImpl.VertexExtension
,PushRelabelMFImpl.VertexExtension
- Enclosing class:
MaximumFlowAlgorithmBase<V,
E>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) double
private final List
<MaximumFlowAlgorithmBase<V, E>.AnnotatedFlowEdge> (package private) V
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
outgoing
-
prototype
V prototype -
excess
double excess
-
-
Constructor Details
-
VertexExtensionBase
VertexExtensionBase()
-
-
Method Details
-
getOutgoing
-