MultiSourceSinkGraphAugmentorAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms.MaximumFlow
Constructors
Constructor | Description |
new(...)
Signature: (visitedGraph:IMutableBidirectionalGraph<'TVertex,'TEdge> * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
|
|
new(...)
Signature: (host:IAlgorithmComponent * visitedGraph:IMutableBidirectionalGraph<'TVertex,'TEdge> * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
|