MaximumBipartiteMatchingAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms
Constructors
Constructor | Description |
new(...)
Signature: (visitedGraph:IMutableVertexAndEdgeListGraph<'TVertex,'TEdge> * vertexSetA:IEnumerable<'TVertex> * vertexSetB:IEnumerable<'TVertex> * vertexFactory:VertexFactory<'TVertex> * edgeFactory:EdgeFactory<'TVertex,'TEdge>) -> unit
|
Instance members
Instance member | Description |
EdgeFactory()
Signature: unit -> unit
|
|
MatchedEdges()
Signature: unit -> unit
|
|
VertexFactory()
Signature: unit -> unit
|
|
VertexSetA()
Signature: unit -> unit
|
|
VertexSetB()
Signature: unit -> unit
|