Show / Hide Table of Contents

    Class MinVertexCover<T>

    A minimum vertex conver algorithm implementation.

    Inheritance
    Object
    MinVertexCover<T>
    Namespace: Advanced.Algorithms.Graph
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class MinVertexCover<T> : object
    Type Parameters
    Name Description
    T

    Methods

    GetMinVertexCover(IGraph<T>)

    Declaration
    public List<IGraphVertex<T>> GetMinVertexCover(IGraph<T> graph)
    Parameters
    Type Name Description
    IGraph<T> graph
    Returns
    Type Description
    List<IGraphVertex<T>>
    Back to top Generated by DocFX