Class ShortestPathsParameters
public class ShortestPathsParameters : IShortestPathsParameters
- Inheritance
-
ShortestPathsParameters
- Implements
- Inherited Members
Constructors
ShortestPathsParameters()
public ShortestPathsParameters()
ShortestPathsParameters(string[], IUndirectedGraph<string, ITaggedEdge<string, double>>)
public ShortestPathsParameters(string[] vertices, IUndirectedGraph<string, ITaggedEdge<string, double>> graph)
Parameters
verticesstring[]graphIUndirectedGraph<string, ITaggedEdge<string, double>>
Properties
Graph
public IUndirectedGraph<string, ITaggedEdge<string, double>> Graph { get; set; }
Property Value
Vertices
public string[] Vertices { get; set; }
Property Value
- string[]