Default traits class used by BellmanFordWizard.
| GR | The type of the digraph. |
| LEN | The type of the length map. |
#include <lemon/bellman_ford.h>
Inheritance diagram for BellmanFordWizardBase< GR, LEN >:Public Member Functions | |
| BellmanFordWizardBase () | |
| Constructor. | |
| BellmanFordWizardBase (const GR &gr, const LEN &len) | |
| Constructor. | |
| BellmanFordWizardBase | ( | ) | [inline] |
This constructor does not require parameters, it initiates all of the attributes to default values 0.
| BellmanFordWizardBase | ( | const GR & | gr, |
| const LEN & | len | ||
| ) | [inline] |
This constructor requires two parameters, others are initiated to 0.
| gr | The digraph the algorithm runs on. |
| len | The length map. |
1.7.3