Table of Contents

Interface IShortestPathsParameters

Namespace
Italbytz.Graph.Abstractions
Assembly
Italbytz.Graph.Abstractions.dll
public interface IShortestPathsParameters

Properties

Graph

IUndirectedGraph<string, ITaggedEdge<string, double>> Graph { get; set; }

Property Value

IUndirectedGraph<string, ITaggedEdge<string, double>>

Vertices

string[] Vertices { get; set; }

Property Value

string[]