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
Instance properties
| HashSet<Node<TWeight, TLabel>> | | Contains the nodes that were visited. |