Click or drag to resize

GraphBalancerAlgorithmTVertex, TEdge Class

Inheritance Hierarchy
SystemObject
  QuickGraph.Algorithms.MaximumFlowGraphBalancerAlgorithmTVertex, TEdge

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

Type Parameters

TVertex
TEdge

The GraphBalancerAlgorithmTVertex, TEdge type exposes the following members.

Constructors
  NameDescription
Public methodGraphBalancerAlgorithmTVertex, TEdge(IMutableBidirectionalGraphTVertex, TEdge, TVertex, TVertex, VertexFactoryTVertex, EdgeFactoryTVertex, TEdge)
Public methodGraphBalancerAlgorithmTVertex, TEdge(IMutableBidirectionalGraphTVertex, TEdge, VertexFactoryTVertex, EdgeFactoryTVertex, TEdge, TVertex, TVertex, IDictionaryTEdge, Double)
Top
Properties
Methods
  NameDescription
Public methodBalance
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBalancingIndex
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnBalance
Top
Events
See Also