Interface IShortestPathsSolution
- Namespace
- Italbytz.Graph.Abstractions
- Assembly
- Italbytz.Graph.Abstractions.dll
public interface IShortestPathsSolution
Properties
Paths
List<string> Paths { get; set; }
public interface IShortestPathsSolution
List<string> Paths { get; set; }