java.lang.Object
MaximumFlowAlgorithmBase<V,E>.org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase
org.jgrapht.alg.flow.DinicMFImpl.VertexExtension
- All Implemented Interfaces:
Extension
- Enclosing class:
DinicMFImpl<V,
E>
Extension for vertex class.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
Stores index of the first unexplored edge from current vertex.(package private) int
Level of vertex in the level graph.Fields inherited from class org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase
excess, prototype
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.VertexExtensionBase
getOutgoing
-
Field Details
-
index
int indexStores index of the first unexplored edge from current vertex. -
level
int levelLevel of vertex in the level graph.
-
-
Constructor Details
-
VertexExtension
VertexExtension()
-