Search Results for

    Show / Hide Table of Contents

    Class BestPreviouses

    A collection of estimation, indexed by vertex id.

    Inheritance
    System.Object
    BestPreviouses
    Implements
    System.IEquatable<BestPreviouses>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Graphs.ShortestDistance
    Assembly: MoreStructures.dll
    Syntax
    public class BestPreviouses : IEquatable<BestPreviouses>
    Remarks

    Constructors

    | Improve this Doc View Source

    BestPreviouses(Dictionary<Int32, BestPrevious>)

    A collection of estimation, indexed by vertex id.

    Declaration
    public BestPreviouses(Dictionary<int, BestPrevious> Values)
    Parameters
    Type Name Description
    Dictionary<System.Int32, MoreStructures.Graphs.ShortestDistance.BestPrevious> Values

    The mapping between vertices id and best previous estimations.

    Remarks

    Properties

    | Improve this Doc View Source

    Values

    Declaration
    public Dictionary<int, BestPrevious> Values { get; set; }
    Property Value
    Type Description
    Dictionary<System.Int32, MoreStructures.Graphs.ShortestDistance.BestPrevious>

    Implements

    System.IEquatable<T>

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX