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
Vertices
string[] Vertices { get; set; }
Property Value
- string[]