GraphAugmentorAlgorithmBase<'TVertex, 'TEdge, 'TGraph>
  Namespace: QuickGraph.Algorithms.MaximumFlow
Constructors
| Constructor | Description | 
| 
            new(...)
          
            Signature: (host:IAlgorithmComponent * visitedGraph:'TGraph * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit | 
Instance members
| Instance member | Description | 
| 
            Augmented
          
            Signature: bool | |
| 
            AugmentedEdges
          
            Signature: ICollection<'TEdge> | |
| 
            Dispose()
          
            Signature: unit -> unit Modifiers: abstract | |
| 
            EdgeAdded
          
            Signature: EdgeAction<'TVertex,'TEdge> | |
| 
            EdgeFactory
          
            Signature: EdgeFactory<'TVertex,'TEdge> | |
| 
            Rollback()
          
            Signature: unit -> unit Modifiers: abstract | |
| 
            SuperSink
          
            Signature: 'TVertex | |
| 
            SuperSinkAdded
          
            Signature: VertexAction<'TVertex> | |
| 
            SuperSource
          
            Signature: 'TVertex | |
| 
            SuperSourceAdded
          
            Signature: VertexAction<'TVertex> | |
| 
            VertexFactory
          
            Signature: VertexFactory<'TVertex> | 
 
  
          