Implementation of Dijkstra's single source shortest path algorithm. More...
#include <ogdf/basic/EpsilonTest.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/PriorityQueue.h>Go to the source code of this file.
Classes | |
| class | ogdf::Dijkstra< T, H > |
| Dijkstra's single source shortest path algorithm. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Implementation of Dijkstra's single source shortest path algorithm.
Definition in file Dijkstra.h.