BellmanFordWizardBase< GR, LEN > Class Template Reference
Detailed Description
template<typename GR, typename LEN>
class lemon::BellmanFordWizardBase< GR, LEN >
Default traits class used by
BellmanFordWizard.
- Template Parameters:
-
| GR | The type of the digraph. |
| LEN | The type of the length map. |
#include <lemon/bellman_ford.h>
List of all members.
Constructor & Destructor Documentation
This constructor does not require parameters, it initiates all of the attributes to default values 0
.
This constructor requires two parameters, others are initiated to 0
.
- Parameters:
-
| gr | The digraph the algorithm runs on. |
| len | The length map. |