Click or drag to resize

MaximumFlowAlgorithmTVertex, TEdge Constructor

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

Parameters

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