QuickGraph


GraphAugmentorAlgorithmBase<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Algorithms.MaximumFlow

Constructors

ConstructorDescription
new(...)
Signature: (host:IAlgorithmComponent * visitedGraph:'TGraph * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit

Instance members

Instance memberDescription
Augmented
Signature: bool
AugmentedEdges
Signature: ICollection<'TEdge>
Dispose()
Signature: unit -> unit
Modifiers: abstract
EdgeAdded
Signature: EdgeAction<'TVertex,'TEdge>
EdgeFactory
Signature: EdgeFactory<'TVertex,'TEdge>
Rollback()
Signature: unit -> unit
Modifiers: abstract
SuperSink
Signature: 'TVertex
SuperSinkAdded
Signature: VertexAction<'TVertex>
SuperSource
Signature: 'TVertex
SuperSourceAdded
Signature: VertexAction<'TVertex>
VertexFactory
Signature: VertexFactory<'TVertex>
Fork me on GitHub