Click or drag to resize

GraphBalancerAlgorithmTVertex, TEdge Constructor (IMutableBidirectionalGraphTVertex, TEdge, TVertex, TVertex, VertexFactoryTVertex, EdgeFactoryTVertex, TEdge)

Namespace:  QuickGraph.Algorithms.MaximumFlow
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public GraphBalancerAlgorithm(
	IMutableBidirectionalGraph<TVertex, TEdge> visitedGraph,
	TVertex source,
	TVertex sink,
	VertexFactory<TVertex> vertexFactory,
	EdgeFactory<TVertex, TEdge> edgeFactory
)

Parameters

visitedGraph
Type: QuickGraphIMutableBidirectionalGraphTVertex, TEdge
source
Type: TVertex
sink
Type: TVertex
vertexFactory
Type: QuickGraphVertexFactoryTVertex
edgeFactory
Type: QuickGraphEdgeFactoryTVertex, TEdge
See Also