Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Dijkstra.DijkstraNoSolutionException<TWeight, TLabel>

Summary

Indicates that no solution could be found when running DijkstrasAlgorithm.Run<TWeight, TLabel>(Node<TWeight, TLabel>, TWeight, Func<TWeight, TWeight, TWeight>, out TWeight).

Generic type parameters

TWeight Type of the weight (or length or any other quantity to be minimized) of each edge between nodes.
TLabel Type that is used to identify edges.

Constructors

Construtor.
DijkstraNoSolutionException<TWeight, TLabel>(string message, HashSet<Node<TWeight, TLabel>> hashSet)

Instance properties

HashSet<Node<TWeight, TLabel>>Contains the nodes that were visited.