Click or drag to resize

EdmondsKarpMaximumFlowAlgorithmTVertex, TEdge Class

Inheritance Hierarchy
SystemObject
  QuickGraph.AlgorithmsAlgorithmBaseIMutableVertexAndEdgeListGraphTVertex, TEdge
    QuickGraph.Algorithms.MaximumFlowMaximumFlowAlgorithmTVertex, TEdge
      QuickGraph.Algorithms.MaximumFlowEdmondsKarpMaximumFlowAlgorithmTVertex, TEdge

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

Type Parameters

TVertex
TEdge

The EdmondsKarpMaximumFlowAlgorithmTVertex, TEdge type exposes the following members.

Constructors
  NameDescription
Public methodEdmondsKarpMaximumFlowAlgorithmTVertex, TEdge(IMutableVertexAndEdgeListGraphTVertex, TEdge, FuncTEdge, Double, EdgeFactoryTVertex, TEdge)
Public methodEdmondsKarpMaximumFlowAlgorithmTVertex, TEdge(IAlgorithmComponent, IMutableVertexAndEdgeListGraphTVertex, TEdge, FuncTEdge, Double, EdgeFactoryTVertex, TEdge)
Top
Properties
  NameDescription
Public propertyCapacities (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyEdgeFactory (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyMaxFlow (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyPredecessors (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyResidualCapacities (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyReversedEdges (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyServices (Inherited from AlgorithmBaseTGraph.)
Public propertySink (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertySource (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyState (Inherited from AlgorithmBaseTGraph.)
Public propertySyncRoot (Inherited from AlgorithmBaseTGraph.)
Public propertyVertexColors (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public propertyVisitedGraph (Inherited from AlgorithmBaseTGraph.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from AlgorithmBaseTGraph.)
Public methodCompute (Inherited from AlgorithmBaseTGraph.)
Public methodCompute(TVertex, TVertex) (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
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 methodGetVertexColor (Inherited from MaximumFlowAlgorithmTVertex, TEdge.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetServiceT(T) (Inherited from AlgorithmBaseTGraph.)
Top
Events
See Also