Class DinicMFImpl.VertexExtension

All Implemented Interfaces:
Extension
Enclosing class:
DinicMFImpl<V,E>

class DinicMFImpl.VertexExtension extends MaximumFlowAlgorithmBase<V,E>.VertexExtensionBase
Extension for vertex class.
  • Field Details

    • index

      int index
      Stores index of the first unexplored edge from current vertex.
    • level

      int level
      Level of vertex in the level graph.
  • Constructor Details

    • VertexExtension

      VertexExtension()