QuickGraph


AllVerticesGraphAugmentorAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms.MaximumFlow

Constructors

ConstructorDescription
new(...)
Signature: (visitedGraph:IMutableVertexAndEdgeSet<'TVertex,'TEdge> * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
new(...)
Signature: (host:IAlgorithmComponent * visitedGraph:IMutableVertexAndEdgeSet<'TVertex,'TEdge> * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
Fork me on GitHub