Click or drag to resize

AllVerticesGraphAugmentorAlgorithmTVertex, TEdge Class

Inheritance Hierarchy
SystemObject
  QuickGraph.AlgorithmsAlgorithmBaseIMutableVertexAndEdgeSetTVertex, TEdge
    QuickGraph.Algorithms.MaximumFlowGraphAugmentorAlgorithmBaseTVertex, TEdge, IMutableVertexAndEdgeSetTVertex, TEdge
      QuickGraph.Algorithms.MaximumFlowAllVerticesGraphAugmentorAlgorithmTVertex, TEdge

Namespace:  QuickGraph.Algorithms.MaximumFlow
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class AllVerticesGraphAugmentorAlgorithm<TVertex, TEdge> : GraphAugmentorAlgorithmBase<TVertex, TEdge, IMutableVertexAndEdgeSet<TVertex, TEdge>>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The AllVerticesGraphAugmentorAlgorithmTVertex, TEdge type exposes the following members.

Constructors
  NameDescription
Public methodAllVerticesGraphAugmentorAlgorithmTVertex, TEdge(IMutableVertexAndEdgeSetTVertex, TEdge, VertexFactoryTVertex, EdgeFactoryTVertex, TEdge)
Public methodAllVerticesGraphAugmentorAlgorithmTVertex, TEdge(IAlgorithmComponent, IMutableVertexAndEdgeSetTVertex, TEdge, VertexFactoryTVertex, EdgeFactoryTVertex, TEdge)
Top
Properties
  NameDescription
Public propertyAugmented (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyAugmentedEdges (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyEdgeFactory (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyServices (Inherited from AlgorithmBaseTGraph.)
Public propertyState (Inherited from AlgorithmBaseTGraph.)
Public propertySuperSink (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertySuperSource (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertySyncRoot (Inherited from AlgorithmBaseTGraph.)
Public propertyVertexFactory (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyVisitedGraph (Inherited from AlgorithmBaseTGraph.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from AlgorithmBaseTGraph.)
Public methodCompute (Inherited from AlgorithmBaseTGraph.)
Public methodDispose (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServiceT (Inherited from AlgorithmBaseTGraph.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRollback (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetServiceT(T) (Inherited from AlgorithmBaseTGraph.)
Top
Events
  NameDescription
Public eventAborted (Inherited from AlgorithmBaseTGraph.)
Public eventEdgeAdded (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public eventFinished (Inherited from AlgorithmBaseTGraph.)
Public eventStarted (Inherited from AlgorithmBaseTGraph.)
Public eventStateChanged (Inherited from AlgorithmBaseTGraph.)
Public eventSuperSinkAdded (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Public eventSuperSourceAdded (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.)
Top
See Also