ReversedEdgeAugmentorAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.MaximumFlow
Constructors
Constructor | Description |
new(visitedGraph, edgeFactory)
Signature: (visitedGraph:IMutableVertexAndEdgeListGraph<'TVertex,'TEdge> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
|
|
new(host, visitedGraph, edgeFactory)
Signature: (host:IAlgorithmComponent * visitedGraph:IMutableVertexAndEdgeListGraph<'TVertex,'TEdge> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
|
Instance members
Instance member | Description |
AddReversedEdges()
Signature: unit -> unit
|
|
Augmented
Signature: bool
|
|
AugmentedEdges
Signature: ICollection<'TEdge>
|
|
EdgeFactory
Signature: EdgeFactory<'TVertex,'TEdge>
|
|
RemoveReversedEdges()
Signature: unit -> unit
|
|
ReversedEdgeAdded
Signature: EdgeAction<'TVertex,'TEdge>
|
|
ReversedEdges
Signature: Dictionary<'TEdge,'TEdge>
|
|
VisitedGraph
Signature: IMutableVertexAndEdgeListGraph<'TVertex,'TEdge>
|