Click or drag to resize

ReversedResidualEdgePredicateTVertex, TEdge Constructor

Namespace:  QuickGraph.Predicates
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ReversedResidualEdgePredicate(
	IDictionary<TEdge, double> residualCapacities,
	IDictionary<TEdge, TEdge> reversedEdges
)

Parameters

residualCapacities
Type: System.Collections.GenericIDictionaryTEdge, Double
reversedEdges
Type: System.Collections.GenericIDictionaryTEdge, TEdge
See Also