QuickGraph


MaximumBipartiteMatchingAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new(...)
Signature: (visitedGraph:IMutableVertexAndEdgeListGraph<'TVertex,'TEdge> * vertexSetA:IEnumerable<'TVertex> * vertexSetB:IEnumerable<'TVertex> * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit

Instance members

Instance memberDescription
EdgeFactory()
Signature: unit -> unit
MatchedEdges()
Signature: unit -> unit
VertexFactory()
Signature: unit -> unit
VertexSetA()
Signature: unit -> unit
VertexSetB()
Signature: unit -> unit
Fork me on GitHub