Class ShortestPathsSolver
public class ShortestPathsSolver : AShortestPathsSolver, IShortestPathsSolver, ISolver<IShortestPathsParameters, IShortestPathsSolution>
- Inheritance
-
ShortestPathsSolver
- Implements
- Inherited Members
Constructors
ShortestPathsSolver(string, bool)
public ShortestPathsSolver(string rootVertex = "A", bool saveGraphs = false)
Parameters
Methods
GetAlgorithm(BidirectionalGraph<string, TaggedEdge<string, double>>)
protected override ShortestPathAlgorithmBase<string, TaggedEdge<string, double>, IVertexListGraph<string, TaggedEdge<string, double>>> GetAlgorithm(BidirectionalGraph<string, TaggedEdge<string, double>> graph)