Documentation
¶
Overview ¶
Package Yen implements Yen's algorithm for k-shortest paths search in a graph.
Yen's algorithm is made of two components: the shortest path search and the deviation from already found solutions. This package makes use of the DijkstraPath structure to implement the deviation algorithm, while leaves to the developer the choice for the search algorithm. This implementation of Yen's algorithm has been successfully tested using the dijstra bidirectional algorithm provided within the same package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.