MaximumFlowAlgorithmTVertex, TEdge Class |
Namespace: QuickGraph.Algorithms.MaximumFlow
public abstract class MaximumFlowAlgorithm<TVertex, TEdge> : AlgorithmBase<IMutableVertexAndEdgeListGraph<TVertex, TEdge>>, IVertexColorizerAlgorithm<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The MaximumFlowAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | MaximumFlowAlgorithmTVertex, TEdge |
Name | Description | |
---|---|---|
![]() | Capacities | |
![]() | EdgeFactory | |
![]() | MaxFlow | |
![]() | Predecessors | |
![]() | ResidualCapacities | |
![]() | ReversedEdges | |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | Sink | |
![]() | Source | |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VertexColors | |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | BeginComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Clean | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(TVertex, TVertex) | |
![]() | EndComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | |
![]() | Initialize | (Inherited from AlgorithmBaseTGraph.) |
![]() | InternalCompute | (Inherited from AlgorithmBaseTGraph.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnFinished | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnStarted | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnStateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetService(Type, Object) | (Inherited from AlgorithmBaseTGraph.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |