Class BiPartiteMatching<T>
Compute Max BiParitite Edges using Ford-Fukerson algorithm.
Inheritance
BiPartiteMatching<T>
Assembly: Advanced.Algorithms.dll
Syntax
public class BiPartiteMatching<T>
Type Parameters
Constructors
BiPartiteMatching(IBiPartiteMatchOperators<T>)
Declaration
public BiPartiteMatching(IBiPartiteMatchOperators<T> operators)
Parameters
Methods
GetMaxBiPartiteMatching(Graph<T>)
Returns a list of Max BiPartite Match Edges.
Declaration
public List<MatchEdge<T>> GetMaxBiPartiteMatching(Graph<T> graph)
Parameters
Type |
Name |
Description |
Graph<T> |
graph |
|
Returns