Show / Hide Table of Contents

    Interface IBiPartiteMatchOperators<T>

    Generic operator interface required by BiPartite matching algorithm.

    Inherited Members
    IFlowOperators<Int32>.defaultWeight
    IFlowOperators<Int32>.MaxWeight
    IFlowOperators<Int32>.AddWeights(Int32, Int32)
    IFlowOperators<Int32>.SubstractWeights(Int32, Int32)
    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
    Back to top Generated by DocFX