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