Computes single-source shortest-paths with Bellman-Ford-Moore's algorithm. More...
#include <ogdf/graphalg/ShortestPathWithBFM.h>
Public Member Functions | |
ShortestPathWithBFM () | |
virtual bool | call (const Graph &G, const node s, const EdgeArray< int > &length, NodeArray< int > &d, NodeArray< edge > &pi) override |
Public Member Functions inherited from ogdf::ShortestPathModule | |
ShortestPathModule () | |
virtual | ~ShortestPathModule () |
Computes single-source shortest-paths with Bellman-Ford-Moore's algorithm.
Definition at line 45 of file ShortestPathWithBFM.h.
|
inline |
Definition at line 47 of file ShortestPathWithBFM.h.
|
overridevirtual |
Implements ogdf::ShortestPathModule.