Click or drag to resize

ReversedEdgeAugmentorAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IMutableVertexAndEdgeListGraphTVertex, TEdge, EdgeFactoryTVertex, TEdge)

Namespace:  QuickGraph.Algorithms.MaximumFlow
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ReversedEdgeAugmentorAlgorithm(
	IAlgorithmComponent host,
	IMutableVertexAndEdgeListGraph<TVertex, TEdge> visitedGraph,
	EdgeFactory<TVertex, TEdge> edgeFactory
)

Parameters

host
Type: QuickGraph.Algorithms.ServicesIAlgorithmComponent
visitedGraph
Type: QuickGraphIMutableVertexAndEdgeListGraphTVertex, TEdge
edgeFactory
Type: QuickGraphEdgeFactoryTVertex, TEdge
See Also