Interface IBiPartiteMatchOperators<T>
Generic operator interface required by BiPartite matching algorithm.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public interface IBiPartiteMatchOperators<T> : IFlowOperators<int>
Type Parameters
Name | Description |
---|---|
T |
Methods
GetRandomUniqueVertex()
Get a random unique vertex not in graph required for dummy source/destination vertex for ford-fulkerson max flow.
Declaration
T GetRandomUniqueVertex()
Returns
Type | Description |
---|---|
T |