GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph Class |
Namespace: QuickGraph.Algorithms.MaximumFlow
public abstract class GraphAugmentorAlgorithmBase<TVertex, TEdge, TGraph> : AlgorithmBase<TGraph>, IDisposable where TEdge : Object, IEdge<TVertex> where TGraph : Object, IMutableVertexAndEdgeSet<TVertex, TEdge>
The GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | GraphAugmentorAlgorithmBaseTVertex, TEdge, TGraph |
Name | Description | |
---|---|---|
![]() | Augmented | |
![]() | AugmentedEdges | |
![]() | EdgeFactory | |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SuperSink | |
![]() | SuperSource | |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VertexFactory | |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | AddAugmentedEdge | |
![]() | AugmentGraph | |
![]() | BeginComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Clean | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Dispose | |
![]() | 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.) |
![]() | Initialize | (Inherited from AlgorithmBaseTGraph.) |
![]() | InternalCompute | (Overrides AlgorithmBaseTGraphInternalCompute.) |
![]() | 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.) |
![]() | Rollback | |
![]() | 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.) |
![]() | EdgeAdded | |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | SuperSinkAdded | |
![]() | SuperSourceAdded |