Class PushRelabelMFImpl.VertexExtension

  • All Implemented Interfaces:
    Extension
    Enclosing class:
    PushRelabelMFImpl<V,​E>

    public class PushRelabelMFImpl.VertexExtension
    extends java.lang.Object
    Vertex extension for the push-relabel algorithm, which contains an additional height.
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexExtension()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge> getOutgoing()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VertexExtension

        public VertexExtension()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getOutgoing

        public java.util.List<org.jgrapht.alg.flow.MaximumFlowAlgorithmBase.AnnotatedFlowEdge> getOutgoing()