Click or drag to resize

EdmondsKarpMaximumFlowAlgorithmTVertex, TEdge Constructor (IMutableVertexAndEdgeListGraphTVertex, TEdge, FuncTEdge, Double, EdgeFactoryTVertex, TEdge)

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

Parameters

g
Type: QuickGraphIMutableVertexAndEdgeListGraphTVertex, TEdge
capacities
Type: SystemFuncTEdge, Double
edgeFactory
Type: QuickGraphEdgeFactoryTVertex, TEdge
See Also