Show / Hide Table of Contents

    Class MColorResult<T, C>

    M-coloring result object.

    Inheritance
    Object
    MColorResult<T, C>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Graph
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class MColorResult<T, C>
    Type Parameters
    Name Description
    T
    C

    Constructors

    MColorResult(Boolean, Dictionary<C, List<T>>)

    Declaration
    public MColorResult(bool canColor, Dictionary<C, List<T>> partitions)
    Parameters
    Type Name Description
    Boolean canColor
    Dictionary<C, List<T>> partitions

    Properties

    CanColor

    Declaration
    public bool CanColor { get; }
    Property Value
    Type Description
    Boolean

    Partitions

    Declaration
    public Dictionary<C, List<T>> Partitions { get; }
    Property Value
    Type Description
    Dictionary<C, List<T>>
    Back to top Generated by DocFX