AllVerticesGraphAugmentorAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.MaximumFlow
public sealed class AllVerticesGraphAugmentorAlgorithm<TVertex, TEdge> : GraphAugmentorAlgorithmBase<TVertex, TEdge, IMutableVertexAndEdgeSet<TVertex, TEdge>> where TEdge : Object, IEdge<TVertex>
The AllVerticesGraphAugmentorAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | Augmented | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | AugmentedEdges | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | EdgeFactory | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SuperSink | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | SuperSource | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VertexFactory | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Dispose | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServiceT | (Inherited from AlgorithmBaseTGraph.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Rollback | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | EdgeAdded | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | SuperSinkAdded | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |
![]() | SuperSourceAdded | (Inherited from GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph.) |