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