EdmondsKarpMaximumFlowAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.MaximumFlow
public sealed class EdmondsKarpMaximumFlowAlgorithm<TVertex, TEdge> : MaximumFlowAlgorithm<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The EdmondsKarpMaximumFlowAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | Capacities | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | EdgeFactory | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | MaxFlow | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | Predecessors | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | ResidualCapacities | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | ReversedEdges | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | Sink | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | Source | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VertexColors | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(TVertex, TVertex) | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | 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.) |
![]() | GetVertexColor | (Inherited from MaximumFlowAlgorithmTVertex, TEdge.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |