Search Results for

    Show / Hide Table of Contents

    Class PotentialBasedShortestDistanceFinderTests

    Inheritance
    System.Object
    PotentialBasedShortestDistanceFinderTests
    AStarShortestDistanceFinderTests_WithHeuristic
    BidirectionalAStarShortestDistanceFinderTests_WithHeuristic
    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.Tests.Graphs.ShortestDistance
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class PotentialBasedShortestDistanceFinderTests

    Constructors

    | Improve this Doc View Source

    PotentialBasedShortestDistanceFinderTests(Func<Int32, IList<(Int32, Int32)>, IGraph>, Func<IPotentialBasedShortestDistanceFinder>)

    Declaration
    protected PotentialBasedShortestDistanceFinderTests(Func<int, IList<(int, int)>, IGraph> graphBuilder, Func<IPotentialBasedShortestDistanceFinder> finderBuilder)
    Parameters
    Type Name Description
    Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph> graphBuilder
    Func<IPotentialBasedShortestDistanceFinder> finderBuilder

    Properties

    | Improve this Doc View Source

    FinderBuilder

    Declaration
    protected Func<IPotentialBasedShortestDistanceFinder> FinderBuilder { get; }
    Property Value
    Type Description
    Func<IPotentialBasedShortestDistanceFinder>
    | Improve this Doc View Source

    GraphBuilder

    Declaration
    protected Func<int, IList<(int, int)>, IGraph> GraphBuilder { get; }
    Property Value
    Type Description
    Func<System.Int32, IList<System.ValueTuple<System.Int32, System.Int32>>, IGraph>

    Methods

    | Improve this Doc View Source

    Find_IsCorrect(String, Int32, Int32[], Int32[], Int32[], Int32[])

    Declaration
    public void Find_IsCorrect(string graphDescription, int numberOfVertices, int[] starts, int[] ends, int[] distances, int[] potentials)
    Parameters
    Type Name Description
    System.String graphDescription
    System.Int32 numberOfVertices
    System.Int32[] starts
    System.Int32[] ends
    System.Int32[] distances
    System.Int32[] potentials

    Extension Methods

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