Click or drag to resize

AllVerticesGraphAugmentorAlgorithm<TVertex, TEdge> Constructor (IMutableVertexAndEdgeSet<TVertex, TEdge>, VertexFactory<TVertex>, EdgeFactory<TVertex, TEdge>)

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

Parameters

visitedGraph
Type: QuickGraph.IMutableVertexAndEdgeSet<TVertex, TEdge>
vertexFactory
Type: QuickGraph.VertexFactory<TVertex>
edgeFactory
Type: QuickGraph.EdgeFactory<TVertex, TEdge>
See Also